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;
28 typedef void (ExprInspectionChecker::*FnCheck)(const CallExpr *,
32 bool evalCall(const CallExpr *CE, CheckerContext &C) const;
36 bool ExprInspectionChecker::evalCall(const CallExpr *CE,
55 static const char *getArgumentValueString(const CallExpr *CE,
87 void ExprInspectionChecker::analyzerEval(const CallExpr *CE,
104 void ExprInspectionChecker::analyzerWarnIfReached(const CallExpr *CE,
115 void ExprInspectionChecker::analyzerCheckInlined(const CallExpr *CE,
135 void ExprInspectionChecker::analyzerCrash(const CallExpr *CE,