Searched refs:CheckPointerToIntegralCast (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Interp.cpp | 1909 bool CheckPointerToIntegralCast(InterpState &S, CodePtr OpPC, in CheckPointerToIntegralCast() function 1932 if (!CheckPointerToIntegralCast(S, OpPC, Ptr, BitWidth)) in CastPointerIntegralAP() 1945 if (!CheckPointerToIntegralCast(S, OpPC, Ptr, BitWidth)) in CastPointerIntegralAPS()
|
| H A D | Interp.h | 2486 bool CheckPointerToIntegralCast(InterpState &S, CodePtr OpPC, 2499 if (!CheckPointerToIntegralCast(S, OpPC, Ptr, T::bitWidth())) in CastPointerIntegral()
|