Searched defs:QuantityType (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DCharUnits.h40 typedef int64_t QuantityType; typedef in class:clang::CharUnits
43 QuantityType Quantity;
45 explicit CharUnits(QuantityType C) : Quantity(C) {}
63 static CharUnits fromQuantity(QuantityType Quantity) {
142 CharUnits operator* (QuantityType N) const {
145 CharUnits &operator*= (QuantityType N) {
149 CharUnits operator/ (QuantityType N) const {
152 CharUnits &operator/= (QuantityType N) {
156 QuantityType operator/ (const CharUnits &Other) const {
159 CharUnits operator% (QuantityType
[all...]

Completed in 140 milliseconds