Searched refs:asInt (Results 1 – 2 of 2) sorted by relevance
39 constexpr intptr_t asInt() const { in asInt() function45 constexpr operator intptr_t() const { return asInt(); } in intptr_t()127 return reinterpret_cast<void *>(Value.asInt()); in getOpaqueValue()
1345 if (std::optional<uint64_t> asInt = parseInt(tok)) in parseFlag() local1346 return asInt; in parseFlag()