/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | AssignmentInIfConditionCheck.cpp | 25 AssignmentInIfConditionCheck &Check; in check() member in clang::tidy::bugprone::AssignmentInIfConditionCheck::check::Visitor 28 explicit Visitor(AssignmentInIfConditionCheck &Check) : Check(Check) {} in check() argument 31 AssignmentInIfConditionCheck &Check; in check() member in clang::tidy::bugprone::AssignmentInIfConditionCheck::check::Visitor::VisitIfStmt::ConditionVisitor 34 explicit ConditionVisitor(AssignmentInIfConditionCheck &Check) in check() argument [all...] |
H A D | SuspiciousIncludeCheck.cpp | 20 explicit SuspiciousIncludePPCallbacks(SuspiciousIncludeCheck &Check, in SuspiciousIncludePPCallbacks() 34 SuspiciousIncludeCheck &Check; member in clang::tidy::bugprone::__anon0b9dc4db0111::SuspiciousIncludePPCallbacks
|
H A D | MacroRepeatedSideEffectsCheck.cpp | 22 MacroRepeatedPPCallbacks(ClangTidyCheck &Check, Preprocessor &PP) in MacroRepeatedPPCallbacks() 29 ClangTidyCheck &Check; member in clang::tidy::bugprone::__anonb9aabbe10111::MacroRepeatedPPCallbacks
|
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/ |
H A D | p4.cpp | 72 using Check = T; in operator T() typedef 73 using Check = Expected; in operator T() typedef 92 using Check = T; in operator T&() typedef 93 using Check = Expected; in operator T&() typedef 106 using Check = T; in operator const T() typedef 107 using Check = Expected; in operator const T() typedef 116 using Check = T; in operator const T&() typedef 117 using Check = Expected; in operator const T&() typedef
|
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
H A D | getpw_getgr.cpp | 14 void Check(const char *str) { in Check() function 20 void Check(const passwd *result) { in Check() function 43 void Check(const group *result) { in Check() function
|
/llvm-project/flang/lib/Semantics/ |
H A D | pointer-assignment.cpp | 159 template <typename T> bool PointerAssignmentChecker::Check(const T &) { Check() function in Fortran::semantics::PointerAssignmentChecker 168 bool PointerAssignmentChecker::Check(const evaluate::Expr<T> &x) { Check() function in Fortran::semantics::PointerAssignmentChecker 172 bool PointerAssignmentChecker::Check(const SomeExpr &rhs) { Check() function in Fortran::semantics::PointerAssignmentChecker 237 bool PointerAssignmentChecker::Check(const evaluate::NullPointer &) { Check() function in Fortran::semantics::PointerAssignmentChecker 242 bool PointerAssignmentChecker::Check(const evaluate::FunctionRef<T> &f) { Check() function in Fortran::semantics::PointerAssignmentChecker 296 bool PointerAssignmentChecker::Check(const evaluate::Designator<T> &d) { Check() function in Fortran::semantics::PointerAssignmentChecker 365 bool PointerAssignmentChecker::Check(parser::CharBlock rhsName, bool isCall, Check() function in Fortran::semantics::PointerAssignmentChecker 385 bool PointerAssignmentChecker::Check(const evaluate::ProcedureDesignator &d) { Check() function in Fortran::semantics::PointerAssignmentChecker 415 bool PointerAssignmentChecker::Check(const evaluate::ProcedureRef &ref) { Check() function in Fortran::semantics::PointerAssignmentChecker [all...] |
H A D | check-cuda.cpp | 226 void Check(const parser::Block &block) { Check() function in Fortran::semantics::DeviceContextChecker 233 void Check(const parser::ExecutionPartConstruct &epc) { Check() function in Fortran::semantics::DeviceContextChecker 252 void Check(const parser::ExecutableConstruct &ec) { Check() function in Fortran::semantics::DeviceContextChecker 310 void Check(const parser::ActionStmt &stmt, const parser::CharBlock &source) { Check() function in Fortran::semantics::DeviceContextChecker 360 void Check(const parser::IfConstruct &ic) { Check() function in Fortran::semantics::DeviceContextChecker 377 void Check(const parser::IfStmt &is) { Check() function in Fortran::semantics::DeviceContextChecker 384 void Check(const parser::LoopControl::Bounds &bounds) { Check() function in Fortran::semantics::DeviceContextChecker 391 void Check(const parser::LoopControl::Concurrent &x) { Check() function in Fortran::semantics::DeviceContextChecker 407 void Check(const parser::ScalarLogicalExpr &x) { Check() function in Fortran::semantics::DeviceContextChecker 410 void Check(const parser::ScalarIntExpr &x) { Check() function in Fortran::semantics::DeviceContextChecker 413 void Check(const parser::ScalarExpr &x) { Check() function in Fortran::semantics::DeviceContextChecker 416 void Check(const parser::Expr &expr) { Check() function in Fortran::semantics::DeviceContextChecker [all...] |
/llvm-project/clang-tools-extra/clang-tidy/cert/ |
H A D | SetLongJmpCheck.cpp | 25 SetLongJmpCheck &Check; member in clang::tidy::cert::__anon62d33b6f0111::SetJmpMacroCallbacks 28 explicit SetJmpMacroCallbacks(SetLongJmpCheck &Check) : Check(Check) {} in SetJmpMacroCallbacks()
|
/llvm-project/clang-tools-extra/clang-tidy/google/ |
H A D | TodoCommentCheck.cpp | 18 TodoCommentHandler(TodoCommentCheck &Check, std::optional<std::string> User) in TodoCommentHandler() 46 TodoCommentCheck &Check; member in clang::tidy::google::readability::TodoCommentCheck::TodoCommentHandler
|
H A D | AvoidUnderscoreInGoogletestNameCheck.cpp | 35 Preprocessor *PP, AvoidUnderscoreInGoogletestNameCheck *Check) in AvoidUnderscoreInGoogletestNameCallback() 76 AvoidUnderscoreInGoogletestNameCheck *Check; member in clang::tidy::google::readability::__anon2ea79a3d0111::AvoidUnderscoreInGoogletestNameCallback
|
/llvm-project/clang/test/CodeGen/ |
H A D | exceptions-seh-nested-finally.c | 15 int Check = 0; in main() local
|
/llvm-project/clang-tools-extra/clang-tidy/portability/ |
H A D | RestrictSystemIncludesCheck.h | 45 explicit RestrictedIncludesPPCallbacks(RestrictSystemIncludesCheck &Check, in RestrictedIncludesPPCallbacks() 76 RestrictSystemIncludesCheck &Check; variable
|
/llvm-project/clang/test/Modules/Inputs/odr_hash-Unresolved/ |
H A D | function.h | 4 static void Check(int*, int) {} in Check() function
|
/llvm-project/llvm/lib/Analysis/ |
H A D | GuardUtils.cpp | 124 Value *Check = Worklist.pop_back_val(); in parseCondition() local 144 parseCondition(Condition, [&](Value *Check) { in parseWidenableGuard() 161 parseCondition(Condition, [&](Value *Check) { in extractWidenableCondition()
|
/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PoisonChecking.cpp |
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | ReplaceDisallowCopyAndAssignMacroCheck.cpp | 24 ReplaceDisallowCopyAndAssignMacroCheck &Check, Preprocessor &PP) in ReplaceDisallowCopyAndAssignMacroCallbacks() 67 ReplaceDisallowCopyAndAssignMacroCheck &Check; member in clang::tidy::modernize::__anoncf8c2acb0111::ReplaceDisallowCopyAndAssignMacroCallbacks
|
/llvm-project/llvm/include/llvm/Transforms/ |
H A D | CFGuard.h | 22 enum class Mechanism { Check, Dispatch }; enumerator
|
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
H A D | MacroUsageCheck.cpp | 31 MacroUsageCallbacks(MacroUsageCheck *Check, const SourceManager &SM, in MacroUsageCallbacks() 61 MacroUsageCheck *Check; member in clang::tidy::cppcoreguidelines::__anon2e07e0da0211::MacroUsageCallbacks
|
/llvm-project/clang-tools-extra/clang-tidy/altera/ |
H A D | KernelNameRestrictionCheck.cpp | 24 explicit KernelNameRestrictionPPCallbacks(ClangTidyCheck &Check, in KernelNameRestrictionPPCallbacks() 49 ClangTidyCheck &Check; member in clang::tidy::altera::__anon4abb936f0111::KernelNameRestrictionPPCallbacks
|
/llvm-project/clang/test/SemaCXX/ |
H A D | char8_t.cpp | 62 using Check = E; in check() typedef 63 using Check = T; in check() typedef
|
/llvm-project/clang/test/Modules/Inputs/odr_hash-Friend/ |
H A D | Box.h | 4 friend void Check(iterator) {} in Check() function
|
H A D | Good.h | 4 friend void Check(iterator) {} in Check() function
|
H A D | Bad.h | 4 friend void Check(iterator) { return; } in Check() function
|
/llvm-project/clang-tools-extra/clang-tidy/misc/ |
H A D | MisleadingBidirectional.cpp | 93 MisleadingBidirectionalHandler(MisleadingBidirectionalCheck &Check) in MisleadingBidirectionalHandler() 110 MisleadingBidirectionalCheck &Check; member in MisleadingBidirectionalCheck::MisleadingBidirectionalHandler
|
/llvm-project/clang/unittests/Frontend/ |
H A D | ParsedSourceLocationTest.cpp | 19 auto Check = [](StringRef Value, StringRef Filename, unsigned BeginLine, in TEST() local
|