Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DDescriptor.h44 using BlockMoveFn = void (*)(Block *Storage, char *SrcFieldPtr, variable
118 const BlockMoveFn MoveFn = nullptr;
H A DDescriptor.cpp180 static BlockMoveFn getMovePrim(PrimType Type) { in getMovePrim()
193 static BlockMoveFn getMoveArrayPrim(PrimType Type) { in getMoveArrayPrim()