Home
last modified time | relevance | path

Searched defs:getRadix (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/source/Plugins/Process/Linux/
H A DIntelPTSingleBufferTrace.cpp72 auto getRadix = [&]() { in ReadIntelPTConfigFile() local
/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h113 unsigned getRadix() const { return radix; } in getRadix() function