Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DUndelegatedConstructorCheck.cpp23 if (const auto *EWC = dyn_cast<ExprWithCleanups>(E)) in AST_MATCHER_P() local
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DASTOps.cpp39 if (auto *EWC = dyn_cast<ExprWithCleanups>(Current)) { ignoreCFGOmittedNodes() local
/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp562 ExprWithCleanups *EWC = cast<ExprWithCleanups>(S); in BuildScopeInformation() local
H A DSemaStmt.cpp679 if (const auto *EWC = dyn_cast<ExprWithCleanups>(E)) { checkMustTailAttr() local
H A DSemaOpenMP.cpp12438 if (auto *EWC = dyn_cast<ExprWithCleanups>(Body)) ActOnOpenMPAtomicDirective() local
12694 if (auto *EWC = dyn_cast<ExprWithCleanups>(First)) ActOnOpenMPAtomicDirective() local
12696 if (auto *EWC = dyn_cast<ExprWithCleanups>(Second)) ActOnOpenMPAtomicDirective() local
H A DSemaOverload.cpp300 if (auto *EWC = dyn_cast<ExprWithCleanups>(Converted)) { IgnoreNarrowingConversion() local
H A DSemaDecl.cpp12933 if (auto *EWC = dyn_cast<ExprWithCleanups>(Init)) checkNonTrivialCUnionInInitializer() local
/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp730 if (auto *EWC = llvm::dyn_cast_if_present<ExprWithCleanups>(E)) transformForValuePrinting() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp504 VisitExprWithCleanups(const ExprWithCleanups * EWC) VisitExprWithCleanups() argument
/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1493 if (const auto *EWC = dyn_cast_or_null<ExprWithCleanups>(RV)) EmitReturnStmt() local
H A DCGBlocks.cpp1058 auto *EWC = llvm::dyn_cast_or_null<ExprWithCleanups>(RetExpr); EmitBlockLiteral() local
H A DCGDecl.cpp810 if (auto *EWC = dyn_cast<ExprWithCleanups>(init)) { EmitScalarInit() local
/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1528 VisitExprWithCleanups(const ExprWithCleanups * EWC) VisitExprWithCleanups() argument
H A DExpr.cpp3313 if (auto *EWC = dyn_cast<ExprWithCleanups>(this)) isConstantInitializer() local
/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp2127 if (auto *EWC = dyn_cast<ExprWithCleanups>(E)) VisitDeclStmt() local
H A DCFG.cpp1776 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(Init)) { getReferenceInitTemporaryType() local
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DTransferTest.cpp3024 auto *EWC = selectFirst<ExprWithCleanups>("ewc", MatchResult); TEST() local