Lines Matching refs:CheckerContext
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;
33 CheckerContext &C) const;
35 void reportBug(llvm::StringRef Msg, CheckerContext &C) const;
38 bool evalCall(const CallExpr *CE, CheckerContext &C) const;
39 void checkDeadSymbols(SymbolReaper &SymReaper, CheckerContext &C) const;
46 CheckerContext &C) const { in REGISTER_SET_WITH_PROGRAMSTATE()
70 CheckerContext &C) { in getArgumentValueString()
102 CheckerContext &C) const { in reportBug()
114 CheckerContext &C) const { in analyzerEval()
126 CheckerContext &C) const { in analyzerWarnIfReached()
131 CheckerContext &C) const { in analyzerCheckInlined()
146 CheckerContext &C) const { in analyzerExplain()
156 CheckerContext &C) const { in analyzerGetExtent()
171 CheckerContext &C) const { in analyzerWarnOnDeadSymbol()
185 CheckerContext &C) const { in checkDeadSymbols()
200 CheckerContext &C) const { in analyzerCrash()