Searched refs:ExprInspectionChecker (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DExprInspectionChecker.cpp1 //==- ExprInspectionChecker.cpp - Used for regression tests ------*- C++ -*-==//
20 class ExprInspectionChecker : public Checker<eval::Call, check::DeadSymbols> { class in namespace:__anon4166
29 typedef void (ExprInspectionChecker::*FnCheck)(const CallExpr *,
40 bool ExprInspectionChecker::evalCall(const CallExpr *CE,
45 .Case("clang_analyzer_eval", &ExprInspectionChecker::analyzerEval)
47 &ExprInspectionChecker::analyzerCheckInlined)
48 .Case("clang_analyzer_crash", &ExprInspectionChecker::analyzerCrash)
50 &ExprInspectionChecker::analyzerWarnIfReached)
52 &ExprInspectionChecker::analyzerWarnOnDeadSymbol)
94 void ExprInspectionChecker
[all...]
/freebsd-11.0-release/lib/clang/libclangstaticanalyzercheckers/
H A DMakefile33 ExprInspectionChecker.cpp \

Completed in 106 milliseconds