Searched refs:readPointerToBuffer (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | InterpBuiltinBitCast.h | 34 bool readPointerToBuffer(const Context &Ctx, const Pointer &FromPtr,
|
| H A D | InterpBuiltinBitCast.cpp | 260 bool clang::interp::readPointerToBuffer(const Context &Ctx, in readPointerToBuffer() function in clang::interp 342 bool Success = readPointerToBuffer(S.getContext(), Ptr, Buffer, in DoBitCast() 384 readPointerToBuffer(S.getContext(), FromPtr, Buffer, in DoBitCastPtr()
|
| H A D | InterpBuiltin.cpp | 1939 readPointerToBuffer(S.getContext(), PtrA, BufferA, false); in interp__builtin_memcmp() 1947 readPointerToBuffer(S.getContext(), PtrB, BufferB, false); in interp__builtin_memcmp()
|