Lines Matching refs:eng
162 const Stmt *s, ExprEngine &eng, bool wasInlined = false) in CheckStmtContext()
163 : IsPreVisit(isPreVisit), Checkers(checkers), S(s), Eng(eng), in CheckStmtContext()
208 const ObjCMethodCall &msg, ExprEngine &eng, in CheckObjCMessageContext()
211 Eng(eng) {} in CheckObjCMessageContext()
278 const CallEvent &call, ExprEngine &eng, in CheckCallContext()
281 Call(call), Eng(eng) {} in CheckCallContext()
326 ExprEngine &eng) in CheckLocationContext()
328 BoundEx(BoundEx), Eng(eng) {} in CheckLocationContext()
374 SVal loc, SVal val, const Stmt *s, ExprEngine &eng, in CheckBindContext()
376 : Checkers(checkers), Loc(loc), Val(val), S(s), Eng(eng), PP(pp) {} in CheckBindContext()
476 const Stmt *Cond, ExprEngine &eng) in CheckBranchConditionContext()
477 : Checkers(checkers), Condition(Cond), Eng(eng) {} in CheckBranchConditionContext()
564 const Stmt *s, ExprEngine &eng, in CheckDeadSymbolsContext()
566 : Checkers(checkers), SR(sr), S(s), Eng(eng), ProgarmPointKind(K) {} in CheckDeadSymbolsContext()