Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DExprConstant.cpp11290 auto CharUnitsMax = std::numeric_limits<CharUnits::QuantityType>::max(); in convertUnsignedAPIntToCharUnits() local
11291 if (Int.ugt(CharUnitsMax)) in convertUnsignedAPIntToCharUnits()