Home
last modified time | relevance | path

Searched defs:Check (Results 1 – 25 of 106) sorted by relevance

12345

/llvm-project-15.0.7/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
H A Dp4.cpp72 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-15.0.7/flang/lib/Semantics/
H A Dpointer-assignment.cpp111 template <typename T> bool PointerAssignmentChecker::Check(const T &) { in Check() function in Fortran::semantics::PointerAssignmentChecker
120 bool PointerAssignmentChecker::Check(const evaluate::Expr<T> &x) { in Check() function in Fortran::semantics::PointerAssignmentChecker
124 bool PointerAssignmentChecker::Check(const SomeExpr &rhs) { in Check() function in Fortran::semantics::PointerAssignmentChecker
136 bool PointerAssignmentChecker::Check(const evaluate::NullPointer &) { in Check() function in Fortran::semantics::PointerAssignmentChecker
141 bool PointerAssignmentChecker::Check(const evaluate::FunctionRef<T> &f) { in Check() function in Fortran::semantics::PointerAssignmentChecker
191 bool PointerAssignmentChecker::Check(const evaluate::Designator<T> &d) { in Check() function in Fortran::semantics::PointerAssignmentChecker
259 bool PointerAssignmentChecker::Check(parser::CharBlock rhsName, bool isCall, in Check() function in Fortran::semantics::PointerAssignmentChecker
271 bool PointerAssignmentChecker::Check(const evaluate::ProcedureDesignator &d) { in Check() function in Fortran::semantics::PointerAssignmentChecker
279 bool PointerAssignmentChecker::Check(const evaluate::ProcedureRef &ref) { in Check() function in Fortran::semantics::PointerAssignmentChecker
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dgetpw_getgr.cpp14 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-15.0.7/clang/test/SemaCXX/
H A Dchar8_t.cpp40 using Check = E; in check() typedef
41 using Check = T; in check() typedef
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cert/
H A DSetLongJmpCheck.cpp27 SetLongJmpCheck &Check; member in clang::tidy::cert::__anon3ed63b6c0111::SetJmpMacroCallbacks
30 explicit SetJmpMacroCallbacks(SetLongJmpCheck &Check) : Check(Check) {} in SetJmpMacroCallbacks()
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dexceptions-seh-nested-finally.c15 int Check = 0; in main() local
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/google/
H A DTodoCommentCheck.cpp20 TodoCommentHandler(TodoCommentCheck &Check, llvm::Optional<std::string> User) in TodoCommentHandler()
48 TodoCommentCheck &Check; member in clang::tidy::google::readability::TodoCommentCheck::TodoCommentHandler
H A DAvoidUnderscoreInGoogletestNameCheck.cpp38 Preprocessor *PP, AvoidUnderscoreInGoogletestNameCheck *Check) in AvoidUnderscoreInGoogletestNameCallback()
76 AvoidUnderscoreInGoogletestNameCheck *Check; member in clang::tidy::google::readability::__anon828e359a0111::AvoidUnderscoreInGoogletestNameCallback
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/portability/
H A DRestrictSystemIncludesCheck.h47 explicit RestrictedIncludesPPCallbacks(RestrictSystemIncludesCheck &Check, in RestrictedIncludesPPCallbacks()
77 RestrictSystemIncludesCheck &Check; variable
/llvm-project-15.0.7/clang/test/Modules/Inputs/odr_hash-Unresolved/
H A Dfunction.h4 static void Check(int*, int) {} in Check() function
/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/
H A Dutilities.h21 GWP_ASAN_ALWAYS_INLINE void Check(bool Condition, const char *Message) { in Check() function
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp149 auto *Check = in generateCreationChecksForBinOp() local
158 auto *Check = in generateCreationChecksForBinOp() local
200 Value *Check = in generateCreationChecks() local
213 Value *Check = in generateCreationChecks() local
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DReplaceDisallowCopyAndAssignMacroCheck.cpp25 ReplaceDisallowCopyAndAssignMacroCheck &Check, Preprocessor &PP) in ReplaceDisallowCopyAndAssignMacroCallbacks()
68 ReplaceDisallowCopyAndAssignMacroCheck &Check; member in clang::tidy::modernize::__anonebbb68480111::ReplaceDisallowCopyAndAssignMacroCallbacks
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DSuspiciousIncludeCheck.cpp20 explicit SuspiciousIncludePPCallbacks(SuspiciousIncludeCheck &Check, in SuspiciousIncludePPCallbacks()
33 SuspiciousIncludeCheck &Check; member in clang::tidy::bugprone::__anonece6acb80111::SuspiciousIncludePPCallbacks
H A DMacroRepeatedSideEffectsCheck.cpp23 MacroRepeatedPPCallbacks(ClangTidyCheck &Check, Preprocessor &PP) in MacroRepeatedPPCallbacks()
30 ClangTidyCheck &Check; member in clang::tidy::bugprone::__anonb5de891e0111::MacroRepeatedPPCallbacks
H A DMacroParenthesesCheck.cpp21 MacroParenthesesPPCallbacks(Preprocessor *PP, MacroParenthesesCheck *Check) in MacroParenthesesPPCallbacks()
38 MacroParenthesesCheck *Check; member in clang::tidy::bugprone::__anon380547b10111::MacroParenthesesPPCallbacks
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DMacroUsageCheck.cpp33 MacroUsageCallbacks(MacroUsageCheck *Check, const SourceManager &SM, in MacroUsageCallbacks()
60 MacroUsageCheck *Check; member in clang::tidy::cppcoreguidelines::__anon852a33f70211::MacroUsageCallbacks
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/altera/
H A DKernelNameRestrictionCheck.cpp26 explicit KernelNameRestrictionPPCallbacks(ClangTidyCheck &Check, in KernelNameRestrictionPPCallbacks()
50 ClangTidyCheck &Check; member in clang::tidy::altera::__anona1dde68c0111::KernelNameRestrictionPPCallbacks
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dreport_test.cpp13 TEST(ScudoReportDeathTest, Check) { in TEST() argument
/llvm-project-15.0.7/clang/test/Modules/Inputs/odr_hash-Friend/
H A DBox.h4 friend void Check(iterator) {} in Check() function
H A DBad.h4 friend void Check(iterator) { return; } in Check() function
H A DGood.h4 friend void Check(iterator) {} in Check() function
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DMisleadingBidirectional.cpp92 MisleadingBidirectionalHandler(MisleadingBidirectionalCheck &Check, in MisleadingBidirectionalHandler()
110 MisleadingBidirectionalCheck &Check; member in MisleadingBidirectionalCheck::MisleadingBidirectionalHandler
/llvm-project-15.0.7/clang/unittests/Frontend/
H A DParsedSourceLocationTest.cpp18 auto Check = [](StringRef Value, StringRef Filename, unsigned BeginLine, in TEST() local
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DDuplicateIncludeCheck.cpp37 DuplicateIncludeCallbacks(DuplicateIncludeCheck &Check, in DuplicateIncludeCallbacks()
64 DuplicateIncludeCheck &Check; member in clang::tidy::readability::__anon7cfdf5040111::DuplicateIncludeCallbacks

12345