Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DExprInspectionChecker.cpp27 void analyzerWarnOnDeadSymbol(const CallExpr *CE, CheckerContext &C) const;
52 &ExprInspectionChecker::analyzerWarnOnDeadSymbol) in REGISTER_SET_WITH_PROGRAMSTATE()
147 void ExprInspectionChecker::analyzerWarnOnDeadSymbol(const CallExpr *CE, in analyzerWarnOnDeadSymbol() function in ExprInspectionChecker