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 analyzerCrash(const CallExpr *CE, CheckerContext &C) const;
27 typedef void (ExprInspectionChecker::*FnCheck)(const CallExpr *,
31 bool evalCall(const CallExpr *CE, CheckerContext &C) const;
35 bool ExprInspectionChecker::evalCall(const CallExpr *CE,
53 static const char *getArgumentValueString(const CallExpr *CE,
85 void ExprInspectionChecker::analyzerEval(const CallExpr *CE,
102 void ExprInspectionChecker::analyzerCheckInlined(const CallExpr *CE,
122 void ExprInspectionChecker::analyzerCrash(const CallExpr *CE,