Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.cpp251 static BlockDtorFn getDtorPrim(PrimType Type) { in getDtorPrim() function
291 CtorFn(getCtorPrim(Type)), DtorFn(getDtorPrim(Type)), in Descriptor()