Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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 {
227 clang::CharUnits::QuantityType Quantity =
[all …]
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/altera/
H A DStructPackAlignCheck.cpp80 CharUnits::fromQuantity(std::max<clang::CharUnits::QuantityType>( in check()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DAddress.h69 return CharUnits::fromQuantity(CharUnits::QuantityType(1) << AlignLog); in getAlignment()
H A DCGBlocks.h167 CharUnits::QuantityType Offset;
H A DCGClass.cpp1653 CharUnits::QuantityType PoisonSize) { in EmitSanitizerDtorCallback()
1759 CharUnits::QuantityType PoisonSize = in Emit()
H A DCGOpenMPRuntimeGPU.cpp153 static_cast<CharUnits::QuantityType>(GlobalMemoryAlignment))), in buildRecordForGlobalizedVars()
203 static_cast<CharUnits::QuantityType>( in buildRecordForGlobalizedVars()
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp11615 auto CharUnitsMax = std::numeric_limits<CharUnits::QuantityType>::max(); in convertUnsignedAPIntToCharUnits()