HomeSort by relevance Sort by last modified time
    Searched refs:QuantityType (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/AST/
CharUnits.h 40 typedef int64_t QuantityType;
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) const {
148 QuantityType operator/ (const CharUnits &Other) const {
151 CharUnits operator% (QuantityType N) const {
154 QuantityType operator% (const CharUnits &Other) const {
171 QuantityType getQuantity() const { return Quantity;
    [all...]
  /external/clang/lib/CodeGen/
CGBlocks.h 164 CharUnits::QuantityType Offset;
CGClass.cpp     [all...]

Completed in 457 milliseconds