Home
last modified time | relevance | path

Searched refs:langdef (Results 1 – 12 of 12) sorted by relevance

/netbsd/external/gpl3/gdb/dist/gdb/
H A Dd-namespace.c78 d_lookup_symbol (const struct language_defn *langdef, in d_lookup_symbol() argument
90 if (langdef != NULL && domain == VAR_DOMAIN) in d_lookup_symbol()
99 = language_lookup_primitive_type_as_symbol (langdef, gdbarch, name); in d_lookup_symbol()
198 lookup_module_scope (const struct language_defn *langdef, in lookup_module_scope() argument
219 sym = lookup_module_scope (langdef, name, block, domain, in lookup_module_scope()
234 return d_lookup_symbol (langdef, name, block, domain, 1); in lookup_module_scope()
508 d_lookup_symbol_nonlocal (const struct language_defn *langdef, in d_lookup_symbol_nonlocal() argument
516 sym = lookup_module_scope (langdef, name, block, domain, scope, 0); in d_lookup_symbol_nonlocal()
H A Dcp-namespace.c168 cp_lookup_bare_symbol (const struct language_defn *langdef, in cp_lookup_bare_symbol() argument
190 if (langdef != NULL && domain == VAR_DOMAIN) in cp_lookup_bare_symbol()
199 = language_lookup_primitive_type_as_symbol (langdef, gdbarch, name); in cp_lookup_bare_symbol()
216 if (langdef != NULL) in cp_lookup_bare_symbol()
217 lang_this = lookup_language_this (langdef, block); in cp_lookup_bare_symbol()
678 lookup_namespace_scope (const struct language_defn *langdef, in lookup_namespace_scope() argument
701 sym = lookup_namespace_scope (langdef, name, block, domain, in lookup_namespace_scope()
719 return cp_lookup_bare_symbol (langdef, name, block, domain, 1); in lookup_namespace_scope()
735 cp_lookup_symbol_nonlocal (const struct language_defn *langdef, in cp_lookup_symbol_nonlocal() argument
754 sym = lookup_namespace_scope (langdef, name, block, domain, scope, 0); in cp_lookup_symbol_nonlocal()
H A Dcp-support.h143 (const struct language_defn *langdef,
H A Dsymtab.c2011 const struct language_defn *langdef; in lookup_symbol_aux() local
2050 langdef = language_def (language); in lookup_symbol_aux()
2057 result = lookup_language_this (langdef, block); in lookup_symbol_aux()
2072 langdef->la_name_of_this); in lookup_symbol_aux()
2089 result = langdef->lookup_symbol_nonlocal (name, block, domain); in lookup_symbol_aux()
H A DChangeLog-20152269 * d-namespace.c (d_lookup_symbol): New arg langdef.
2271 (lookup_module_scope): New arg langdef. All callers updated.
H A DChangeLog-201485 * cp-namespace.c (cp_lookup_bare_symbol): New arg langdef.
87 (lookup_namespace_scope): New arg langdef. All callers updated.
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dd-namespace.c78 d_lookup_symbol (const struct language_defn *langdef, in d_lookup_symbol() argument
90 if (langdef != NULL && domain == VAR_DOMAIN) in d_lookup_symbol()
99 = language_lookup_primitive_type_as_symbol (langdef, gdbarch, name); in d_lookup_symbol()
198 lookup_module_scope (const struct language_defn *langdef, in lookup_module_scope() argument
219 sym = lookup_module_scope (langdef, name, block, domain, in lookup_module_scope()
234 return d_lookup_symbol (langdef, name, block, domain, 1); in lookup_module_scope()
508 d_lookup_symbol_nonlocal (const struct language_defn *langdef, in d_lookup_symbol_nonlocal() argument
516 sym = lookup_module_scope (langdef, name, block, domain, scope, 0); in d_lookup_symbol_nonlocal()
H A Dcp-namespace.c168 cp_lookup_bare_symbol (const struct language_defn *langdef, in cp_lookup_bare_symbol() argument
190 if (langdef != NULL && domain == VAR_DOMAIN) in cp_lookup_bare_symbol()
199 = language_lookup_primitive_type_as_symbol (langdef, gdbarch, name); in cp_lookup_bare_symbol()
216 if (langdef != NULL) in cp_lookup_bare_symbol()
217 lang_this = lookup_language_this (langdef, block); in cp_lookup_bare_symbol()
678 lookup_namespace_scope (const struct language_defn *langdef, in lookup_namespace_scope() argument
701 sym = lookup_namespace_scope (langdef, name, block, domain, in lookup_namespace_scope()
719 return cp_lookup_bare_symbol (langdef, name, block, domain, 1); in lookup_namespace_scope()
735 cp_lookup_symbol_nonlocal (const struct language_defn *langdef, in cp_lookup_symbol_nonlocal() argument
754 sym = lookup_namespace_scope (langdef, name, block, domain, scope, 0); in cp_lookup_symbol_nonlocal()
H A Dcp-support.h143 (const struct language_defn *langdef,
H A Dsymtab.c2011 const struct language_defn *langdef; in lookup_symbol_aux() local
2050 langdef = language_def (language); in lookup_symbol_aux()
2057 result = lookup_language_this (langdef, block); in lookup_symbol_aux()
2072 langdef->la_name_of_this); in lookup_symbol_aux()
2089 result = langdef->lookup_symbol_nonlocal (name, block, domain); in lookup_symbol_aux()
H A DChangeLog-20152269 * d-namespace.c (d_lookup_symbol): New arg langdef.
2271 (lookup_module_scope): New arg langdef. All callers updated.
H A DChangeLog-201485 * cp-namespace.c (cp_lookup_bare_symbol): New arg langdef.
87 (lookup_namespace_scope): New arg langdef. All callers updated.