Home
last modified time | relevance | path

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

/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/Sema/
DJumpDiagnostics.cpp484 if (ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(SubStmt)) { in BuildScopeInformation() local
485 for (unsigned i = 0, e = EWC->getNumObjects(); i != e; ++i) { in BuildScopeInformation()
486 const BlockDecl *BDecl = EWC->getObject(i); in BuildScopeInformation()
DSemaOpenMP.cpp3562 if (auto *EWC = dyn_cast<ExprWithCleanups>(Body)) in ActOnOpenMPAtomicDirective() local
3563 Body = EWC->getSubExpr(); in ActOnOpenMPAtomicDirective()
3811 if (auto *EWC = dyn_cast<ExprWithCleanups>(First)) in ActOnOpenMPAtomicDirective() local
3812 First = EWC->getSubExpr()->IgnoreParenImpCasts(); in ActOnOpenMPAtomicDirective()
3813 if (auto *EWC = dyn_cast<ExprWithCleanups>(Second)) in ActOnOpenMPAtomicDirective() local
3814 Second = EWC->getSubExpr()->IgnoreParenImpCasts(); in ActOnOpenMPAtomicDirective()
/external/clang/lib/Analysis/
DLiveVariables.cpp234 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(S)) { in LookThroughStmt() local
235 S = EWC->getSubExpr(); in LookThroughStmt()
DThreadSafety.cpp1346 else if (const ExprWithCleanups* EWC = dyn_cast<ExprWithCleanups>(Cond)) { in getTrylockCallExpr() local
1347 return getTrylockCallExpr(EWC->getSubExpr(), C, Negate); in getTrylockCallExpr()
1984 if (ExprWithCleanups *EWC = dyn_cast_or_null<ExprWithCleanups>(E)) in VisitDeclStmt() local
1985 E = EWC->getSubExpr(); in VisitDeclStmt()
DCFG.cpp1113 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(Init)) { in getReferenceInitTemporaryType() local
1114 Init = EWC->getSubExpr(); in getReferenceInitTemporaryType()
1316 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(Init)) in addLocalScopeForVarDecl() local
1317 Init = EWC->getSubExpr(); in addLocalScopeForVarDecl()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp861 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(Ex)) in peelOffOuterExpr() local
862 return peelOffOuterExpr(EWC->getSubExpr(), N); in peelOffOuterExpr()
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1676 if (const auto *EWC = dyn_cast<ExprWithCleanups>(CS)) in EmitOMPAtomicDirective() local
1677 enterFullExpression(EWC); in EmitOMPAtomicDirective()