Searched refs:runRecordDestructor (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Interp.cpp | 833 static bool runRecordDestructor(InterpState &S, CodePtr OpPC, in runRecordDestructor() function 844 if (!runRecordDestructor(S, OpPC, BasePtr.atField(Field.Offset), D)) in runRecordDestructor() 850 if (!runRecordDestructor(S, OpPC, BasePtr.atIndex(I).narrow(), in runRecordDestructor() 871 if (!runRecordDestructor(S, OpPC, BasePtr.atField(Base.Offset), Base.Desc)) in runRecordDestructor() 893 if (!runRecordDestructor(S, OpPC, RP.atIndex(I).narrow(), ElemDesc)) in RunDestructors() 900 return runRecordDestructor(S, OpPC, Pointer(const_cast<Block *>(B)), Desc); in RunDestructors()
|