Home
last modified time | relevance | path

Searched refs:next_sep_pos (Results 1 – 12 of 12) sorted by relevance

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Core/
H A DValueObject.cpp2130 size_t next_sep_pos = temp_expression.find_first_of("-.[", 1); in GetValueForExpressionPath_Impl() local
2132 if (next_sep_pos == llvm::StringRef::npos) // if no other separator just in GetValueForExpressionPath_Impl()
2202 llvm::StringRef next_separator = temp_expression.substr(next_sep_pos); in GetValueForExpressionPath_Impl()
2204 child_name.SetString(temp_expression.slice(0, next_sep_pos)); in GetValueForExpressionPath_Impl()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Core/
H A DValueObject.cpp2130 size_t next_sep_pos = temp_expression.find_first_of("-.[", 1); in GetValueForExpressionPath_Impl() local
2132 if (next_sep_pos == llvm::StringRef::npos) // if no other separator just in GetValueForExpressionPath_Impl()
2202 llvm::StringRef next_separator = temp_expression.substr(next_sep_pos); in GetValueForExpressionPath_Impl()
2204 child_name.SetString(temp_expression.slice(0, next_sep_pos)); in GetValueForExpressionPath_Impl()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Core/
H A DValueObject.cpp2130 size_t next_sep_pos = temp_expression.find_first_of("-.[", 1); in GetValueForExpressionPath_Impl() local
2132 if (next_sep_pos == llvm::StringRef::npos) // if no other separator just in GetValueForExpressionPath_Impl()
2202 llvm::StringRef next_separator = temp_expression.substr(next_sep_pos); in GetValueForExpressionPath_Impl()
2204 child_name.SetString(temp_expression.slice(0, next_sep_pos)); in GetValueForExpressionPath_Impl()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Core/
H A DValueObject.cpp2130 size_t next_sep_pos = temp_expression.find_first_of("-.[", 1); in GetValueForExpressionPath_Impl() local
2132 if (next_sep_pos == llvm::StringRef::npos) // if no other separator just in GetValueForExpressionPath_Impl()
2202 llvm::StringRef next_separator = temp_expression.substr(next_sep_pos); in GetValueForExpressionPath_Impl()
2204 child_name.SetString(temp_expression.slice(0, next_sep_pos)); in GetValueForExpressionPath_Impl()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Core/
H A DValueObject.cpp2130 size_t next_sep_pos = temp_expression.find_first_of("-.[", 1); in GetValueForExpressionPath_Impl() local
2132 if (next_sep_pos == llvm::StringRef::npos) // if no other separator just in GetValueForExpressionPath_Impl()
2202 llvm::StringRef next_separator = temp_expression.substr(next_sep_pos); in GetValueForExpressionPath_Impl()
2204 child_name.SetString(temp_expression.slice(0, next_sep_pos)); in GetValueForExpressionPath_Impl()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Core/
H A DValueObject.cpp2214 size_t next_sep_pos = temp_expression.find_first_of("-.[", 1); in GetValueForExpressionPath_Impl() local
2216 if (next_sep_pos == llvm::StringRef::npos) // if no other separator just in GetValueForExpressionPath_Impl()
2286 llvm::StringRef next_separator = temp_expression.substr(next_sep_pos); in GetValueForExpressionPath_Impl()
2288 child_name.SetString(temp_expression.slice(0, next_sep_pos)); in GetValueForExpressionPath_Impl()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Core/
H A DValueObject.cpp2224 size_t next_sep_pos = temp_expression.find_first_of("-.[", 1); in GetValueForExpressionPath_Impl() local
2226 if (next_sep_pos == llvm::StringRef::npos) // if no other separator just in GetValueForExpressionPath_Impl()
2296 llvm::StringRef next_separator = temp_expression.substr(next_sep_pos); in GetValueForExpressionPath_Impl()
2298 child_name.SetString(temp_expression.slice(0, next_sep_pos)); in GetValueForExpressionPath_Impl()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Core/
H A DValueObject.cpp2214 size_t next_sep_pos = temp_expression.find_first_of("-.[", 1); in GetValueForExpressionPath_Impl() local
2216 if (next_sep_pos == llvm::StringRef::npos) // if no other separator just in GetValueForExpressionPath_Impl()
2286 llvm::StringRef next_separator = temp_expression.substr(next_sep_pos); in GetValueForExpressionPath_Impl()
2288 child_name.SetString(temp_expression.slice(0, next_sep_pos)); in GetValueForExpressionPath_Impl()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Core/
H A DValueObject.cpp2214 size_t next_sep_pos = temp_expression.find_first_of("-.[", 1); in GetValueForExpressionPath_Impl() local
2216 if (next_sep_pos == llvm::StringRef::npos) // if no other separator just in GetValueForExpressionPath_Impl()
2286 llvm::StringRef next_separator = temp_expression.substr(next_sep_pos); in GetValueForExpressionPath_Impl()
2288 child_name.SetString(temp_expression.slice(0, next_sep_pos)); in GetValueForExpressionPath_Impl()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Core/
H A DValueObject.cpp2303 size_t next_sep_pos = temp_expression.find_first_of("-.[", 1); in GetValueForExpressionPath_Impl() local
2305 if (next_sep_pos == llvm::StringRef::npos) // if no other separator just in GetValueForExpressionPath_Impl()
2375 llvm::StringRef next_separator = temp_expression.substr(next_sep_pos); in GetValueForExpressionPath_Impl()
2377 child_name.SetString(temp_expression.slice(0, next_sep_pos)); in GetValueForExpressionPath_Impl()
/dports/www/geneweb/geneweb-13c850a0cc3973daf7ae3e0772a1621f84052041/ged2gwb/
H A Dged2gwb2.ml996 value rec next_sep_pos s i =
998 else if is_a_name_char s.[i] then next_sep_pos s (i + 1)
1010 let j = next_sep_pos s i in
1146 let j = next_sep_pos s i in
1170 let j = next_sep_pos s i in
1613 let j = next_sep_pos f i in
H A Dged2gwb.ml1099 value rec next_sep_pos s i =
1101 else if is_a_name_char s.[i] then next_sep_pos s (i + 1)
1113 let j = next_sep_pos s i in
1249 let j = next_sep_pos s i in
1273 let j = next_sep_pos s i in
1746 let j = next_sep_pos f i in