Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.h39 using BlockDtorFn = void (*)(Block *Storage, std::byte *FieldPtr, variable
119 const BlockDtorFn DtorFn = nullptr;
H A DDescriptor.cpp197 static BlockDtorFn getDtorPrim(PrimType Type) { in getDtorPrim()
219 static BlockDtorFn getDtorArrayPrim(PrimType Type) { in getDtorArrayPrim()