Home | History | Annotate | Download | only in Checkers

Lines Matching refs:CallExpr

23   void analyzerEval(const CallExpr *CE, CheckerContext &C) const;
24 void analyzerCheckInlined(const CallExpr *CE, CheckerContext &C) const;
25 void analyzerWarnIfReached(const CallExpr *CE, CheckerContext &C) const;
26 void analyzerCrash(const CallExpr *CE, CheckerContext &C) const;
27 void analyzerWarnOnDeadSymbol(const CallExpr *CE, CheckerContext &C) const;
29 typedef void (ExprInspectionChecker::*FnCheck)(const CallExpr *,
33 bool evalCall(const CallExpr *CE, CheckerContext &C) const;
40 bool ExprInspectionChecker::evalCall(const CallExpr *CE,
62 static const char *getArgumentValueString(const CallExpr *CE,
94 void ExprInspectionChecker::analyzerEval(const CallExpr *CE,
113 void ExprInspectionChecker::analyzerWarnIfReached(const CallExpr *CE,
125 void ExprInspectionChecker::analyzerCheckInlined(const CallExpr *CE,
147 void ExprInspectionChecker::analyzerWarnOnDeadSymbol(const CallExpr *CE,
182 void ExprInspectionChecker::analyzerCrash(const CallExpr *CE,