Searched refs:getIntegerRepresentation (Results 1 – 4 of 4) sorted by relevance
50 CharUnits::fromQuantity(getIntegerRepresentation()), {}, in toAPValue()75 uint64_t getIntegerRepresentation() const { in getIntegerRepresentation() function
43 uint64_t getIntegerRepresentation() const { in getIntegerRepresentation() function
126 uint64_t getIntegerRepresentation() const { in getIntegerRepresentation() function
2141 S.Stk.push<T>(T::from(Ptr.getIntegerRepresentation())); in CastPointerIntegral()2157 IntegralAP<false>::from(Ptr.getIntegerRepresentation(), BitWidth)); in CastPointerIntegralAP()2173 IntegralAP<true>::from(Ptr.getIntegerRepresentation(), BitWidth)); in CastPointerIntegralAPS()2820 S.Stk.push<ToT>(ToT(OldPtr.getIntegerRepresentation(), nullptr)); in DecayPtr()