Home
last modified time | relevance | path

Searched refs:DoBitCastPtr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBuiltinBitCast.h30 bool DoBitCastPtr(InterpState &S, CodePtr OpPC, const Pointer &FromPtr,
32 bool DoBitCastPtr(InterpState &S, CodePtr OpPC, const Pointer &FromPtr,
H A DInterpBuiltinBitCast.cpp359 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 DInterp.h3462 if (!DoBitCastPtr(S, OpPC, FromPtr, ToPtr)) in BitCast()