reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

usr/include/c++/7.4.0/bits/algorithmfwd.h
  197     all_of(_IIter, _IIter, _Predicate);

References

include/llvm/ADT/STLExtras.h
 1166   return std::all_of(adl_begin(Range), adl_end(Range), P);
include/llvm/Analysis/LoopInfoImpl.h
  672          std::all_of(BlocksSet.begin(), BlocksSet.end(),
include/llvm/Demangle/ItaniumDemangle.h
 1117     if (std::all_of(Data.begin(), Data.end(), [](Node* P) {
 1121     if (std::all_of(Data.begin(), Data.end(), [](Node* P) {
 1125     if (std::all_of(Data.begin(), Data.end(), [](Node* P) {
lib/CodeGen/GlobalISel/CSEMIRBuilder.cpp
  118   return std::all_of(DstOps.begin(), DstOps.end(), [](const DstOp &Op) {
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
 1050     assert(std::all_of(DstOps.begin(), DstOps.end(),
 1064     assert(std::all_of(SrcOps.begin(), SrcOps.end(),
 1115     assert(std::all_of(SrcOps.begin(), SrcOps.end(),
 1132     assert(std::all_of(SrcOps.begin(), SrcOps.end(),
 1147     assert(std::all_of(SrcOps.begin(), SrcOps.end(),
lib/CodeGen/MachineOutliner.cpp
 1042       if (std::all_of(
lib/CodeGen/MachineVerifier.cpp
 1041         !std::all_of(MI->operands_begin() + 1, MI->operands_end(),
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
17853   if (std::all_of(std::next(N->op_begin()), N->op_end(), [](const SDValue &Op) {
19644            std::all_of(std::next(Concat->op_begin()), Concat->op_end(),
lib/DebugInfo/Symbolize/Symbolize.cpp
  494         std::all_of(SymbolName.begin() + AtPos + 1, SymbolName.end(),
lib/ProfileData/InstrProfReader.cpp
  146          std::all_of(buffer.begin(), buffer.begin() + count,
lib/Target/AArch64/AArch64InstrInfo.cpp
 5167   bool AllStackInstrsSafe = std::all_of(
lib/Target/ARM/ARMISelLowering.cpp
 7057       std::all_of(std::next(Op->op_begin()), Op->op_end(),
lib/Target/X86/X86FrameLowering.cpp
 2558   return std::all_of(
 2561          std::all_of(MBBI, MBB.end(), [](const MachineInstr &MI) {
lib/Transforms/Scalar/GuardWidening.cpp
  739         !std::all_of(std::next(CurrentChecks.begin()), CurrentChecks.end(),
lib/Transforms/Scalar/NewGVN.cpp
 3052   bool AllEqual = std::all_of(
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
  653       std::all_of(std::next(SI.case_begin()), SI.case_end(),
lib/Transforms/Vectorize/SLPVectorizer.cpp
 2902          std::all_of(I->user_begin(), I->user_end(), [this](User *U) {
tools/clang/lib/AST/ASTContext.cpp
 4592   bool typeArgsAreCanonical = std::all_of(effectiveTypeArgs.begin(),
tools/clang/lib/ASTMatchers/ASTMatchersInternal.cpp
  346     : UseUnqualifiedMatch(std::all_of(
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
10462   assert(std::all_of(Sizes.begin(), Sizes.end(),
tools/clang/lib/CodeGen/CodeGenFunction.cpp
 2160   return std::all_of(
tools/clang/lib/Driver/ToolChains/Fuchsia.cpp
  204     return std::all_of(RD.begin(), RD.end(), [&](std::string P) {
tools/clang/lib/Sema/SemaOpenMP.cpp
 2842                          std::all_of(
tools/clang/lib/Sema/SemaTemplate.cpp
  440         std::all_of(Found.begin(), Found.end(), [](NamedDecl *ND) {
tools/clang/tools/extra/clang-doc/Serialize.cpp
  169   return std::all_of(S.begin(), S.end(), isspace);
tools/clang/tools/extra/clang-tidy/cppcoreguidelines/MacroUsageCheck.cpp
   24   return std::all_of(Name.begin(), Name.end(), [](const char c) {
tools/clang/tools/extra/clangd/URI.cpp
  132   return std::all_of(Scheme.begin() + 1, Scheme.end(), [](char C) {
tools/gold/gold-plugin.cpp
  694          std::all_of(S.begin() + 1, S.end(),
tools/lld/Common/Strings.cpp
   70          std::all_of(s.begin() + 1, s.end(),
tools/lld/ELF/InputSection.cpp
 1215     if (std::all_of(b, b + entSize, [](char c) { return c == 0; }))
tools/obj2yaml/macho2yaml.cpp
  231     if (!std::all_of(EndPtr, &EndPtr[RemainingBytes],
tools/polly/lib/Analysis/ScopBuilder.cpp
  922     if (std::all_of(succ_begin(BB), succ_end(BB), IsFinishedRegionExit))
tools/polly/lib/CodeGen/BlockGenerators.cpp
  779             assert(std::all_of(MA->getIncoming().begin(),
utils/TableGen/AsmMatcherEmitter.cpp
 2393   if (std::all_of(