Home | History | Annotate | Download | only in Checkers

Lines Matching refs:Eng

1779                     ExprEngine &Eng);
2226 ExprEngine &Eng)
2239 const SourceManager& SMgr = Eng.getContext().getSourceManager();
2242 GetAllocationSite(Eng.getStateManager(), getErrorNode(), sym);
2311 ExprEngine &Eng) const {
2448 void checkEndPath(EndOfFunctionNodeBuilder &Builder, ExprEngine &Eng) const;
2467 ExprEngine &Eng, SymbolRef Sym, RefVal V) const;
2472 ExprEngine &Eng,
3335 ExplodedNode *Pred, ExprEngine &Eng,
3343 assert(!Eng.isObjCGCEnabled() && "Autorelease counts in GC mode?");
3385 const LangOptions &LOpts = Eng.getContext().getLangOptions();
3389 Eng.getBugReporter().EmitReport(report);
3416 ExprEngine &Eng, ExplodedNode *Pred) const {
3427 const LangOptions &LOpts = Eng.getContext().getLangOptions();
3428 bool GCEnabled = Eng.isObjCGCEnabled();
3434 SummaryLog, N, *I, Eng);
3435 Eng.getBugReporter().EmitReport(report);
3443 ExprEngine &Eng) const {
3450 llvm::tie(Pred, state) = handleAutoreleaseCounts(state, Bd, Pred, Eng,
3462 processLeaks(state, Leaked, Bd, Eng, Pred);
3479 ExprEngine &Eng = C.getEngine();
3493 llvm::tie(Pred, state) = handleAutoreleaseCounts(state, Bd, Pred, Eng,
3511 Pred = processLeaks(state, Leaked, Bd, Eng, Pred);