Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.cpp1116 static bool runRecordDestructor(InterpState &S, CodePtr OpPC, in runRecordDestructor() function
1162 if (!runRecordDestructor(S, OpPC, RP.atIndex(I).narrow(), ElemDesc)) in RunDestructors()
1169 return runRecordDestructor(S, OpPC, Pointer(const_cast<Block *>(B)), Desc); in RunDestructors()