Lines Matching refs:Int
48 enum class Storage { Block, Int }; enumerator
86 StorageKind = Storage::Int; in Pointer()
87 PointeeStorage.Int.Value = 0; in Pointer()
88 PointeeStorage.Int.Desc = nullptr; in Pointer()
95 : Offset(Offset), StorageKind(Storage::Int) { in Offset()
96 PointeeStorage.Int.Value = Address; in Offset()
97 PointeeStorage.Int.Desc = Desc; in Offset()
422 return PointeeStorage.Int; in asIntPointer()
425 bool isIntegralPointer() const { return StorageKind == Storage::Int; } in isIntegralPointer()
694 IntPointer Int; member
696 Storage StorageKind = Storage::Int;