Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBuiltinBitCast.h37 bool DoMemcpy(InterpState &S, CodePtr OpPC, const Pointer &SrcPtr,
H A DInterpBuiltinBitCast.cpp471 bool clang::interp::DoMemcpy(InterpState &S, CodePtr OpPC, in DoMemcpy() function in clang::interp
H A DInterpBuiltin.cpp1885 if (!DoMemcpy(S, OpPC, SrcPtr, DestPtr, Bytes(Size.getZExtValue()).toBits())) in interp__builtin_memcpy()
2968 bool DoMemcpy(InterpState &S, CodePtr OpPC, const Pointer &Src, Pointer &Dest) { in DoMemcpy() function
H A DInterp.h145 bool DoMemcpy(InterpState &S, CodePtr OpPC, const Pointer &Src, Pointer &Dest);
2043 return DoMemcpy(S, OpPC, Src, Dest); in Memcpy()