Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp719 bool endLifetime(EvalInfo &Info, bool RunDestructors) { in endLifetime() argument
720 if (RunDestructors) { in endLifetime()
1405 bool destroy(bool RunDestructors = true) { in destroy() argument
1406 bool OK = cleanup(Info, RunDestructors, OldStackSize); in destroy()
1418 static bool cleanup(EvalInfo &Info, bool RunDestructors, in cleanup() argument
1428 if (!Info.CleanupStack[I - 1].endLifetime(Info, RunDestructors)) { in cleanup()