HomeSort by: relevance | last modified time | path
    Searched refs:QuantityType (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CharUnits.h 40 typedef int64_t QuantityType;
43 QuantityType Quantity = 0;
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 N) const
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.h 163 CharUnits::QuantityType Offset;
CGClass.cpp 1658 CharUnits::QuantityType PoisonSize) {
1779 CharUnits::QuantityType PoisonSize =
CGOpenMPRuntimeGPU.cpp 155 static_cast<CharUnits::QuantityType>(GlobalMemoryAlignment))),
205 static_cast<CharUnits::QuantityType>(
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp 11316 auto CharUnitsMax = std::numeric_limits<CharUnits::QuantityType>::max();

Completed in 32 milliseconds