Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransRetainReleaseDealloc.cpp375 if (ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(Rec)) in checkForGCDOrXPC() local
DTransAutoreleasePool.cpp406 if (ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(S)) in getEssential() local
DTransforms.cpp82 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(E)) in isPlusOne() local
/external/clang/lib/Analysis/
DLiveVariables.cpp234 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(S)) { in LookThroughStmt() local
DThreadSafety.cpp1343 else if (const ExprWithCleanups* EWC = dyn_cast<ExprWithCleanups>(Cond)) { in getTrylockCallExpr() local
1989 if (ExprWithCleanups *EWC = dyn_cast_or_null<ExprWithCleanups>(E)) in VisitDeclStmt() local
DCFG.cpp1173 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(Init)) { in getReferenceInitTemporaryType() local
1373 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(Init)) in addLocalScopeForVarDecl() local
/external/clang/lib/Sema/
DJumpDiagnostics.cpp502 ExprWithCleanups *EWC = cast<ExprWithCleanups>(S); in BuildScopeInformation() local
DSemaOpenMP.cpp6298 if (auto *EWC = dyn_cast<ExprWithCleanups>(Body)) in ActOnOpenMPAtomicDirective() local
6547 if (auto *EWC = dyn_cast<ExprWithCleanups>(First)) in ActOnOpenMPAtomicDirective() local
6549 if (auto *EWC = dyn_cast<ExprWithCleanups>(Second)) in ActOnOpenMPAtomicDirective() local
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp910 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(Ex)) in peelOffOuterExpr() local
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp3220 if (const auto *EWC = dyn_cast<ExprWithCleanups>(CS)) { in EmitOMPAtomicDirective() local
3226 if (const auto *EWC = dyn_cast<ExprWithCleanups>(C)) { in EmitOMPAtomicDirective() local