Home
last modified time | relevance | path

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

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