Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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 {
221 clang::CharUnits::QuantityType Quantity =
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h163 CharUnits::QuantityType Offset;
H A DCGClass.cpp1655 CharUnits::QuantityType PoisonSize) { in EmitSanitizerDtorCallback()
1777 CharUnits::QuantityType PoisonSize = in Emit()
H A DCGOpenMPRuntimeGPU.cpp155 static_cast<CharUnits::QuantityType>(GlobalMemoryAlignment))), in buildRecordForGlobalizedVars()
205 static_cast<CharUnits::QuantityType>( in buildRecordForGlobalizedVars()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp11351 auto CharUnitsMax = std::numeric_limits<CharUnits::QuantityType>::max(); in convertUnsignedAPIntToCharUnits()