Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp367 if (auto *EWC = dyn_cast<ExprWithCleanups>(Current)) { ignoreCFGOmittedNodes() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp560 ExprWithCleanups *EWC = cast<ExprWithCleanups>(S); BuildScopeInformation() local
H A DSemaStmt.cpp656 if (const auto *EWC = dyn_cast<ExprWithCleanups>(E)) { checkMustTailAttr() local
H A DSemaOpenMP.cpp12773 if (auto *EWC = dyn_cast<ExprWithCleanups>(Body)) ActOnOpenMPAtomicDirective() local
13029 if (auto *EWC = dyn_cast<ExprWithCleanups>(First)) ActOnOpenMPAtomicDirective() local
13031 if (auto *EWC = dyn_cast<ExprWithCleanups>(Second)) ActOnOpenMPAtomicDirective() local
H A DSemaOverload.cpp289 if (auto *EWC = dyn_cast<ExprWithCleanups>(Converted)) { IgnoreNarrowingConversion() local
H A DSemaDecl.cpp13175 if (auto *EWC = dyn_cast<ExprWithCleanups>(Init)) checkNonTrivialCUnionInInitializer() local
/freebsd-src/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp561 if (auto *EWC = llvm::dyn_cast_if_present<ExprWithCleanups>(E)) RuntimeInterfaceBuilder() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1492 VisitExprWithCleanups(const ExprWithCleanups * EWC) VisitExprWithCleanups() argument
H A DExpr.cpp3277 if (auto *EWC = dyn_cast<ExprWithCleanups>(this)) isConstantInitializer() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1337 if (const auto *EWC = dyn_cast_or_null<ExprWithCleanups>(RV)) EmitReturnStmt() local
H A DCGBlocks.cpp1057 auto *EWC = llvm::dyn_cast_or_null<ExprWithCleanups>(RetExpr); EmitBlockLiteral() local
H A DCGDecl.cpp808 if (auto *EWC = dyn_cast<ExprWithCleanups>(init)) { EmitScalarInit() local
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp2127 if (auto *EWC = dyn_cast<ExprWithCleanups>(E)) in VisitDeclStmt() local
H A DCFG.cpp1776 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(Init)) { in getReferenceInitTemporaryType() local