Home
last modified time | relevance | path

Searched defs:AllChecks (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang-tools-extra/clangd/
H A DTidyProvider.cpp307 static const llvm::StringSet<llvm::BumpPtrAllocator> AllChecks = [] { in isRegisteredTidyCheck() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopPredication.cpp745 Value *AllChecks = Builder.CreateAnd(Checks); widenGuardConditions() local
780 Value *AllChecks = Builder.CreateAnd(Checks); widenWidenableBranchGuardConditions() local
H A DLoopDistribute.cpp793 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition, in processLoop() local
901 includeOnlyCrossPartitionChecks(const SmallVectorImpl<RuntimePointerCheck> & AllChecks,const SmallVectorImpl<int> & PtrToPartition,const RuntimePointerChecking * RtPtrChecking) includeOnlyCrossPartitionChecks() argument
H A DLoopLoadElimination.cpp402 const auto &AllChecks = LAI.getRuntimePointerChecking()->getChecks(); collectMemchecks() local
/llvm-project/clang-tools-extra/clang-tidy/tool/
H A DClangTidyMain.cpp481 verifyChecks(const StringSet<> & AllChecks,StringRef CheckGlob,StringRef Source) verifyChecks() argument