Searched defs:hex_value (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lldb/tools/lldb-dap/ | ||
H A D | SourceBreakpoint.cpp | 151 unsigned long hex_value = strtoul(hex_str, nullptr, 16); FormatLogText() local |
/llvm-project/lldb/source/Utility/ | ||
H A D | Args.cpp | 533 unsigned long hex_value = strtoul(hex_str, nullptr, 16); EncodeEscapeSequences() local |
/llvm-project/lldb/source/Core/ | ||
H A D | FormatEntity.cpp | 2152 unsigned long hex_value = strtoul(hex_str, nullptr, 16); ParseInternal() local |
/llvm-project/llvm/lib/Support/ | ||
H A D | APFloat.cpp | 2868 integerPart hex_value; convertFromHexadecimalString() local |