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

References

lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  307     if (llvm::none_of(FrameIndexExprs, [&](const FrameIndexExpr &Other) {
 2672   assert(llvm::none_of(CUMap, [](const decltype(CUMap)::value_type &Pair) {
 2702   assert(llvm::none_of(CUMap, [](const decltype(CUMap)::value_type &Pair) {
lib/CodeGen/CodeGenPrepare.cpp
 4750   if (!PhiOrSelectSeen && none_of(AddrModeInsts, [&](Value *V) {
lib/CodeGen/LiveDebugValues.cpp
 1341     if (none_of(MBB.instrs(), hasNonArtificialLocation))
lib/CodeGen/MachineInstr.cpp
 1963     if (llvm::none_of(UsedRegs,
lib/CodeGen/PrologEpilogInserter.cpp
  202     if (llvm::none_of(FrameIndexValues, Overlaps))
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 9025   if (llvm::none_of(CandidateBinOps, [Op](ISD::NodeType BinOp) {
lib/CodeGen/SplitKit.cpp
  116   if (none_of(EHPadSuccessors, [&](const MachineBasicBlock *EHPad) {
lib/DebugInfo/DWARF/DWARFVerifier.cpp
 1406     if (none_of(NI.equal_range(Name), [&](const DWARFDebugNames::Entry &E) {
lib/IR/Attributes.cpp
  983   assert(llvm::none_of(Attrs,
 1020   assert(llvm::none_of(Attrs,
lib/IR/AutoUpgrade.cpp
 4127   if (none_of(T->operands(), isOldLoopArgument))
lib/IR/DebugInfoMetadata.cpp
 1106   assert(none_of(Ops,
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp
   82       if (llvm::none_of(L->getSubLoops(), [PHI](const Loop* SubLoop) {
lib/Target/AMDGPU/SIMachineScheduler.cpp
  547   assert(none_of(Succs,
  572   assert(none_of(Preds,
lib/Target/PowerPC/PPCBoolRetToInt.cpp
  223     if (llvm::none_of(Defs, isa<Instruction, Value *>))
lib/Target/X86/X86ISelLowering.cpp
 7251     if (none_of(Mask, [lo, hi](int i) { return (lo <= i) && (i < hi); })) {
14445   if (none_of(LoBlendMask, [](int M) { return M >= 0 && M % 2 == 1; }) &&
14446       none_of(HiBlendMask, [](int M) { return M >= 0 && M % 2 == 1; })) {
lib/Transforms/IPO/GlobalOpt.cpp
 1848     if (none_of(Stores, [&](const StoreInst *S) {
lib/Transforms/Utils/CodeExtractor.cpp
 1594   bool doesNotReturn = none_of(*newFunction, [](const BasicBlock &BB) {
lib/Transforms/Utils/ValueMapper.cpp
  686       if (llvm::none_of(N->operands(), [&](const Metadata *Op) {
tools/clang/lib/AST/VTableBuilder.cpp
 3486       if (llvm::none_of(SpecificPath, [&](const BaseSubobject &BSO) {
tools/clang/lib/Sema/SemaChecking.cpp
 2783       if (llvm::none_of(CPUs, [CPU](StringRef S) { return S == CPU; }))
tools/clang/lib/Sema/SemaExprCXX.cpp
 1449   return llvm::none_of(PreventedBy, [&](const FunctionDecl *FD) {
tools/clang/tools/extra/clang-tidy/fuchsia/MultipleInheritanceCheck.cpp
   57   return llvm::none_of(Node->methods(), [](const CXXMethodDecl *M) {
tools/llvm-nm/llvm-nm.cpp
 1767   if (none_of(ArchFlags, [&](const std::string &Name) {
tools/llvm-objdump/MachODump.cpp
 1897   if (none_of(ArchFlags, [&](const std::string &Name) {
tools/llvm-size/llvm-size.cpp
  528   if (none_of(ArchFlags, [&](const std::string &Name) {
utils/TableGen/AsmMatcherEmitter.cpp
 2423   if (none_of(Info.Classes, [](const ClassInfo &CI) {
utils/TableGen/CodeGenDAGPatterns.cpp
  499     if (none_of(S, isVector) || none_of(B, isVector)) {
  499     if (none_of(S, isVector) || none_of(B, isVector)) {
 4400         none_of(OutVariants, [&](TreePatternNodePtr Variant) {
utils/TableGen/CodeGenTarget.cpp
  316     if (llvm::none_of(SubClassWithSubReg->VTs,