Searched refs:Child2 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp148 const Expr *Child2 = dyn_cast<Expr>(*I2); local
149 if (!Child1 || !Child2 || !isIdenticalExpr(Ctx, Child1, Child2))

Completed in 114 milliseconds