Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Linux/
DIntelPTSingleBufferTrace.cpp72 auto getRadix = [&]() { in ReadIntelPTConfigFile() local
91 if (text_buffer.trim().consumeInteger(getRadix(), value) || in ReadIntelPTConfigFile()
/openbsd/src/gnu/llvm/clang/include/clang/Lex/
DLiteralSupport.h103 unsigned getRadix() const { return radix; } in getRadix() function
/openbsd/src/gnu/llvm/clang/lib/Lex/
DPPExpressions.cpp361 if (ValueLive && Literal.getRadix() == 10) in EvaluateValue()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaExpr.cpp3982 Literal.getLiteralDigits(), Literal.getRadix()) in ActOnNumericConstant()
3999 bool AllowUnsigned = Literal.isUnsigned || Literal.getRadix() != 10; in ActOnNumericConstant()