Searched refs:DoBitCastPtr (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | InterpBuiltinBitCast.h | 30 bool DoBitCastPtr(InterpState &S, CodePtr OpPC, const Pointer &FromPtr, 32 bool DoBitCastPtr(InterpState &S, CodePtr OpPC, const Pointer &FromPtr,
|
| H A D | InterpBuiltinBitCast.cpp | 359 bool clang::interp::DoBitCastPtr(InterpState &S, CodePtr OpPC, in DoBitCastPtr() function in clang::interp 364 return DoBitCastPtr(S, OpPC, FromPtr, ToPtr, ObjectReprChars.getQuantity()); in DoBitCastPtr() 367 bool clang::interp::DoBitCastPtr(InterpState &S, CodePtr OpPC, in DoBitCastPtr() function in clang::interp
|
| H A D | Interp.h | 3462 if (!DoBitCastPtr(S, OpPC, FromPtr, ToPtr)) in BitCast()
|