Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DUndelegatedConstructorCheck.cpp25 if (const auto *EWC = dyn_cast<ExprWithCleanups>(E)) in AST_MATCHER_P() local
/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/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/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/llvm-project/clang/lib/Sema/
DJumpDiagnostics.cpp542 ExprWithCleanups *EWC = cast<ExprWithCleanups>(S); in BuildScopeInformation() local
DSemaOpenMP.cpp9901 if (auto *EWC = dyn_cast<ExprWithCleanups>(Body)) in ActOnOpenMPAtomicDirective() local
10152 if (auto *EWC = dyn_cast<ExprWithCleanups>(First)) in ActOnOpenMPAtomicDirective() local
10154 if (auto *EWC = dyn_cast<ExprWithCleanups>(Second)) in ActOnOpenMPAtomicDirective() local
DSemaOverload.cpp272 if (auto *EWC = dyn_cast<ExprWithCleanups>(Converted)) { in IgnoreNarrowingConversion() local
DSemaDecl.cpp11704 if (auto *EWC = dyn_cast<ExprWithCleanups>(Init)) in checkNonTrivialCUnionInInitializer() local
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp910 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(Ex)) in peelOffOuterExpr() local
/external/llvm-project/clang/lib/AST/
DJSONNodeDumper.cpp1334 void JSONNodeDumper::VisitExprWithCleanups(const ExprWithCleanups *EWC) { in VisitExprWithCleanups()
/external/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp1184 if (const auto *EWC = dyn_cast_or_null<ExprWithCleanups>(RV)) in EmitReturnStmt() local
DCGDecl.cpp773 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(init)) in EmitScalarInit() local
DCGBlocks.cpp1079 auto *EWC = llvm::dyn_cast_or_null<ExprWithCleanups>(RetExpr); in EmitBlockLiteral() 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
/external/llvm-project/clang/lib/Analysis/
DThreadSafety.cpp2157 if (auto *EWC = dyn_cast<ExprWithCleanups>(E)) in VisitDeclStmt() local
DCFG.cpp1688 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(Init)) { in getReferenceInitTemporaryType() local