Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp688 bool endLifetime(EvalInfo &Info, bool RunDestructors) { in endLifetime() argument
689 if (RunDestructors) { in endLifetime()
1353 bool destroy(bool RunDestructors = true) { in destroy() argument
1354 bool OK = cleanup(Info, RunDestructors, OldStackSize); in destroy()
1366 static bool cleanup(EvalInfo &Info, bool RunDestructors, in cleanup() argument
1376 if (!Info.CleanupStack[I - 1].endLifetime(Info, RunDestructors)) { in cleanup()