Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCharUnits.h40 typedef int64_t QuantityType; typedef
43 QuantityType Quantity = 0;
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 …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.h163 CharUnits::QuantityType Offset;
H A DCGClass.cpp1658 CharUnits::QuantityType PoisonSize) { in EmitSanitizerDtorCallback()
1779 CharUnits::QuantityType PoisonSize = in Emit()
H A DCGOpenMPRuntimeGPU.cpp155 static_cast<CharUnits::QuantityType>(GlobalMemoryAlignment))), in buildRecordForGlobalizedVars()
205 static_cast<CharUnits::QuantityType>( in buildRecordForGlobalizedVars()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp11316 auto CharUnitsMax = std::numeric_limits<CharUnits::QuantityType>::max(); in convertUnsignedAPIntToCharUnits()