Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DASTOps.cpp39 if (auto *EWC = dyn_cast<ExprWithCleanups>(Current)) { in ignoreCFGOmittedNodes() local
/freebsd/contrib/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)) { in checkMustTailAttr() local
H A DSemaOpenMP.cpp12441 if (auto *EWC = dyn_cast<ExprWithCleanups>(Body)) in ActOnOpenMPAtomicDirective() local
12697 if (auto *EWC = dyn_cast<ExprWithCleanups>(First)) in ActOnOpenMPAtomicDirective() local
12699 if (auto *EWC = dyn_cast<ExprWithCleanups>(Second)) in ActOnOpenMPAtomicDirective() local
H A DSemaOverload.cpp322 if (auto *EWC = dyn_cast<ExprWithCleanups>(Converted)) { in IgnoreNarrowingConversion() local
H A DSemaDecl.cpp12975 if (auto *EWC = dyn_cast<ExprWithCleanups>(Init)) in checkNonTrivialCUnionInInitializer() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp504 bool VisitExprWithCleanups(const ExprWithCleanups *EWC) { in VisitExprWithCleanups()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp730 if (auto *EWC = llvm::dyn_cast_if_present<ExprWithCleanups>(E)) in transformForValuePrinting() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp1499 if (const auto *EWC = dyn_cast_or_null<ExprWithCleanups>(RV)) in EmitReturnStmt() local
H A DCGBlocks.cpp1067 auto *EWC = llvm::dyn_cast_or_null<ExprWithCleanups>(RetExpr); in EmitBlockLiteral() local
H A DCGDecl.cpp811 if (auto *EWC = dyn_cast<ExprWithCleanups>(init)) { in EmitScalarInit() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1527 void JSONNodeDumper::VisitExprWithCleanups(const ExprWithCleanups *EWC) { in VisitExprWithCleanups()
H A DExpr.cpp3313 if (auto *EWC = dyn_cast<ExprWithCleanups>(this)) in isConstantInitializer() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1776 if (const ExprWithCleanups *EWC = dyn_cast<ExprWithCleanups>(Init)) { in getReferenceInitTemporaryType() local