Home
last modified time | relevance | path

Searched refs:array_endof (Results 1 – 8 of 8) sorted by relevance

/external/llvm/unittests/Option/
DOptionParsingTest.cpp71 OwningPtr<InputArgList> AL(T.ParseArgs(Args, array_endof(Args), MAI, MAC)); in TEST()
117 AL.reset(T.ParseArgs(Args, array_endof(Args), MAI, MAC, in TEST()
125 AL.reset(T.ParseArgs(Args, array_endof(Args), MAI, MAC, in TEST()
133 AL.reset(T.ParseArgs(NewArgs, array_endof(NewArgs), MAI, MAC)); in TEST()
145 OwningPtr<InputArgList> AL(T.ParseArgs(MyArgs, array_endof(MyArgs), MAI, MAC)); in TEST()
154 OwningPtr<InputArgList> AL(T.ParseArgs(MyArgs, array_endof(MyArgs), MAI, MAC)); in TEST()
165 OwningPtr<InputArgList> AL(T.ParseArgs(MyArgs, array_endof(MyArgs), MAI, MAC)); in TEST()
/external/clang/tools/diagtool/
DDiagnosticNames.cpp58 llvm::array_endof(BuiltinDiagnosticsByID), in getDiagnosticForID()
/external/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp435 if (std::binary_search(HardFloatLibCalls, array_endof(HardFloatLibCalls), in getOpndList()
442 array_endof(Mips16IntrinsicHelper), in getOpndList()
445 array_endof(Mips16IntrinsicHelper), in getOpndList()
458 if (std::binary_search(HardFloatLibCalls, array_endof(HardFloatLibCalls), in getOpndList()
/external/llvm/include/llvm/ADT/
DSTLExtras.h228 inline T *array_endof(T (&x)[N]) { in array_endof() function
/external/llvm/lib/Support/Unix/
DSignals.inc58 static const int *const IntSigsEnd = array_endof(IntSigs);
77 static const int *const KillSigsEnd = array_endof(KillSigs);
/external/llvm/include/llvm/Target/
DTargetLowering.h284 std::fill(ValueTypeActions, array_endof(ValueTypeActions), 0); in ValueTypeActionImpl()
/external/clang/lib/AST/
DItaniumMangle.cpp3435 char *BufferPtr = llvm::array_endof(Buffer); in mangleSubstitution()
3449 << StringRef(BufferPtr, llvm::array_endof(Buffer)-BufferPtr) in mangleSubstitution()
/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp41 std::fill(Ensembles, array_endof(Ensembles), (Ensemble*)0); in INITIALIZE_PASS_DEPENDENCY()