Searched defs:FindUndefExpr (Results 1 – 1 of 1) sorted by relevance
29 struct FindUndefExpr { struct in __anon948439880111::UndefBranchChecker30 GRStateManager& VM;31 const GRState* St;33 FindUndefExpr(GRStateManager& V, const GRState* S) : VM(V), St(S) {} in FindUndefExpr() argument35 const Expr* FindExpr(const Expr* Ex) { in FindExpr()49 bool MatchesCriteria(const Expr* Ex) { return St->getSVal(Ex).isUndef(); } in MatchesCriteria()