Searched refs:scope_length (Results 1 – 1 of 1) sorted by relevance
606 int scope_length = length + cp_find_first_component (scope + length); in cp_lookup_transparent_type_loop() local611 if (scope[scope_length] == ':') in cp_lookup_transparent_type_loop()614 = cp_lookup_transparent_type_loop (name, scope, scope_length + 2); in cp_lookup_transparent_type_loop()619 full_name = alloca (scope_length + 2 + strlen (name) + 1); in cp_lookup_transparent_type_loop()620 strncpy (full_name, scope, scope_length); in cp_lookup_transparent_type_loop()621 strncpy (full_name + scope_length, "::", 2); in cp_lookup_transparent_type_loop()622 strcpy (full_name + scope_length + 2, name); in cp_lookup_transparent_type_loop()