Home
last modified time | relevance | path

Searched refs:getIntegerRepresentation (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DFunctionPointer.h50 CharUnits::fromQuantity(getIntegerRepresentation()), {}, in toAPValue()
75 uint64_t getIntegerRepresentation() const { in getIntegerRepresentation() function
H A DMemberPointer.h43 uint64_t getIntegerRepresentation() const { in getIntegerRepresentation() function
H A DPointer.h126 uint64_t getIntegerRepresentation() const { in getIntegerRepresentation() function
H A DInterp.h2141 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()