Home
last modified time | relevance | path

Searched refs:RunDestructors (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.cpp878 bool RunDestructors(InterpState &S, CodePtr OpPC, const Block *B) { in RunDestructors() function
H A DInterp.h2910 bool RunDestructors(InterpState &S, CodePtr OpPC, const Block *B);
2943 if (!RunDestructors(S, OpPC, BlockToDelete)) in Free()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp724 bool endLifetime(EvalInfo &Info, bool RunDestructors) { in endLifetime() argument
725 if (RunDestructors) { in endLifetime()
1410 bool destroy(bool RunDestructors = true) { in destroy() argument
1411 bool OK = cleanup(Info, RunDestructors, OldStackSize); in destroy()
1423 static bool cleanup(EvalInfo &Info, bool RunDestructors, in cleanup() argument
1433 if (!Info.CleanupStack[I - 1].endLifetime(Info, RunDestructors)) { in cleanup()