Lines Matching refs:CallExpr

33   mutable llvm::DenseMap<const CallExpr *, ReachedStat> ReachedStats;
35 void analyzerEval(const CallExpr *CE, CheckerContext &C) const;
36 void analyzerCheckInlined(const CallExpr *CE, CheckerContext &C) const;
37 void analyzerWarnIfReached(const CallExpr *CE, CheckerContext &C) const;
38 void analyzerNumTimesReached(const CallExpr *CE, CheckerContext &C) const;
39 void analyzerCrash(const CallExpr *CE, CheckerContext &C) const;
40 void analyzerWarnOnDeadSymbol(const CallExpr *CE, CheckerContext &C) const;
41 void analyzerDump(const CallExpr *CE, CheckerContext &C) const;
42 void analyzerExplain(const CallExpr *CE, CheckerContext &C) const;
43 void analyzerPrintState(const CallExpr *CE, CheckerContext &C) const;
44 void analyzerGetExtent(const CallExpr *CE, CheckerContext &C) const;
45 void analyzerHashDump(const CallExpr *CE, CheckerContext &C) const;
46 void analyzerDenote(const CallExpr *CE, CheckerContext &C) const;
47 void analyzerExpress(const CallExpr *CE, CheckerContext &C) const;
49 typedef void (ExprInspectionChecker::*FnCheck)(const CallExpr *,
57 bool evalCall(const CallExpr *CE, CheckerContext &C) const;
67 bool ExprInspectionChecker::evalCall(const CallExpr *CE, in REGISTER_SET_WITH_PROGRAMSTATE()
99 static const char *getArgumentValueString(const CallExpr *CE, in getArgumentValueString()
151 void ExprInspectionChecker::analyzerEval(const CallExpr *CE, in analyzerEval()
163 void ExprInspectionChecker::analyzerWarnIfReached(const CallExpr *CE, in analyzerWarnIfReached()
168 void ExprInspectionChecker::analyzerNumTimesReached(const CallExpr *CE, in analyzerNumTimesReached()
177 void ExprInspectionChecker::analyzerCheckInlined(const CallExpr *CE, in analyzerCheckInlined()
192 void ExprInspectionChecker::analyzerExplain(const CallExpr *CE, in analyzerExplain()
204 void ExprInspectionChecker::analyzerDump(const CallExpr *CE, in analyzerDump()
219 void ExprInspectionChecker::analyzerGetExtent(const CallExpr *CE, in analyzerGetExtent()
238 void ExprInspectionChecker::analyzerPrintState(const CallExpr *CE, in analyzerPrintState()
243 void ExprInspectionChecker::analyzerWarnOnDeadSymbol(const CallExpr *CE, in analyzerWarnOnDeadSymbol()
293 void ExprInspectionChecker::analyzerCrash(const CallExpr *CE, in analyzerCrash()
298 void ExprInspectionChecker::analyzerHashDump(const CallExpr *CE, in analyzerHashDump()
310 void ExprInspectionChecker::analyzerDenote(const CallExpr *CE, in analyzerDenote()
386 void ExprInspectionChecker::analyzerExpress(const CallExpr *CE, in analyzerExpress()