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

References

tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
  227   if (CE) {
  237           if (const Expr *Ex = dyn_cast<Expr>(CE)) {
  244       state = state->BindExpr(CE, callerCtx, V);
  248     if (const CXXConstructExpr *CCE = dyn_cast<CXXConstructExpr>(CE)) {
  256     if (const auto *CNE = dyn_cast<CXXNewExpr>(CE)) {
  326     if (const CXXNewExpr *CNE = dyn_cast_or_null<CXXNewExpr>(CE)) {
  349     } else if (CE &&
  350                !(isa<CXXNewExpr>(CE) && // Called when visiting CXXNewExpr.
  352       getCheckerManager().runCheckersForPostStmt(Dst, DstPostCall, CE,