Searched defs:Two (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-305309.js42 function Two(x) { function
45 assertEquals(2, Two(a));
46 assertEquals(2, Two(a));
48 %OptimizeFunctionOnNextCall(Two);
49 assertEquals(2, Two(a));
/external/llvm/examples/ModuleMaker/
H A DModuleMaker.cpp45 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2); local
49 Instruction *Add = BinaryOperator::Create(Instruction::Add, Two, Three,
/external/clang/test/Index/
H A Dcomment-c-decls.c86 * \brief Two;
88 Two, enumerator in enum:e
92 // CHECK: <Declaration>Two</Declaration>
H A Dformat-comment-cdecls.c81 * \brief Two;
83 Two, enumerator in enum:e
87 // CHECK: <Declaration>Two</Declaration>
/external/clang/test/SemaCXX/
H A Dinit-priority-attr.cpp3 class Two { class
8 Two( int ii, int jj ) { i = ii; j = jj; k = count++; }; function in class:Two
9 Two( void ) { i = 0; j = 0; k = count++; }; function in class:Two
15 extern Two foo;
16 extern Two goo;
17 extern Two coo[];
18 extern Two koo[];
20 Two foo __attribute__((init_priority(101))) ( 5, 6 );
22 Two goo __attribute__((init_priority(2,3))) ( 5, 6 ); // expected-error {{'init_priority' attribute takes one argument}}
24 Two co
[all...]
H A Dwarn-thread-safety-analysis.cpp1020 Two, enumerator in enum:thread_annot_lock_65::MyFlags
/external/llvm/unittests/IR/
H A DPatternMatch.cpp52 // Two = One + 42
53 // Leaf = (Two + 8) + (Two + 13)
56 Value *Two = IRB.CreateAdd(One, IRB.getInt32(42)); local
57 Value *Leaf = IRB.CreateAdd(IRB.CreateAdd(Two, IRB.getInt32(8)),
58 IRB.CreateAdd(Two, IRB.getInt32(13)));
64 EXPECT_FALSE(m_OneUse(m_Value()).match(Two));
/external/clang/test/Sema/
H A Dmissing-field-initializers.c26 struct Two { float c; float d; float e; }; struct
31 struct Two two;
H A Dwarn-outof-range-assign-enum.c7 Two=4, enumerator in enum:CCTestEnum
60 foo(Two+1);
/external/llvm/examples/Fibonacci/
H A Dfibonacci.cpp52 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2); local
64 Value *CondInst = new ICmpInst(*BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond");
76 Sub = BinaryOperator::CreateSub(ArgX, Two, "arg", RecurseBB);
/external/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp79 Value *Two = ConstantInt::get(Type::getInt32Ty(M->getContext()), 2); local
91 Value *CondInst = new ICmpInst(*BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond");
102 Sub = BinaryOperator::CreateSub(ArgX, Two, "arg", RecurseBB);
/external/llvm/unittests/Support/
H A DYAMLIOTest.cpp1639 OptionalTest One, Two, Three, Four; local
1643 Seq.Tests.push_back(Two);
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1258 APInt Two = APInt(Distance.getBitWidth(), 2, true); local
1259 Remainder = Distance.srem(Two);
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp269 // Two padding fields
1152 llvm::Constant *Two = llvm::ConstantInt::get(IntTy, 2); local
1153 Vtable = llvm::ConstantExpr::getGetElementPtr(Vtable, Two);
H A DItaniumCXXABI.cpp2421 llvm::Constant *Two = llvm::ConstantInt::get(PtrDiffTy, 2); local
2422 VTable = llvm::ConstantExpr::getInBoundsGetElementPtr(VTable, Two);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 715 milliseconds