HomeSort by: relevance | last modified time | path
    Searched defs:the_namespace (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
cp-namespace.c 314 cp_lookup_symbol_in_namespace (const char *the_namespace, const char *name,
323 if (the_namespace[0] != '\0')
326 = (char *) alloca (strlen (the_namespace) + 2 + strlen (name) + 1);
327 strcpy (concatenated_name, the_namespace);
343 = the_namespace[0] != '\0' && cp_is_in_anonymous (the_namespace);
683 char *the_namespace; local
719 the_namespace = (char *) alloca (scope_len + 1);
720 strncpy (the_namespace, scope, scope_len);
721 the_namespace[scope_len] = '\0'
    [all...]
cp-support.c 64 (const char *func_name, const char *the_namespace,
1244 const char *the_namespace)
1251 add_symbol_overload_list_using (func_name, the_namespace, &overload_list);
1253 if (the_namespace[0] == '\0')
1258 = (char *) alloca (strlen (the_namespace) + 2 + strlen (func_name) + 1);
1259 strcpy (concatenated_name, the_namespace);
1287 const char *the_namespace,
1293 if (the_namespace[0] == '\0')
1298 = (char *) alloca (strlen (the_namespace) + 2 + strlen (func_name) + 1);
1300 strcpy (concatenated_name, the_namespace);
1328 char *the_namespace; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
cp-namespace.c 314 cp_lookup_symbol_in_namespace (const char *the_namespace, const char *name,
323 if (the_namespace[0] != '\0')
326 = (char *) alloca (strlen (the_namespace) + 2 + strlen (name) + 1);
327 strcpy (concatenated_name, the_namespace);
343 = the_namespace[0] != '\0' && cp_is_in_anonymous (the_namespace);
724 char *the_namespace; local
760 the_namespace = (char *) alloca (scope_len + 1);
761 strncpy (the_namespace, scope, scope_len);
762 the_namespace[scope_len] = '\0'
    [all...]
cp-support.c 64 (const char *func_name, const char *the_namespace,
1244 const char *the_namespace)
1251 add_symbol_overload_list_using (func_name, the_namespace, &overload_list);
1253 if (the_namespace[0] == '\0')
1258 = (char *) alloca (strlen (the_namespace) + 2 + strlen (func_name) + 1);
1259 strcpy (concatenated_name, the_namespace);
1287 const char *the_namespace,
1293 if (the_namespace[0] == '\0')
1298 = (char *) alloca (strlen (the_namespace) + 2 + strlen (func_name) + 1);
1300 strcpy (concatenated_name, the_namespace);
1328 char *the_namespace; local
    [all...]

Completed in 26 milliseconds