Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DDescriptor.cpp168 static BlockDtorFn getDtorPrim(PrimType Type) { in getDtorPrim() function
192 CtorFn(getCtorPrim(Type)), DtorFn(getDtorPrim(Type)), in Descriptor()