| /external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
| D | UndelegatedConstructorCheck.cpp | 25 if (const auto *EWC = dyn_cast<ExprWithCleanups>(E)) in AST_MATCHER_P() local
|
| /external/clang/lib/ARCMigrate/ |
| D | TransRetainReleaseDealloc.cpp | 375 if (ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(Rec)) in checkForGCDOrXPC() local
|
| D | TransAutoreleasePool.cpp | 406 if (ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(S)) in getEssential() local
|
| D | Transforms.cpp | 82 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(E)) in isPlusOne() local
|
| /external/clang/lib/Sema/ |
| D | JumpDiagnostics.cpp | 502 ExprWithCleanups *EWC = cast<ExprWithCleanups>(S); in BuildScopeInformation() local
|
| D | SemaOpenMP.cpp | 6298 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/ |
| D | LiveVariables.cpp | 234 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(S)) { in LookThroughStmt() local
|
| D | ThreadSafety.cpp | 1343 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
|
| D | CFG.cpp | 1173 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/ |
| D | JumpDiagnostics.cpp | 542 ExprWithCleanups *EWC = cast<ExprWithCleanups>(S); in BuildScopeInformation() local
|
| D | SemaOpenMP.cpp | 9901 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
|
| D | SemaOverload.cpp | 272 if (auto *EWC = dyn_cast<ExprWithCleanups>(Converted)) { in IgnoreNarrowingConversion() local
|
| D | SemaDecl.cpp | 11704 if (auto *EWC = dyn_cast<ExprWithCleanups>(Init)) in checkNonTrivialCUnionInInitializer() local
|
| /external/clang/lib/StaticAnalyzer/Core/ |
| D | BugReporterVisitors.cpp | 910 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(Ex)) in peelOffOuterExpr() local
|
| /external/llvm-project/clang/lib/AST/ |
| D | JSONNodeDumper.cpp | 1334 void JSONNodeDumper::VisitExprWithCleanups(const ExprWithCleanups *EWC) { in VisitExprWithCleanups()
|
| /external/llvm-project/clang/lib/CodeGen/ |
| D | CGStmt.cpp | 1184 if (const auto *EWC = dyn_cast_or_null<ExprWithCleanups>(RV)) in EmitReturnStmt() local
|
| D | CGDecl.cpp | 773 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(init)) in EmitScalarInit() local
|
| D | CGBlocks.cpp | 1079 auto *EWC = llvm::dyn_cast_or_null<ExprWithCleanups>(RetExpr); in EmitBlockLiteral() local
|
| /external/clang/lib/CodeGen/ |
| D | CGStmtOpenMP.cpp | 3220 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/ |
| D | ThreadSafety.cpp | 2157 if (auto *EWC = dyn_cast<ExprWithCleanups>(E)) in VisitDeclStmt() local
|
| D | CFG.cpp | 1688 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(Init)) { in getReferenceInitTemporaryType() local
|