/external/llvm/lib/AsmParser/ |
LLLexer.cpp | 800 if (!std::all_of(HexStr.begin(), HexStr.end(), isxdigit)) {
|
/external/llvm/lib/ProfileData/ |
InstrProfReader.cpp | 108 std::all_of(buffer.begin(), buffer.begin() + count,
|
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineLoadStoreAlloca.cpp | 475 if (std::all_of(LI.user_begin(), LI.user_end(), [&LI](User *U) { [all...] |
InstCombineAndOrXor.cpp | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
algorithmfwd.h | 48 all_of (C++0x) 196 all_of(_IIter, _IIter, _Predicate);
|
stl_algo.h | 729 all_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) function 815 * @return An iterator @p mid such that @p all_of(__first, mid, __pred) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
algorithmfwd.h | 48 all_of (C++0x) 196 all_of(_IIter, _IIter, _Predicate);
|
stl_algo.h | 729 all_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) function 815 * @return An iterator @p mid such that @p all_of(__first, mid, __pred) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
algorithmfwd.h | 48 all_of (C++0x) 196 all_of(_IIter, _IIter, _Predicate);
|
stl_algo.h | 729 all_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) function 815 * @return An iterator @p mid such that @p all_of(__first, mid, __pred) [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
algorithmfwd.h | 48 all_of (C++0x) 196 all_of(_IIter, _IIter, _Predicate);
|
stl_algo.h | 542 all_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) function 629 * @return An iterator @p mid such that @p all_of(__first, mid, __pred) [all...] |
/system/update_engine/payload_generator/ |
delta_diff_utils.cc | 504 std::all_of(
|
/external/llvm/lib/Transforms/IPO/ |
FunctionAttrs.cpp | [all...] |
/external/llvm/lib/Analysis/ |
ScalarEvolution.cpp | [all...] |
InstructionSimplify.cpp | [all...] |
ValueTracking.cpp | 413 if (std::all_of(V->user_begin(), V->user_end(), [all...] |
/external/clang/lib/CodeGen/ |
CodeGenFunction.cpp | [all...] |
CGCall.cpp | 521 assert(std::all_of(argTypes.begin(), argTypes.end(), [all...] |
/external/llvm/lib/Transforms/Vectorize/ |
LoopVectorize.cpp | [all...] |
/external/clang/lib/AST/ |
VTableBuilder.cpp | [all...] |
ASTContext.cpp | [all...] |
/external/llvm/lib/Transforms/Scalar/ |
SROA.cpp | 457 assert(std::all_of(P.SplitTails.begin(), P.SplitTails.end(), [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAG.cpp | [all...] |
/external/clang/lib/Sema/ |
SemaOverload.cpp | [all...] |