Lines Matching refs:CheckerContext
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;
50 CheckerContext &C) const;
52 ExplodedNode *reportBug(llvm::StringRef Msg, CheckerContext &C) const;
57 bool evalCall(const CallExpr *CE, CheckerContext &C) const;
58 void checkDeadSymbols(SymbolReaper &SymReaper, CheckerContext &C) const;
68 CheckerContext &C) const { in REGISTER_SET_WITH_PROGRAMSTATE()
100 CheckerContext &C) { in getArgumentValueString()
132 CheckerContext &C) const { in reportBug()
152 CheckerContext &C) const { in analyzerEval()
164 CheckerContext &C) const { in analyzerWarnIfReached()
169 CheckerContext &C) const { in analyzerNumTimesReached()
178 CheckerContext &C) const { in analyzerCheckInlined()
193 CheckerContext &C) const { in analyzerExplain()
205 CheckerContext &C) const { in analyzerDump()
220 CheckerContext &C) const { in analyzerGetExtent()
239 CheckerContext &C) const { in analyzerPrintState()
244 CheckerContext &C) const { in analyzerWarnOnDeadSymbol()
258 CheckerContext &C) const { in checkDeadSymbols()
294 CheckerContext &C) const { in analyzerCrash()
299 CheckerContext &C) const { in analyzerHashDump()
311 CheckerContext &C) const { in analyzerDenote()
387 CheckerContext &C) const { in analyzerExpress()