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 analyzerValue(const CallExpr *CE, CheckerContext &C) const;
44 void analyzerDumpSValType(const CallExpr *CE, CheckerContext &C) const;
45 void analyzerDump(const CallExpr *CE, CheckerContext &C) const;
46 void analyzerExplain(const CallExpr *CE, CheckerContext &C) const;
47 void analyzerPrintState(const CallExpr *CE, CheckerContext &C) const;
48 void analyzerGetExtent(const CallExpr *CE, CheckerContext &C) const;
49 void analyzerDumpExtent(const CallExpr *CE, CheckerContext &C) const;
50 void analyzerDumpElementCount(const CallExpr *CE, CheckerContext &C) const;
51 void analyzerHashDump(const CallExpr *CE, CheckerContext &C) const;
52 void analyzerDenote(const CallExpr *CE, CheckerContext &C) const;
53 void analyzerExpress(const CallExpr *CE, CheckerContext &C) const;
54 void analyzerIsTainted(const CallExpr *CE, CheckerContext &C) const;
57 CheckerContext &C) const;
60 ExplodedNode *reportBug(llvm::StringRef Msg, CheckerContext &C,
64 template <typename T> void printAndReport(CheckerContext &C, T What) const;
66 const Expr *getArgExpr(const CallExpr *CE, CheckerContext &C) const;
67 const MemRegion *getArgRegion(const CallExpr *CE, CheckerContext &C) const;
70 bool evalCall(const CallEvent &Call, CheckerContext &C) const;
71 void checkDeadSymbols(SymbolReaper &SymReaper, CheckerContext &C) const;
81 CheckerContext &C) const { in REGISTER_SET_WITH_PROGRAMSTATE()
132 CheckerContext &C) { in getArgumentValueString()
164 CheckerContext &C, in reportBug()
189 CheckerContext &C) const { in getArgExpr()
198 CheckerContext &C) const { in getArgRegion()
213 CheckerContext &C) const { in analyzerEval()
225 CheckerContext &C) const { in analyzerWarnIfReached()
230 CheckerContext &C) const { in analyzerNumTimesReached()
239 CheckerContext &C) const { in analyzerCheckInlined()
254 CheckerContext &C) const { in analyzerExplain()
264 static void printHelper(llvm::raw_svector_ostream &Out, CheckerContext &C, in printHelper()
270 static void printHelper(llvm::raw_svector_ostream &Out, CheckerContext &C, in printHelper()
275 static void printHelper(llvm::raw_svector_ostream &Out, CheckerContext &C, in printHelper()
281 void ExprInspectionChecker::printAndReport(CheckerContext &C, T What) const { in printAndReport()
289 CheckerContext &C) const { in analyzerValue()
304 CheckerContext &C) const { in analyzerDumpSValType()
314 CheckerContext &C) const { in analyzerDump()
324 CheckerContext &C) const { in analyzerGetExtent()
337 CheckerContext &C) const { in analyzerDumpExtent()
348 CheckerContext &C) const { in analyzerDumpElementCount()
369 CheckerContext &C) const { in analyzerPrintState()
374 CheckerContext &C) const { in analyzerWarnOnDeadSymbol()
390 CheckerContext &C) const { in checkDeadSymbols()
426 CheckerContext &C) const { in analyzerCrash()
431 CheckerContext &C) const { in analyzerHashDump()
443 CheckerContext &C) const { in analyzerDenote()
526 CheckerContext &C) const { in analyzerExpress()
549 CheckerContext &C) const { in analyzerIsTainted()