Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DExprInspectionChecker.cpp42 void analyzerCrash(const CallExpr *CE, CheckerContext &C) const;
94 .Case("clang_analyzer_crash", &ExprInspectionChecker::analyzerCrash) in REGISTER_SET_WITH_PROGRAMSTATE()
422 void ExprInspectionChecker::analyzerCrash(const CallExpr *CE, in analyzerCrash() function in ExprInspectionChecker