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

  /external/clang/include/clang/AST/
CharUnits.h 24 /// Instances of this type represent a quantity as a multiple of the size
44 QuantityType Quantity;
46 explicit CharUnits(QuantityType C) : Quantity(C) {}
51 CharUnits() : Quantity(0) {}
53 /// Zero - Construct a CharUnits quantity of zero.
58 /// One - Construct a CharUnits quantity of one.
63 /// fromQuantity - Construct a CharUnits quantity from a raw integer type.
64 static CharUnits fromQuantity(QuantityType Quantity) {
65 return CharUnits(Quantity);
70 Quantity += Other.Quantity
    [all...]
  /external/clang/tools/scan-build/
scan-build 640 <thead><tr><td>Bug Type</td><td>Quantity</td><td class="sorttable_nosort">Display?</td></tr></thead>
    [all...]
  /prebuilts/devtools/tools/lib/
lint-checks.jar 

Completed in 33 milliseconds