/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | Checker.h | 31 static void _checkDecl(void *checker, const Decl *D, AnalysisManager& mgr, in _checkDecl() 41 static void _register(CHECKER *checker, CheckerManager &mgr) { in _register() 50 static void _checkBody(void *checker, const Decl *D, AnalysisManager& mgr, in _checkBody() 57 static void _register(CHECKER *checker, CheckerManager &mgr) { in _register() 65 static void _checkEndOfTranslationUnit(void *checker, in _checkEndOfTranslationUnit() 74 static void _register(CHECKER *checker, CheckerManager &mgr){ in _register() 84 static void _checkStmt(void *checker, const Stmt *S, CheckerContext &C) { in _checkStmt() 93 static void _register(CHECKER *checker, CheckerManager &mgr) { in _register() 103 static void _checkStmt(void *checker, const Stmt *S, CheckerContext &C) { in _checkStmt() 112 static void _register(CHECKER *checker, CheckerManager &mgr) { in _register() [all …]
|
H A D | CheckerManager.h | 69 CheckerFn(CheckerBase *checker, Func fn) : Fn(fn), Checker(checker) {} in CheckerFn() argument 209 CHECKER *checker = new CHECKER(std::forward<AT>(Args)...); registerChecker() local [all...] |
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
H A D | gen-static-analyzer-docs.py | 82 def generate_documentation(checker, has_documentation): argument
|
/llvm-project/openmp/runtime/test/tasking/ |
H A D | omp50_task_depend_mtx3.c | 25 static int checker = 0; // to check if two tasks run simultaneously variable
|
H A D | omp50_task_depend_mtx2.c | 28 static int checker = 0; // to check if two tasks run simultaneously variable
|
H A D | omp50_task_depend_mtx.c | 28 static int checker = 0; // to check if two tasks run simultaneously variable
|
H A D | kmp_detach_tasks_t1.c | 68 int volatile checker; variable
|
H A D | bug_taskwait_detach.cpp | 72 int volatile checker; variable
|
H A D | kmp_detach_tasks_t2.c | 69 int volatile checker; variable
|
H A D | omp51_task_dep_inoutset.c | 32 static int volatile checker = 0; variable
|
H A D | kmp_detach_tasks_t3.c | 79 int volatile checker; variable
|
H A D | kmp_task_depend_all.c | 35 static int checker = 0; variable
|
H A D | kmp_taskwait_depend_all.c | 39 static int checker = 0; variable
|
/llvm-project/libcxxabi/test/ |
H A D | thread_local_destruction_order.pass.cpp | 44 thread_local OrderChecker checker{ID}; in ~CreatesThreadLocalInDestructor() local
|
/llvm-project/clang/tools/scan-build-py/lib/libscanbuild/ |
H A D | clang.py | 98 def predicate(checker): argument
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | NSErrorChecker.cpp | 333 NSOrCFErrorDerefChecker *checker = mgr.getChecker<NSOrCFErrorDerefChecker>(); in registerNSErrorChecker() local 344 NSOrCFErrorDerefChecker *checker = mgr.getChecker<NSOrCFErrorDerefChecker>(); in registerCFErrorChecker() local
|
H A D | LLVMConventionsChecker.cpp | 122 const CheckerBase *checker) in StringRefCheckerVisitor() 222 const CheckerBase *checker) in ASTFieldVisitor()
|
H A D | ObjCContainersASTChecker.cpp | 73 WalkAST(BugReporter &br, const CheckerBase *checker, AnalysisDeclContext *ac) in WalkAST()
|
/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransBlockObjCVariable.cpp | 92 BlockVarChecker checker(var); in VisitBlockDecl() local
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_dispatch.h | 267 template <typename T> kmp_uint32 __kmp_ge(T value, T checker) { in __kmp_ge() 270 template <typename T> kmp_uint32 __kmp_eq(T value, T checker) { in __kmp_eq() 294 static UT __kmp_wait(volatile UT *spinner, UT checker, in __kmp_wait()
|
H A D | kmp_dispatch.cpp | 3023 kmp_uint32 __kmp_eq_4(kmp_uint32 value, kmp_uint32 checker) { in __kmp_eq_4() 3027 kmp_uint32 __kmp_neq_4(kmp_uint32 value, kmp_uint32 checker) { in __kmp_neq_4() 3031 kmp_uint32 __kmp_lt_4(kmp_uint32 value, kmp_uint32 checker) { in __kmp_lt_4() 3035 kmp_uint32 __kmp_ge_4(kmp_uint32 value, kmp_uint32 checker) { in __kmp_ge_4() 3039 kmp_uint32 __kmp_le_4(kmp_uint32 value, kmp_uint32 checker) { in __kmp_le_4() 3044 __kmp_wait_4(volatile kmp_uint32 *spinner, kmp_uint32 checker, in __kmp_wait_4() 3072 void __kmp_wait_4_ptr(void *spinner, kmp_uint32 checker, in __kmp_wait_4_ptr()
|
/llvm-project/clang/utils/TableGen/ |
H A D | ClangSACheckersEmitter.cpp | 253 for (const Record *checker : checkers) { EmitClangSACheckers() local [all...] |
/llvm-project/openmp/runtime/test/ompt/tasks/ |
H A D | kmp_task_depend_all.c | 83 static int checker = 0; variable
|
/llvm-project/clang/utils/check_cfc/ |
H A D | check_cfc.py | 422 checker = class_(temp_output_file_orig) variable
|
/llvm-project/flang/lib/Semantics/ |
H A D | check-data.cpp | 217 if (checker.HasComponentWithoutSubscripts()) { // C880 in Leave() local
|