Searched refs:DoMemcpy (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | InterpBuiltinBitCast.h | 37 bool DoMemcpy(InterpState &S, CodePtr OpPC, const Pointer &SrcPtr,
|
| H A D | InterpBuiltinBitCast.cpp | 471 bool clang::interp::DoMemcpy(InterpState &S, CodePtr OpPC, in DoMemcpy() function in clang::interp
|
| H A D | InterpBuiltin.cpp | 1885 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 D | Interp.h | 145 bool DoMemcpy(InterpState &S, CodePtr OpPC, const Pointer &Src, Pointer &Dest); 2043 return DoMemcpy(S, OpPC, Src, Dest); in Memcpy()
|