/llvm-project/clang-tools-extra/clang-tidy/ |
H A D | ClangTidyModule.cpp | 25 std::vector<std::unique_ptr<ClangTidyCheck>> Checks; in createChecks() local 36 std::vector<std::unique_ptr<ClangTidyCheck>> Checks; in createChecksForLanguage() local
|
H A D | NoLintDirectiveHandler.cpp | 64 static std::string trimWhitespace(StringRef Checks) { in trimWhitespace() 84 const std::optional<std::string> &Checks) in NoLintToken() 105 std::optional<std::string> Checks; member in clang::tidy::__anon3c781a620111::NoLintToken 136 std::optional<std::string> Checks; in getNoLints() local
|
H A D | ClangTidy.cpp | 328 std::vector<std::unique_ptr<ClangTidyCheck>> Checks) in ClangTidyASTConsumer() argument 338 std::vector<std::unique_ptr<ClangTidyCheck>> Checks; member in clang::tidy::__anondf6f47d00111::ClangTidyASTConsumer 493 std::vector<std::unique_ptr<ClangTidyCheck>> Checks = in getCheckOptions() local 419 std::vector<std::unique_ptr<ClangTidyCheck>> Checks = createASTConsumer() local [all...] |
H A D | ClangTidyOptions.h | 69 /// Checks filter. member
|
H A D | ClangTidyOptions.cpp | 150 mapChecks(IO & IO,std::optional<std::string> & Checks) mapChecks() argument [all...] |
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PoisonChecking.cpp |
|
/llvm-project/openmp/runtime/test/affinity/format/ |
H A D | check.py | 7 class Checks(object): class
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GuardWidening.cpp | 200 canBeHoistedTo(const SmallVectorImpl<Value * > & Checks,BasicBlock::iterator InsertPos) const canBeHoistedTo() argument 209 makeAvailableAt(const SmallVectorImpl<Value * > & Checks,BasicBlock::iterator InsertPos) const makeAvailableAt() argument 279 parseRangeChecks(SmallVectorImpl<Value * > & ToParse,SmallVectorImpl<RangeCheck> & Checks) parseRangeChecks() argument 767 SmallVector<GuardWideningImpl::RangeCheck, 4> Checks, CombinedChecks; mergeChecks() local 807 parseRangeChecks(Value * CheckCond,SmallVectorImpl<GuardWideningImpl::RangeCheck> & Checks) parseRangeChecks() argument 868 combineRangeChecks(SmallVectorImpl<GuardWideningImpl::RangeCheck> & Checks,SmallVectorImpl<GuardWideningImpl::RangeCheck> & RangeChecksOut) const combineRangeChecks() argument [all...] |
H A D | LoopPredication.cpp | 717 widenChecks(SmallVectorImpl<Value * > & Checks,SmallVectorImpl<Value * > & WidenedChecks,SCEVExpander & Expander,Instruction * Guard) widenChecks() argument 734 SmallVector<Value *, 4> Checks; widenGuardConditions() local 765 SmallVector<Value *, 4> Checks; widenWidenableBranchGuardConditions() local [all...] |
H A D | LoopLoadElimination.cpp | 403 copy_if(AllChecks, std::back_inserter(Checks), in collectMemchecks() local 562 SmallVector<RuntimePointerCheck, 4> Checks = collectMemchecks(Candidates); processLoop() local [all...] |
H A D | LoopDistribute.cpp | 794 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition, processLoop() local 904 SmallVector<RuntimePointerCheck, 4> Checks; includeOnlyCrossPartitionChecks() local
|
H A D | InductiveRangeCheckElimination.cpp | 487 extractRangeChecksFromCond(Loop * L,ScalarEvolution & SE,Use & ConditionUse,SmallVectorImpl<InductiveRangeCheck> & Checks,SmallPtrSetImpl<Value * > & Visited) extractRangeChecksFromCond() argument 527 extractRangeChecksFromBranch(BranchInst * BI,Loop * L,ScalarEvolution & SE,BranchProbabilityInfo * BPI,SmallVectorImpl<InductiveRangeCheck> & Checks,bool & Changed) extractRangeChecksFromBranch() argument [all...] |
H A D | LoopFlatten.cpp | 969 ArrayRef<RuntimePointerCheck> Checks(nullptr, nullptr); in FlattenLoopPair() local
|
/llvm-project/llvm/unittests/Target/ARM/ |
H A D | InstSizes.cpp | 25 Checks) { in runChecks() argument
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | TidyProvider.cpp | 141 static void mergeCheckList(std::optional<std::string> &Checks, in mergeCheckList() argument 187 TidyProvider addTidyChecks(llvm::StringRef Checks, in addTidyChecks() argument [all...] |
H A D | Config.h | 105 std::string Checks; member
|
H A D | ParsedAST.cpp | 277 TidyDiagnosticGroups(llvm::StringRef Checks) { in TidyDiagnosticGroups() argument
|
/llvm-project/llvm/unittests/Target/LoongArch/ |
H A D | InstSizes.cpp | 47 std::function<void(LoongArchInstrInfo &, MachineFunction &)> Checks) { in runChecks() argument
|
/llvm-project/llvm/lib/Analysis/ |
H A D | GuardUtils.cpp | 139 llvm::SmallVectorImpl<Value *> &Checks) { in parseWidenableGuard()
|
/llvm-project/clang-tools-extra/clangd/tool/ |
H A D | Check.cpp | 309 __anon9762cb990502(llvm::StringRef Checks) checkTidyTimes() argument 325 __anon9762cb990802(llvm::StringRef Checks) checkTidyTimes() argument
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopVersioning.cpp | 42 LoopVersioning(const LoopAccessInfo & LAI,ArrayRef<RuntimePointerCheck> Checks,Loop * L,LoopInfo * LI,DominatorTree * DT,ScalarEvolution * SE) LoopVersioning() argument
|
/llvm-project/clang-tools-extra/clang-tidy/tool/ |
H A D | ClangTidyMain.cpp | 101 static cl::opt<std::string> Checks("checks", desc(R"( global() variable [all...] |
/llvm-project/llvm/unittests/Target/AArch64/ |
H A D | InstSizes.cpp | 47 std::function<void(AArch64InstrInfo &, MachineFunction &)> Checks) { in runChecks() argument
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LoopAccessAnalysis.h | 596 SmallVector<RuntimePointerCheck, 4> Checks; global() variable
|
/llvm-project/clang/utils/TableGen/ |
H A D | MveEmitter.cpp | 1738 GroupSemaChecks(std::map<std::string,std::set<std::string>> & Checks) GroupSemaChecks() argument 1972 std::map<std::string, std::set<std::string>> Checks; EmitBuiltinSema() local 2166 std::map<std::string, std::set<std::string>> Checks; EmitBuiltinSema() local
|