Home | History | Annotate | Download | only in Analysis

Lines Matching refs:EWC

444     } else if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(Exp)) {
445 return buildSExpr(EWC->getSubExpr(), CallCtx, NDeref);
1639 else if (const ExprWithCleanups* EWC = dyn_cast<ExprWithCleanups>(Cond)) {
1640 return getTrylockCallExpr(EWC->getSubExpr(), C, Negate);
2165 if (ExprWithCleanups *EWC = dyn_cast_or_null<ExprWithCleanups>(E))
2166 E = EWC->getSubExpr();