/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/special/ |
H A D | initp1.C | 10 Two( int ii, int jj ) { i = ii; j = jj; k = count++; }; in Two() function 11 Two( void ) { i = 0; j = 0; k = count++; }; in Two() function
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/eh/ |
H A D | unexpected1_x.C | 4 struct Two { }; struct
|
H A D | unexpected1_y.C | 2 struct Two { }; struct
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/eh/ |
H A D | unexpected1.C | 10 struct Two { }; struct
|
/openbsd-src/gnu/llvm/llvm/examples/ModuleMaker/ |
H A D | ModuleMaker.cpp | 50 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2); in main() local
|
/openbsd-src/gnu/llvm/llvm/examples/Fibonacci/ |
H A D | fibonacci.cpp | 64 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2); in CreateFibFunction() local
|
/openbsd-src/gnu/llvm/llvm/examples/ParallelJIT/ |
H A D | ParallelJIT.cpp | 95 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2); in CreateFibFunction() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/tests/ |
H A D | FuzzedDataProviderUnittest.cpp | 337 Two, in TEST() enumerator
|
H A D | FuzzerUnittest.cpp | 1365 const size_t One = 1, Two = 2; in TEST() local
|
/openbsd-src/gnu/usr.bin/gcc/contrib/ |
H A D | paranoia.cc | 959 FLOAT Two; member
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 2758 llvm::Constant *Two = llvm::ConstantInt::get(Tmp->getType(), 2); in EmitAsmStmt() local
|
H A D | CGObjCGNU.cpp | 2459 llvm::Constant *Two = llvm::ConstantInt::get(IntTy, 2); in GetEHType() local
|
H A D | ItaniumCXXABI.cpp | 3614 llvm::Constant *Two = llvm::ConstantInt::get(PtrDiffTy, 2); in BuildVTablePointer() local
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 1471 APInt Two = APInt(Distance.getBitWidth(), 2, true); in weakCrossingSIVtest() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 11278 const SDValue Two = DAG.getConstantFP(2.0, SL, VT); in performFAddCombine() local 11290 const SDValue Two = DAG.getConstantFP(2.0, SL, VT); in performFAddCombine() local 11322 const SDValue Two = DAG.getConstantFP(2.0, SL, VT); in performFSubCombine() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 4504 SDValue Two = DAG.getNode(ISD::UMULO, dl, VTHalfWithO, RHSHigh, LHSLow); in ExpandIntRes_XMULO() local
|
H A D | DAGCombiner.cpp | 5565 SDValue Two = DAG.getConstant(2, DL, OpVT); in foldLogicOfSetCCs() local 15569 const SDValue Two = DAG.getConstantFP(2.0, DL, VT); in visitFMUL() local
|