Home
last modified time | relevance | path

Searched defs:Checks (Results 1 – 25 of 35) sorted by relevance

12

/llvm-project/clang-tools-extra/clang-tidy/
H A DClangTidyModule.cpp25 std::vector<std::unique_ptr<ClangTidyCheck>> Checks; in createChecks() local
36 std::vector<std::unique_ptr<ClangTidyCheck>> Checks; in createChecksForLanguage() local
H A DNoLintDirectiveHandler.cpp64 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 DClangTidy.cpp328 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 DClangTidyOptions.h69 /// Checks filter. member
H A DClangTidyOptions.cpp150 mapChecks(IO & IO,std::optional<std::string> & Checks) mapChecks() argument
[all...]
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp
/llvm-project/openmp/runtime/test/affinity/format/
H A Dcheck.py7 class Checks(object): class
/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp200 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 DLoopPredication.cpp717 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 DLoopLoadElimination.cpp403 copy_if(AllChecks, std::back_inserter(Checks), in collectMemchecks() local
562 SmallVector<RuntimePointerCheck, 4> Checks = collectMemchecks(Candidates); processLoop() local
[all...]
H A DLoopDistribute.cpp794 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition, processLoop() local
904 SmallVector<RuntimePointerCheck, 4> Checks; includeOnlyCrossPartitionChecks() local
H A DInductiveRangeCheckElimination.cpp487 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 DLoopFlatten.cpp969 ArrayRef<RuntimePointerCheck> Checks(nullptr, nullptr); in FlattenLoopPair() local
/llvm-project/llvm/unittests/Target/ARM/
H A DInstSizes.cpp25 Checks) { in runChecks() argument
/llvm-project/clang-tools-extra/clangd/
H A DTidyProvider.cpp141 static void mergeCheckList(std::optional<std::string> &Checks, in mergeCheckList() argument
187 TidyProvider addTidyChecks(llvm::StringRef Checks, in addTidyChecks() argument
[all...]
H A DConfig.h105 std::string Checks; member
H A DParsedAST.cpp277 TidyDiagnosticGroups(llvm::StringRef Checks) { in TidyDiagnosticGroups() argument
/llvm-project/llvm/unittests/Target/LoongArch/
H A DInstSizes.cpp47 std::function<void(LoongArchInstrInfo &, MachineFunction &)> Checks) { in runChecks() argument
/llvm-project/llvm/lib/Analysis/
H A DGuardUtils.cpp139 llvm::SmallVectorImpl<Value *> &Checks) { in parseWidenableGuard()
/llvm-project/clang-tools-extra/clangd/tool/
H A DCheck.cpp309 __anon9762cb990502(llvm::StringRef Checks) checkTidyTimes() argument
325 __anon9762cb990802(llvm::StringRef Checks) checkTidyTimes() argument
/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp42 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 DClangTidyMain.cpp101 static cl::opt<std::string> Checks("checks", desc(R"( global() variable
[all...]
/llvm-project/llvm/unittests/Target/AArch64/
H A DInstSizes.cpp47 std::function<void(AArch64InstrInfo &, MachineFunction &)> Checks) { in runChecks() argument
/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h596 SmallVector<RuntimePointerCheck, 4> Checks; global() variable
/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp1738 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

12