Searched defs:walker (Results 1 – 7 of 7) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CheckSizeofPointer.cpp | 85 WalkAST walker(BR, this, mgr.getAnalysisDeclContext(D)); in checkASTCodeBody() local
|
H A D | LLVMConventionsChecker.cpp | 141 StringRefCheckerVisitor walker(D, BR, Checker); in CheckStringRefAssignedTemporary() local 239 ASTFieldVisitor walker(R, BR, Checker); in CheckASTMemory() local
|
H A D | ObjCContainersASTChecker.cpp | 167 WalkAST walker(BR, this, Mgr.getAnalysisDeclContext(D)); in checkASTCodeBody() local
|
H A D | CStringSyntaxChecker.cpp | 183 WalkAST walker(this, BR, Mgr.getAnalysisDeclContext(D)); in checkASTCodeBody() local
|
H A D | VirtualCallChecker.cpp | 223 WalkAST walker(this, BR, mgr.getAnalysisDeclContext(RD)); in checkASTDecl() local
|
H A D | CheckSecuritySyntaxOnly.cpp | 754 WalkAST walker(BR, mgr.getAnalysisDeclContext(D), filter); in checkASTCodeBody() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/ |
H A D | ThreadSafety.cpp | 1889 threadSafety::CFGWalker walker; in runAnalysis() local
|