Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArgs.cpp512 unsigned long octal_value = ::strtoul(oct_str, nullptr, 8); EncodeEscapeSequences() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp2127 unsigned long octal_value = ::strtoul(oct_str, nullptr, 8); in ParseInternal() local