Home
last modified time | relevance | path

Searched defs:Two (Results 1 – 24 of 24) sorted by relevance

/minix3/external/bsd/libc++/dist/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;} 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 Dinit-priority-attr.cpp3 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 Dwarn-thread-safety-analysis.cpp1060 Two, enumerator
/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Dmissing-field-initializers.c26 struct Two { float c; float d; float e; }; argument
H A Dwarn-outof-range-assign-enum.c7 Two=4, enumerator
/minix3/external/bsd/llvm/dist/llvm/examples/ModuleMaker/
H A DModuleMaker.cpp45 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2); in main() local
/minix3/external/bsd/llvm/dist/clang/test/Index/
H A Dformat-comment-cdecls.c83 Two, enumerator
H A Dcomment-c-decls.c88 Two, enumerator
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dalias-church-numerals.cpp13 template<template<typename> class F, typename X> using Two = Succ<One, F, X>; typedef
/minix3/external/bsd/llvm/dist/llvm/examples/Fibonacci/
H A Dfibonacci.cpp51 Value *Two = ConstantInt::get(Type::getInt32Ty(Context), 2); in CreateFibFunction() local
/minix3/external/bsd/llvm/dist/llvm/unittests/IR/
H A DPatternMatch.cpp56 Value *Two = IRB.CreateAdd(One, IRB.getInt32(42)); in TEST_F() local
/minix3/external/bsd/llvm/dist/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp78 Value *Two = ConstantInt::get(Type::getInt32Ty(M->getContext()), 2); in CreateFibFunction() local
/minix3/external/bsd/llvm/dist/llvm/unittests/Support/
H A DMemoryBufferTest.cpp112 OwningBuffer Two(MemoryBuffer::getNewUninitMemBuffer(123, "bla")); in TEST_F() local
H A DYAMLIOTest.cpp1646 OptionalTest One, Two, Three, Four; in TEST() local
/minix3/external/bsd/llvm/dist/llvm/unittests/CodeGen/
H A DDIEHashTest.cpp539 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 Dtommath.tex2272 \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 Dobjcmt-ns-macros.m320 Two = 2 enum
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DSIISelLowering.cpp1641 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 DAPFloatTest.cpp2763 APFloat Two = APFloat(APFloat::IEEEsingle, "0x2p+0"); in TEST() local
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1152 llvm::Constant *Two = llvm::ConstantInt::get(IntTy, 2); in GetEHType() local
H A DItaniumCXXABI.cpp2530 llvm::Constant *Two = llvm::ConstantInt::get(PtrDiffTy, 2); in BuildVTablePointer() local
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1278 APInt Two = APInt(Distance.getBitWidth(), 2, true); in weakCrossingSIVtest() local
H A DScalarEvolution.cpp5932 APInt Two(BitWidth, 2); in SolveQuadraticEquation() local
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7267 const SDValue Two = DAG.getConstantFP(2.0, VT); in visitFMUL() local