Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DUndefBranchChecker.cpp38 const Expr *FindExpr(const Expr *Ex) { in FindExpr() function
44 if (const Expr *E2 = FindExpr(ExI)) in FindExpr()
101 Ex = FindIt.FindExpr(Ex); in checkBranchCondition()