reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 2056   if (const auto *Ex = dyn_cast<Expr>(Condition))
 2057     Condition = Ex->IgnoreParens();
 2059   const auto *BO = dyn_cast<BinaryOperator>(Condition);
 2061     return Condition;
 2081     assert(LastStmt == Condition || LastStmt == getRightmostLeaf(Condition));
 2081     assert(LastStmt == Condition || LastStmt == getRightmostLeaf(Condition));