Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.cpp1144 static bool RunDestructors(InterpState &S, CodePtr OpPC, const Block *B) { in RunDestructors() function
1265 if (!RunDestructors(S, OpPC, BlockToDelete)) in Free()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp743 bool endLifetime(EvalInfo &Info, bool RunDestructors) { in endLifetime() argument
744 if (RunDestructors) { in endLifetime()
1430 bool destroy(bool RunDestructors = true) { in destroy() argument
1431 bool OK = cleanup(Info, RunDestructors, OldStackSize); in destroy()
1443 static bool cleanup(EvalInfo &Info, bool RunDestructors, in cleanup() argument
1453 if (!Info.CleanupStack[I - 1].endLifetime(Info, RunDestructors)) { in cleanup()