Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DJumpDiagnostics.cpp450 if (ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(SubStmt)) { in BuildScopeInformation() local
451 for (unsigned i = 0, e = EWC->getNumObjects(); i != e; ++i) { in BuildScopeInformation()
452 const BlockDecl *BDecl = EWC->getObject(i); in BuildScopeInformation()
/external/clang/lib/ARCMigrate/
DTransRetainReleaseDealloc.cpp385 if (ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(Rec)) in checkForGCDOrXPC() local
386 Rec = EWC->getSubExpr()->IgnoreParenImpCasts(); in checkForGCDOrXPC()
DTransAutoreleasePool.cpp406 if (ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(S)) in getEssential() local
407 S = EWC->getSubExpr(); in getEssential()
DTransforms.cpp80 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(E)) in isPlusOne() local
81 E = EWC->getSubExpr(); in isPlusOne()
/external/clang/lib/Analysis/
DLiveVariables.cpp235 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(S)) { in LookThroughStmt() local
236 S = EWC->getSubExpr(); in LookThroughStmt()
DThreadSafety.cpp439 } else if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(Exp)) { in buildSExpr() local
440 return buildSExpr(EWC->getSubExpr(), CallCtx, NDeref); in buildSExpr()
1690 else if (const ExprWithCleanups* EWC = dyn_cast<ExprWithCleanups>(Cond)) { in getTrylockCallExpr() local
1691 return getTrylockCallExpr(EWC->getSubExpr(), C, Negate); in getTrylockCallExpr()
2218 if (ExprWithCleanups *EWC = dyn_cast_or_null<ExprWithCleanups>(E)) in VisitDeclStmt() local
2219 E = EWC->getSubExpr(); in VisitDeclStmt()
DCFG.cpp1045 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(Init)) { in getReferenceInitTemporaryType() local
1046 Init = EWC->getSubExpr(); in getReferenceInitTemporaryType()
1248 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(Init)) in addLocalScopeForVarDecl() local
1249 Init = EWC->getSubExpr(); in addLocalScopeForVarDecl()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp865 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(Ex)) in peelOffOuterExpr() local
866 return peelOffOuterExpr(EWC->getSubExpr(), N); in peelOffOuterExpr()