Searched refs:cp_find_first_component (Results 1 – 8 of 8) sorted by relevance
34 for (unsigned int current_len = cp_find_first_component (name); in split_name()36 current_len += cp_find_first_component (name + current_len)) in split_name()
72 next_component = cp_find_first_component (name + previous_component); in cp_scan_for_anonymous_namespaces()110 + cp_find_first_component (name in cp_scan_for_anonymous_namespaces()739 new_scope_len += cp_find_first_component (scope + new_scope_len); in lookup_namespace_scope()1059 int scope_length = length + cp_find_first_component (scope + length); in cp_lookup_transparent_type_loop()
90 extern unsigned int cp_find_first_component (const char *name);
1037 cp_find_first_component (const char *name) in cp_find_first_component() function1190 unsigned int current_len = cp_find_first_component (name); in cp_entire_prefix_len()1199 current_len += cp_find_first_component (name + current_len); in cp_entire_prefix_len()1819 unsigned int len = cp_find_first_component (sname);2213 int len = cp_find_first_component (arg);
65 return std::string (scope, cp_find_first_component (scope)); in rust_crate_for_block()1835 if (name[cp_find_first_component (name)] == '\0') in lookup_symbol_nonlocal()
390 current_len = cp_find_first_component (scope); in super_name()397 current_len += cp_find_first_component (scope in super_name()
3099 cp_find_first_component (qualified_name + next_namespace_len); in find_oload_champ_namespace_loop()
6329 (cp_find_first_component): Separate code into10301 * cp-support.c (cp_find_first_component): Accept 'operator' in10573 Add declarations for cp_find_first_component,10583 (cp_find_first_component): New function.