Searched refs:QuantityType (Results 1 – 4 of 4) sorted by relevance
40 typedef int64_t QuantityType; typedef43 QuantityType Quantity = 0;45 explicit CharUnits(QuantityType C) : Quantity(C) {} in CharUnits()63 static CharUnits fromQuantity(QuantityType Quantity) { in fromQuantity()148 CharUnits operator* (QuantityType N) const {151 CharUnits &operator*= (QuantityType N) {155 CharUnits operator/ (QuantityType N) const {158 CharUnits &operator/= (QuantityType N) {162 QuantityType operator/ (const CharUnits &Other) const {165 CharUnits operator% (QuantityType N) const {[all …]
167 CharUnits::QuantityType Offset;
1681 std::optional<CharUnits::QuantityType> PoisonSize = {}) { in EmitSanitizerDtorCallback()1702 CharUnits::QuantityType PoisonSize) { in EmitSanitizerDtorFieldsCallback()
12224 auto CharUnitsMax = std::numeric_limits<CharUnits::QuantityType>::max(); in convertUnsignedAPIntToCharUnits()