Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.h46 using BlockMoveFn = void (*)(Block *Storage, const std::byte *SrcFieldPtr, variable
120 const BlockMoveFn MoveFn = nullptr;
H A DDescriptor.cpp210 static BlockMoveFn getMovePrim(PrimType Type) { in getMovePrim()
224 static BlockMoveFn getMoveArrayPrim(PrimType Type) { in getMoveArrayPrim()