Home
last modified time | relevance | path

Searched defs:FindUndefExpr (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DUndefBranchChecker.cpp29 struct FindUndefExpr { struct in __anon948439880111::UndefBranchChecker
30 GRStateManager& VM;
31 const GRState* St;
33 FindUndefExpr(GRStateManager& V, const GRState* S) : VM(V), St(S) {} in FindUndefExpr() argument
35 const Expr* FindExpr(const Expr* Ex) { in FindExpr()
49 bool MatchesCriteria(const Expr* Ex) { return St->getSVal(Ex).isUndef(); } in MatchesCriteria()