Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DDescriptor.cpp188 static BlockDtorFn getDtorArrayPrim(PrimType Type) { in getDtorArrayPrim() function
214 CtorFn(getCtorArrayPrim(Type)), DtorFn(getDtorArrayPrim(Type)), in Descriptor()
224 DtorFn(getDtorArrayPrim(Type)), MoveFn(getMoveArrayPrim(Type)) { in Descriptor()