Lines Matching refs:CheckerContext

37   void analyzerEval(const CallExpr *CE, CheckerContext &C) const;
38 void analyzerCheckInlined(const CallExpr *CE, CheckerContext &C) const;
39 void analyzerWarnIfReached(const CallExpr *CE, CheckerContext &C) const;
40 void analyzerNumTimesReached(const CallExpr *CE, CheckerContext &C) const;
41 void analyzerCrash(const CallExpr *CE, CheckerContext &C) const;
42 void analyzerWarnOnDeadSymbol(const CallExpr *CE, CheckerContext &C) const;
43 void analyzerDump(const CallExpr *CE, CheckerContext &C) const;
44 void analyzerExplain(const CallExpr *CE, CheckerContext &C) const;
45 void analyzerPrintState(const CallExpr *CE, CheckerContext &C) const;
46 void analyzerGetExtent(const CallExpr *CE, CheckerContext &C) const;
47 void analyzerDumpExtent(const CallExpr *CE, CheckerContext &C) const;
48 void analyzerDumpElementCount(const CallExpr *CE, CheckerContext &C) const;
49 void analyzerHashDump(const CallExpr *CE, CheckerContext &C) const;
50 void analyzerDenote(const CallExpr *CE, CheckerContext &C) const;
51 void analyzerExpress(const CallExpr *CE, CheckerContext &C) const;
52 void analyzerIsTainted(const CallExpr *CE, CheckerContext &C) const;
55 CheckerContext &C) const;
58 ExplodedNode *reportBug(llvm::StringRef Msg, CheckerContext &C,
63 const Expr *getArgExpr(const CallExpr *CE, CheckerContext &C) const;
64 const MemRegion *getArgRegion(const CallExpr *CE, CheckerContext &C) const;
67 bool evalCall(const CallEvent &Call, CheckerContext &C) const;
68 void checkDeadSymbols(SymbolReaper &SymReaper, CheckerContext &C) const;
78 CheckerContext &C) const { in REGISTER_SET_WITH_PROGRAMSTATE()
126 CheckerContext &C) { in getArgumentValueString()
158 CheckerContext &C, in reportBug()
183 CheckerContext &C) const { in getArgExpr()
192 CheckerContext &C) const { in getArgRegion()
207 CheckerContext &C) const { in analyzerEval()
219 CheckerContext &C) const { in analyzerWarnIfReached()
224 CheckerContext &C) const { in analyzerNumTimesReached()
233 CheckerContext &C) const { in analyzerCheckInlined()
248 CheckerContext &C) const { in analyzerExplain()
259 CheckerContext &C) const { in analyzerDump()
273 CheckerContext &C) const { in analyzerGetExtent()
286 CheckerContext &C) const { in analyzerDumpExtent()
301 CheckerContext &C) const { in analyzerDumpElementCount()
326 CheckerContext &C) const { in analyzerPrintState()
331 CheckerContext &C) const { in analyzerWarnOnDeadSymbol()
347 CheckerContext &C) const { in checkDeadSymbols()
383 CheckerContext &C) const { in analyzerCrash()
388 CheckerContext &C) const { in analyzerHashDump()
400 CheckerContext &C) const { in analyzerDenote()
475 CheckerContext &C) const { in analyzerExpress()
498 CheckerContext &C) const { in analyzerIsTainted()