Home
last modified time | relevance | path

Searched refs:curr_ch (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/source/Symbol/
HDVariable.cpp664 const char curr_ch = partial_path[pos]; in PrivateAutoComplete() local
665 if (isalnum(curr_ch) || curr_ch == '_' || curr_ch == '$') { in PrivateAutoComplete()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDSourceManager.cpp729 char curr_ch = *s; in CalculateLineOffsets() local
730 if (is_newline_char(curr_ch)) { in CalculateLineOffsets()
734 if (curr_ch != next_ch) in CalculateLineOffsets()