Home
last modified time | relevance | path

Searched refs:CheckPointerToIntegralCast (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.cpp1909 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 DInterp.h2486 bool CheckPointerToIntegralCast(InterpState &S, CodePtr OpPC,
2499 if (!CheckPointerToIntegralCast(S, OpPC, Ptr, T::bitWidth())) in CastPointerIntegral()