Home
last modified time | relevance | path

Searched refs:QuantityType (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DCharUnits.h40 typedef int64_t QuantityType; typedef
43 QuantityType Quantity;
45 explicit CharUnits(QuantityType C) : Quantity(C) {} in CharUnits()
63 static CharUnits fromQuantity(QuantityType Quantity) { in fromQuantity()
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 N) const {
[all …]
/external/clang/lib/CodeGen/
DCGBlocks.h164 CharUnits::QuantityType Offset;
DCGClass.cpp1678 CharUnits::QuantityType PoisonSize) { in EmitSanitizerDtorCallback()
1761 CharUnits::QuantityType PoisonSize; in PoisonMembers()
1795 CharUnits::QuantityType PoisonSize = in Emit()