Home
last modified time | relevance | path

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

/freebsd/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()
148 CharUnits operator* (QuantityType N) const {
151 CharUnits &operator*= (QuantityType N) {
155 CharUnits operator/ (QuantityType N) const {
158 CharUnits &operator/= (QuantityType N) {
162 QuantityType operator/ (const CharUnits &Other) const {
165 CharUnits operator% (QuantityType N) const {
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h167 CharUnits::QuantityType Offset;
H A DCGClass.cpp1681 std::optional<CharUnits::QuantityType> PoisonSize = {}) { in EmitSanitizerDtorCallback()
1702 CharUnits::QuantityType PoisonSize) { in EmitSanitizerDtorFieldsCallback()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp12224 auto CharUnitsMax = std::numeric_limits<CharUnits::QuantityType>::max(); in convertUnsignedAPIntToCharUnits()