Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/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) {
159 CharUnits operator% (QuantityType N) const {
217 clang::CharUnits::QuantityType Quantity =
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBlocks.h164 CharUnits::QuantityType Offset;
H A DCGClass.cpp1619 CharUnits::QuantityType PoisonSize) { in EmitSanitizerDtorCallback()
1703 CharUnits::QuantityType PoisonSize; in PoisonMembers()
1737 CharUnits::QuantityType PoisonSize = in Emit()
H A DCGOpenMPRuntimeNVPTX.cpp235 static_cast<CharUnits::QuantityType>(GlobalMemoryAlignment))), in buildRecordForGlobalizedVars()
282 static_cast<CharUnits::QuantityType>( in buildRecordForGlobalizedVars()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp8011 auto CharUnitsMax = std::numeric_limits<CharUnits::QuantityType>::max(); in convertUnsignedAPIntToCharUnits()