Home
last modified time | relevance | path

Searched defs:RunDestructors (Results 1 – 2 of 2) 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
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp724 bool endLifetime(EvalInfo &Info, bool RunDestructors) { in endLifetime()
1410 bool destroy(bool RunDestructors = true) { in destroy()
1423 static bool cleanup(EvalInfo &Info, bool RunDestructors, in cleanup()