/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
H A D | allocate_shared_no_variadics.pass.cpp | 47 struct Two struct 51 Two(int v, int) : value(v) {++count;} in Two() argument 52 Two(Two const & o) : value(o.value) {++count;} in Two() function 53 ~Two() {--count;} in ~Two() argument
|
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | init-priority-attr.cpp | 3 class Two { class 8 Two( int ii, int jj ) { i = ii; j = jj; k = count++; }; in Two() function in Two 9 Two( void ) { i = 0; j = 0; k = count++; }; in Two() function in Two
|
H A D | warn-thread-safety-analysis.cpp | 1060 Two, enumerator
|
/minix3/external/bsd/llvm/dist/clang/test/Sema/ |
H A D | missing-field-initializers.c | 26 struct Two { float c; float d; float e; }; argument
|
H A D | warn-outof-range-assign-enum.c | 7 Two=4, enumerator
|
/minix3/external/bsd/llvm/dist/llvm/examples/ModuleMaker/ |
H A D | ModuleMaker.cpp | 45 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2); in main() local
|
/minix3/external/bsd/llvm/dist/clang/test/Index/ |
H A D | format-comment-cdecls.c | 83 Two, enumerator
|
H A D | comment-c-decls.c | 88 Two, enumerator
|
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/ |
H A D | alias-church-numerals.cpp | 13 template<template<typename> class F, typename X> using Two = Succ<One, F, X>; typedef
|
/minix3/external/bsd/llvm/dist/llvm/examples/Fibonacci/ |
H A D | fibonacci.cpp | 51 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2); in CreateFibFunction() local
|
/minix3/external/bsd/llvm/dist/llvm/unittests/IR/ |
H A D | PatternMatch.cpp | 56 Value *Two = IRB.CreateAdd(One, IRB.getInt32(42)); in TEST_F() local
|
/minix3/external/bsd/llvm/dist/llvm/examples/ParallelJIT/ |
H A D | ParallelJIT.cpp | 78 Value *Two = ConstantInt::get(Type::getInt32Ty(M->getContext()), 2); in CreateFibFunction() local
|
/minix3/external/bsd/llvm/dist/llvm/unittests/Support/ |
H A D | MemoryBufferTest.cpp | 112 OwningBuffer Two(MemoryBuffer::getNewUninitMemBuffer(123, "bla")); in TEST_F() local
|
H A D | YAMLIOTest.cpp | 1646 OptionalTest One, Two, Three, Four; in TEST() local
|
/minix3/external/bsd/llvm/dist/llvm/unittests/CodeGen/ |
H A D | DIEHashTest.cpp | 539 DIEInteger Two(2); in TEST() local 584 DIEInteger Two(2); in TEST() local 628 DIEInteger Two(2); in TEST() local
|
/minix3/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/ |
H A D | tommath.tex | 2272 \subsection{Multiplication by Power of Two} 2340 \subsection{Division by Power of Two} 2395 \subsection{Remainder of Division by Power of Two}
|
/minix3/external/bsd/llvm/dist/clang/test/ARCMT/ |
H A D | objcmt-ns-macros.m | 320 Two = 2 enum
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/ |
H A D | SIISelLowering.cpp | 1641 const SDValue Two = DAG.getConstantFP(2.0, MVT::f32); in PerformDAGCombine() local 1650 const SDValue Two = DAG.getConstantFP(2.0, MVT::f32); in PerformDAGCombine() local 1694 const SDValue Two = DAG.getConstantFP(2.0, MVT::f32); in PerformDAGCombine() local
|
/minix3/external/bsd/llvm/dist/llvm/unittests/ADT/ |
H A D | APFloatTest.cpp | 2763 APFloat Two = APFloat(APFloat::IEEEsingle, "0x2p+0"); in TEST() local
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 1152 llvm::Constant *Two = llvm::ConstantInt::get(IntTy, 2); in GetEHType() local
|
H A D | ItaniumCXXABI.cpp | 2530 llvm::Constant *Two = llvm::ConstantInt::get(PtrDiffTy, 2); in BuildVTablePointer() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 1278 APInt Two = APInt(Distance.getBitWidth(), 2, true); in weakCrossingSIVtest() local
|
H A D | ScalarEvolution.cpp | 5932 APInt Two(BitWidth, 2); in SolveQuadraticEquation() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 7267 const SDValue Two = DAG.getConstantFP(2.0, VT); in visitFMUL() local
|