Home
last modified time | relevance | path

Searched refs:ExprInspectionChecker (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DExprInspectionChecker.cpp20 class ExprInspectionChecker : public Checker< eval::Call > { class
27 typedef void (ExprInspectionChecker::*FnCheck)(const CallExpr *,
35 bool ExprInspectionChecker::evalCall(const CallExpr *CE, in evalCall()
40 .Case("clang_analyzer_eval", &ExprInspectionChecker::analyzerEval) in evalCall()
42 &ExprInspectionChecker::analyzerCheckInlined) in evalCall()
43 .Case("clang_analyzer_crash", &ExprInspectionChecker::analyzerCrash) in evalCall()
85 void ExprInspectionChecker::analyzerEval(const CallExpr *CE, in analyzerEval()
102 void ExprInspectionChecker::analyzerCheckInlined(const CallExpr *CE, in analyzerCheckInlined()
122 void ExprInspectionChecker::analyzerCrash(const CallExpr *CE, in analyzerCrash()
128 Mgr.registerChecker<ExprInspectionChecker>(); in registerExprInspectionChecker()
DCMakeLists.txt33 ExprInspectionChecker.cpp
DAndroid.mk41 ExprInspectionChecker.cpp \
DCheckers.td537 def ExprInspectionChecker : Checker<"ExprInspection">,
539 DescFile<"ExprInspectionChecker.cpp">;