Searched refs:vector_str_substr (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/ |
H A D | libelftc_dem_gnu3.c | 420 vector_str_substr(const struct vector_str *v, size_t begin, size_t end, in vector_str_substr() function 1148 if ((exp = vector_str_substr(&ddata->output, p_idx, in cpp_demangle_read_array() 1571 if ((exp = vector_str_substr(output, p_idx, output->size - 1, in cpp_demangle_read_expression_flat() 2108 if ((subst_str = vector_str_substr(output, p_idx, output->size - 1, in cpp_demangle_read_name() 2125 if ((subst_str = vector_str_substr(output, p_idx, in cpp_demangle_read_name() 2157 if ((name = vector_str_substr(output, p_idx, output->size - 1, in cpp_demangle_read_name_flat() 2238 if ((subst_str = vector_str_substr(output, p_idx, in cpp_demangle_read_nested_name() 2411 if ((class_type = vector_str_substr(&ddata->output, p_idx, in cpp_demangle_read_pointer_to_member() 2644 if ((subst_str = vector_str_substr(output, p_idx, output->size - 1, in cpp_demangle_read_subst_std() 2659 if ((subst_str = vector_str_substr(output, p_idx, in cpp_demangle_read_subst_std() [all …]
|