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

  /src/external/gpl3/gdb.old/dist/gdb/
language.h 353 virtual struct type *lookup_transparent_type (const char *name,
352 virtual struct type *lookup_transparent_type (const char *name, function in struct:language_defn
symtab.c 2744 lookup_transparent_type (const char *name, domain_search_flags flags)
2746 return current_language->lookup_transparent_type (name, flags);
2806 /* The standard implementation of lookup_transparent_type. This code
2739 lookup_transparent_type (const char *name, domain_search_flags flags) function
  /src/external/gpl3/gdb/dist/gdb/
language.h 352 virtual struct type *lookup_transparent_type (const char *name,
351 virtual struct type *lookup_transparent_type (const char *name, function in struct:language_defn
symtab.c 2742 lookup_transparent_type (const char *name, domain_search_flags flags)
2744 return current_language->lookup_transparent_type (name, flags);
2804 /* The standard implementation of lookup_transparent_type. This code
2737 lookup_transparent_type (const char *name, domain_search_flags flags) function

Completed in 63 milliseconds