Home
last modified time | relevance | path

Searched refs:FindExpr (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUndefBranchChecker.cpp39 const Expr *FindExpr(const Expr *Ex) { in FindExpr() function
45 if (const Expr *E2 = FindExpr(ExI)) in FindExpr()
100 Ex = FindIt.FindExpr(Ex); in checkBranchCondition()