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

/external/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/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
H A Dallocate_shared_no_variadics.pass.cpp47 struct Two struct
51 Two(int v, int) : value(v) {++count;} function in struct:Two
52 Two(Two const & o) : value(o.value) {++count;} function in struct:Two
53 ~Two() {--count;}
56 int Two::count = 0;
87 std::shared_ptr<Two> p = std::allocate_shared<Two>(Alloc(), i, bad);
88 assert(Two::count == 1);
91 assert(Two
[all...]
/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.cpp1062 Two, enumerator in enum:thread_annot_lock_65::MyFlags
/external/jcommander/src/test/java/com/beust/jcommander/args/
H A DArgsEnum.java37 public enum ChoiceType { ONE, Two, THREE }; enum constant in enum:ArgsEnum.ChoiceType
/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));
H A DConstantsTest.cpp191 Constant *Two = ConstantInt::get(Int64Ty, 2); local
267 EXPECT_EQ(Undef16, ConstantExpr::getExtractElement(P6, Two));
273 EXPECT_EQ(UndefV16, ConstantExpr::getInsertElement(P6, Elt, 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/boringssl/mac-x86_64/crypto/ec/
H A Dp256-x86_64-asm.S12 L$Two:
/external/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp80 Value *Two = ConstantInt::get(Type::getInt32Ty(M->getContext()), 2); local
92 Value *CondInst = new ICmpInst(*BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond");
103 Sub = BinaryOperator::CreateSub(ArgX, Two, "arg", RecurseBB);
/external/llvm/unittests/ADT/
H A DAPFloatTest.cpp2778 APFloat Two = APFloat(APFloat::IEEEsingle, "0x2p+0"); local
2779 EXPECT_TRUE(Two.bitwiseIsEqual(One + One));
2780 EXPECT_TRUE(One.bitwiseIsEqual(Two - One));
2781 EXPECT_TRUE(Two.bitwiseIsEqual(One * Two));
2782 EXPECT_TRUE(One.bitwiseIsEqual(Two / Two));
/external/boringssl/win-x86_64/crypto/ec/
H A Dp256-x86_64-asm.asm16 $L$Two:
/external/llvm/unittests/Support/
H A DYAMLIOTest.cpp2022 OptionalTest One, Two, Three, Four; local
2026 Seq.Tests.push_back(Two);
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1325 APInt Two = APInt(Distance.getBitWidth(), 2, true); local
1326 Remainder = Distance.srem(Two);
/external/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp2054 const SDValue Two = DAG.getConstantFP(2.0, DL, MVT::f32); local
2055 return DAG.getNode(ISD::FMAD, DL, VT, Two, A, RHS);
2063 const SDValue Two = DAG.getConstantFP(2.0, DL, MVT::f32); local
2064 return DAG.getNode(ISD::FMAD, DL, VT, Two, A, LHS);
2090 const SDValue Two = DAG.getConstantFP(2.0, DL, MVT::f32); local
2093 return DAG.getNode(ISD::FMAD, DL, VT, Two, A, NegRHS);
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp272 // Two padding fields
1166 llvm::Constant *Two = llvm::ConstantInt::get(IntTy, 2); local
1168 llvm::ConstantExpr::getGetElementPtr(Vtable->getValueType(), Vtable, Two),
H A DItaniumCXXABI.cpp2803 llvm::Constant *Two = llvm::ConstantInt::get(PtrDiffTy, 2); local
2805 llvm::ConstantExpr::getInBoundsGetElementPtr(CGM.Int8PtrTy, VTable, Two);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8439 const SDValue Two = DAG.getConstantFP(2.0, DL, VT); local
8440 SDValue MulConsts = DAG.getNode(ISD::FMUL, DL, VT, Two, N1, Flags);
/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 ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...

Completed in 1019 milliseconds