Home | History | Annotate | Download | only in Checkers

Lines Matching refs:CallExpr

24   void analyzerEval(const CallExpr *CE, CheckerContext &C) const;
25 void analyzerCheckInlined(const CallExpr *CE, CheckerContext &C) const;
26 void analyzerWarnIfReached(const CallExpr *CE, CheckerContext &C) const;
27 void analyzerCrash(const CallExpr *CE, CheckerContext &C) const;
28 void analyzerWarnOnDeadSymbol(const CallExpr *CE, CheckerContext &C) const;
29 void analyzerExplain(const CallExpr *CE, CheckerContext &C) const;
30 void analyzerGetExtent(const CallExpr *CE, CheckerContext &C) const;
32 typedef void (ExprInspectionChecker::*FnCheck)(const CallExpr *,
38 bool evalCall(const CallExpr *CE, CheckerContext &C) const;
45 bool ExprInspectionChecker::evalCall(const CallExpr *CE,
69 static const char *getArgumentValueString(const CallExpr *CE,
113 void ExprInspectionChecker::analyzerEval(const CallExpr *CE,
125 void ExprInspectionChecker::analyzerWarnIfReached(const CallExpr *CE,
130 void ExprInspectionChecker::analyzerCheckInlined(const CallExpr *CE,
145 void ExprInspectionChecker::analyzerExplain(const CallExpr *CE,
155 void ExprInspectionChecker::analyzerGetExtent(const CallExpr *CE,
170 void ExprInspectionChecker::analyzerWarnOnDeadSymbol(const CallExpr *CE,
199 void ExprInspectionChecker::analyzerCrash(const CallExpr *CE,