Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.cpp197 static BlockDtorFn getDtorPrim(PrimType Type) { in getDtorPrim() function
235 DtorFn(getDtorPrim(Type)), MoveFn(getMovePrim(Type)) { in Descriptor()