Searched refs:getRadix (Results 1 – 4 of 4) sorted by relevance
72 auto getRadix = [&]() { in ReadIntelPTConfigFile() local91 if (text_buffer.trim().consumeInteger(getRadix(), value) || in ReadIntelPTConfigFile()
103 unsigned getRadix() const { return radix; } in getRadix() function
361 if (ValueLive && Literal.getRadix() == 10) in EvaluateValue()
3982 Literal.getLiteralDigits(), Literal.getRadix()) in ActOnNumericConstant()3999 bool AllowUnsigned = Literal.isUnsigned || Literal.getRadix() != 10; in ActOnNumericConstant()