| /src/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | none_of.h | 23 none_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) { in none_of() function
|
| H A D | ranges_none_of.h | 65 inline constexpr auto none_of = __none_of::__fn{};
|
| /src/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCRegisterInfo.cpp | 96 assert(none_of(Aliases, [&](auto &Cur) { return R == Cur; }) && in getCachedAliasesOf()
|
| /src/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | AssumeBundleQueries.cpp | 129 return none_of(Assume.bundle_op_infos(), in isAssumeWithEmptyBundle()
|
| H A D | AssumptionCache.cpp | 105 if (llvm::none_of(AVV, [&](ResultElem &Elem) { in updateAffectedValues()
|
| /src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCBoolRetToInt.cpp | 224 if (llvm::none_of(Defs, [](Value *V) { return isa<Instruction>(V); })) in runOnUse()
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclContextInternals.h | 82 assert(llvm::none_of(getLookupResult(), ShouldErase) && "Still exists!"); in erase_if()
|
| /src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUImageIntrinsicOptimizer.cpp | 296 if (llvm::none_of(*M, [](Function &F) { in imageIntrinsicOptimizerImpl()
|
| H A D | SIOptimizeExecMaskingPreRA.cpp | 235 std::none_of(std::next(Cmp->getIterator()), Andn2->getIterator(), in optimizeVcndVcmpPair()
|
| H A D | AMDGPUTargetTransformInfo.cpp | 88 if (llvm::none_of(L->getSubLoops(), [PHI](const Loop* SubLoop) { in dependsOnLocalPhi() 1314 bool SingleBB = none_of(*CB->getCalledFunction(), [](const BasicBlock &BB) { in getCallerAllocaCost()
|
| /src/contrib/llvm-project/libcxx/modules/std/ |
| H A D | algorithm.inc | 40 using std::none_of; 42 using std::ranges::none_of;
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BasicValueFactory.cpp | 231 if (llvm::none_of(PathRange, IsSameAsBaseSpec)) in accumCXXBase()
|
| /src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StandardLibrary.cpp | 121 assert(llvm::none_of(llvm::ArrayRef(Mapping->SymbolNames, SymIndex), in initialize()
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86WinCOFFTargetStreamer.cpp | 240 if (llvm::none_of(CurFPOData->Instructions, [](const FPOInstruction &Inst) { in emitFPOStackAlign()
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | CheckerRegistry.cpp | 482 if (llvm::none_of(OptionList, SameOptName)) { in isOptionContainedIn()
|
| /src/contrib/llvm-project/llvm/lib/Support/ |
| H A D | TimeProfiler.cpp | 156 if (llvm::none_of(llvm::drop_begin(llvm::reverse(Stack)), in end()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CodeMoverUtils.cpp | 170 if (none_of(Conditions, [&](ControlCondition &Exists) { in addControlCondition()
|
| /src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLink.h | 1476 assert(llvm::none_of(external_symbols(), in removeExternalSymbol() 1491 assert(llvm::none_of(external_symbols(), in removeAbsoluteSymbol() 1508 assert(llvm::none_of(B.getSection().symbols(), in removeBlock()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ImplicitNullChecks.cpp | 243 assert(llvm::none_of(MI->operands(), IsRegMask) && in canHandle()
|
| H A D | FixupStatepointCallerSaved.cpp | 347 bool Last = std::none_of(++MI.getIterator(), MBB->end().getInstrIterator(), in StatepointState()
|
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86CmovConversion.cpp | 200 llvm::none_of(Group, [&](MachineInstr *I) { return I->mayLoad(); })) in runOnMachineFunction()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | HotColdSplitting.cpp | 734 none_of(SubRegion, [&](BasicBlock *Block) { in outlineColdRegions()
|
| /src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ModuleSummaryIndex.cpp | 278 assert(llvm::none_of( in propagateAttributes()
|
| /src/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPLexerChange.cpp | 42 return llvm::none_of( in isInPrimaryFile()
|
| /src/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonShuffler.cpp | 409 llvm::none_of(insts(), [&](HexagonInstr const &I) { in restrictStoreLoadOrder()
|