Searched refs:kMaxWidth (Results 1 – 4 of 4) sorted by relevance
138 const size_t kMaxWidth = 128u; in write_hex() local140 size_t W = std::min(kMaxWidth, Width.value_or(0u)); in write_hex()151 char NumberBuffer[kMaxWidth]; in write_hex()
314 if (width.value() > IntegerType::kMaxWidth) { in parseNonFunctionType()316 << IntegerType::kMaxWidth << " bits"; in parseNonFunctionType()
64 constexpr unsigned IntegerType::kMaxWidth; member in IntegerType70 if (width > IntegerType::kMaxWidth) { in verify()72 << IntegerType::kMaxWidth << " bits"; in verify()
265 static constexpr unsigned kMaxWidth = (1 << 24) - 1;