Searched refs:Add (Results 1 - 25 of 299) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/tests/
H A Dtcusto1.cpp12 v1.Add(p1[123]);
13 v1.Add(p1[234]);
14 v1.Add(p1[345]);
15 v1.Add(p1[456]);
16 v1.Add(p1[567]);
23 v1.Add(p1[678]);
34 v1.Add(p1[123]);
35 v1.Add(p1[234]);
36 v1.Add(p1[345]);
37 v1.Add(p
[all...]
H A Dtcusto2.cpp14 v1.Add(p1[1] + p2[11]);
15 v1.Add(p1[1] + p2[22]);
16 v1.Add(p1[2] + p2[33]);
17 v1.Add(p1[2] + p2[33]);
18 v1.Add(p1[3] + p2[44]);
19 v1.Add(p1[4] + p2[55]);
20 v1.Add(p1[4] + p2[55]);
21 v1.Add(p1[4] + p2[55]);
45 v1.Add(p1[1]);
46 v1.Add(p
[all...]
H A Dtnotify.cpp8 B(n01, Add to selection, 0) {
11 v1.Add(p1[111]);
12 v1.Add(p1[222]);
13 v1.Add(p1[333]);
14 v1.Add(p1[345]);
15 v1.Add(p1[234]);
16 v1.Add(p1[123]);
23 v1.Add(p1[300]);
30 v1.Add(p1[199]);
43 v1.Add(p
[all...]
H A Dtstore2.cpp22 v1.Add(p1["one"]);
23 v1.Add(p1["two"]);
25 v2.Add(p3[1]);
27 v2.Add(p3[11]);
28 v2.Add(p3[22]);
31 v2.Add(p3[111]);
32 v2.Add(p3[222]);
33 v2.Add(p3[333]);
88 v1.Add(p1["four"]);
120 v1.Add(p
[all...]
H A Dtstore1.cpp24 v1.Add(p1[123]);
25 v1.Add(p1[456]);
42 v1.Add(p1[12.3]);
43 v1.Add(p1[45.6]);
58 v1.Add(p1["one"]);
59 v1.Add(p1["two"]);
75 v1.Add(p1["one"]);
76 v1.Add(p1["two"]);
78 v2.Add(p3[1]);
80 v2.Add(p
[all...]
H A Dtmapped.cpp26 v1.Add(p1[v]);
46 v3.Add(p1["b93655249726e5ef4c68e45033c2e0850570e1e07"]);
47 v3.Add(p1["2ab03fba463d214f854a71ab5c951cea096887adf"]);
48 v3.Add(p1["2e196eecb91b02c16c23360d8e1b205f0b3e3fa3d"]);
71 v2.Add(p1[h]);
97 h1.Add(p1["one"]);
104 h1.Add(p1["two"]);
105 h2.Add(p1["two"]);
112 h1.Add(p1["three"]);
113 h2.Add(p
[all...]
H A Dtbasic1.cpp112 v1.Add(r1);
113 v1.Add(r2);
114 v1.Add(r1);
129 v1.Add(p1[111]);
130 v1.Add(p1[222]);
131 v1.Add(p1[333]);
132 v1.Add(p1[345]);
133 v1.Add(p1[234]);
134 v1.Add(p1[123]);
149 v1.Add(p
[all...]
H A Dtstore5.cpp18 v1.Add(p1[123]);
116 v1.Add(p1[0]);
117 v1.Add(p1[1]);
127 v1.Add(p1[12345]);
150 v1.Add(p2[data]);
182 v2.Add(p3[data]);
209 v1.Add(p1[11]);
210 v1.Add(p1[22]);
211 v1.Add(p1[33]);
212 v1.Add(p
[all...]
H A Dtbasic2.cpp16 v1.Add(p1[111] + p2["one"]);
17 v1.Add(p1[222] + p2["two"]);
18 v1.Add(p1[333] + p2["three"]);
19 v1.Add(p1[345] + p2["four"]);
20 v1.Add(p1[234] + p2["five"]);
21 v1.Add(p1[123] + p2["six"]);
77 v1.Add(p1[c4_View()]);
104 v1.Add(p1[99-i]);
120 v1.Add(p1[2] + p2[2] + p3[2]);
121 v1.Add(p
[all...]
H A Dtformat.cpp8 B(f01, Add view to format, 0)W(f01a);
17 v1.Add(p1[123]);
22 v2.Add(p2[345]);
23 v2.Add(p2[567]);
53 v1.Add(p1[123]);
56 v2.Add(p2[345]);
57 v2.Add(p2[567]);
100 v1.Add(p1[123]);
127 v1.Add(p1[123]);
130 v2.Add(p
[all...]
H A Dtextend.cpp17 v1.Add(p1[123]);
20 v1.Add(p1[456]);
34 v1.Add(p1[123]);
39 v1.Add(p1[456]);
53 v1.Add(p1[123]);
64 v1.Add(p1[456]);
88 v1.Add(p1[123]);
104 v4.Add(p1[123]);
180 v1.Add(p1[123]);
189 v1.Add(p
[all...]
H A Dtstore4.cpp19 v1.Add(p1[hi]);
21 v1.Add(p1[hello]);
45 v1.Add(p1[3]);
46 v1.Add(p1[1]);
47 v1.Add(p1[2]);
73 v1.Add(p1[full]);
113 v1.Add(p1[hi]);
114 v1.Add(p1[gday]);
115 v1.Add(p1[hello]);
164 v1.Add(p
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/examples/ModuleMaker/
H A DModuleMaker.cpp40 // Add a basic block to the function... again, it automatically inserts
49 Instruction *Add = BinaryOperator::Create(Instruction::Add, Two, Three, local
53 BB->getInstList().push_back(Add);
56 BB->getInstList().push_back(ReturnInst::Create(Context, Add));
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DOcamlGC.cpp29 static GCRegistry::Add<OcamlGC>
/macosx-10.9.5/ruby-104/ruby/ext/win32ole/sample/
H A Dexcel2.rb13 excel.Workbooks.Add();
18 excelchart = excel.Charts.Add();
H A Dexcel3.rb7 workbook = application.Workbooks.Add();
H A Dexcel1.rb6 workbook = application.Workbooks.Add();
27 chart = workbook.Charts.Add;
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/demos/
H A Ddemo.cpp46 vAddress.Add(row);
50 vAddress.Add(row);
61 vAddress.Add(pName ["Julien Coco"] + pCountry ["Netherlands"]);
65 // Add a third property to the address view ("on-the-fly").
74 // Add a second view to the data file, leaving the first view intact.
77 // Add some data, a single integer in this case.
79 vInfo.Add(pVersion [100]);
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/examples/
H A Dmkbug.cpp19 v.Add(p2 [++n]);
20 v1.Add(p1 [v]);
/macosx-10.9.5/llvmCore-3425.0.33/unittests/Transforms/Utils/
H A DCloning.cpp56 BinaryOperator *Add = BinaryOperator::Create(Instruction::Add, V, V); local
60 BinaryOperator *AddClone = this->clone(Add);
73 Add->setHasNoUnsignedWrap();
77 AddClone = this->clone(Add);
90 Add->setHasNoSignedWrap();
94 AddClone = this->clone(Add);
107 Add->setHasNoUnsignedWrap(false);
111 AddClone = this->clone(Add);
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/src/
H A Duniv.h49 int Add(void *newElement);
72 int Add(t4_i32 newElement);
95 int Add(const char *newElement);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombineWorklist.h36 /// Add - Add the specified instruction to the worklist if it isn't already
38 void Add(Instruction *I) { function in class:llvm::InstCombineWorklist
47 Add(I);
50 /// AddInitialGroup - Add the specified batch of stuff in reverse order.
90 Add(cast<Instruction>(*UI));
/macosx-10.9.5/zlib-53/zlib/contrib/dotzlib/DotZLib/
H A DCodecBase.cs90 public void Add(byte[] data) method in class:DotZLib.CodecBase
92 Add(data,0,data.Length);
103 public abstract void Add(byte[] data, int offset, int count); method in class:DotZLib.CodecBase
/macosx-10.9.5/llvmCore-3425.0.33/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp92 case Instruction::Add:
117 case AtomicRMWInst::Add: return bitc::RMW_ADD;
201 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_POINTER));
202 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits));
203 Abbv->Add(BitCodeAbbrevOp(0)); // Addrspace = 0
208 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_FUNCTION));
209 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isvararg
210 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array));
211 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, NumBits));
217 Abbv->Add(BitCodeAbbrevO
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/examples/HowToUseJIT/
H A DHowToUseJIT.cpp69 // Add a basic block to the function. As before, it automatically inserts
86 Value *Add = builder.CreateAdd(One, ArgX); local
89 builder.CreateRet(Add);
100 // Add a basic block to the FooF function.

Completed in 250 milliseconds

1234567891011>>