Home
last modified time | relevance | path

Searched refs:CFGTemporaryDtor (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h511 class CFGTemporaryDtor : public CFGImplicitDtor {
513 CFGTemporaryDtor(const CXXBindTemporaryExpr *expr) in CFGTemporaryDtor() function
523 CFGTemporaryDtor() = default;
1175 Elements.push_back(CFGTemporaryDtor(E), C); in appendTemporaryDtor()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp115 return Elem->castAs<CFGTemporaryDtor>().getBindTemporaryExpr(); in getStmt()
H A DCallEvent.cpp1483 assert((E.getAs<CFGImplicitDtor>() || E.getAs<CFGTemporaryDtor>()) && in getCaller()
H A DExprEngine.cpp1305 ProcessTemporaryDtor(D.castAs<CFGTemporaryDtor>(), Pred, Dst); in ProcessImplicitDtor()
1565 void ExprEngine::ProcessTemporaryDtor(const CFGTemporaryDtor D, in ProcessTemporaryDtor()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp1345 const CFGTemporaryDtor &DTor = B.castAs<CFGTemporaryDtor>(); in run()
H A DPathDiagnostic.cpp557 const auto &Dtor = Source.castAs<CFGTemporaryDtor>(); in getLocationForCaller()
H A DCFG.cpp5447 castAs<CFGTemporaryDtor>().getBindTemporaryExpr(); in getDestructorDecl()
6022 E.castAs<CFGTemporaryDtor>().getBindTemporaryExpr(); in print_elem()
H A DThreadSafety.cpp2680 auto TD = BI.castAs<CFGTemporaryDtor>(); in runAnalysis()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h316 void ProcessTemporaryDtor(const CFGTemporaryDtor D,
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc6539 …odeBuilderE", "clang::ento::ExprEngine::ProcessTemporaryDtor(clang::CFGTemporaryDtor, clang::ento:…