Searched refs:language (Results 126 - 150 of 612) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Dopaque-type-lookup.exp49 {language @DW_LANG_C}
64 {language @DW_LANG_C}
178 {language @DW_LANG_C}
H A Dinlined_subroutine-inheritance.exp43 {language @DW_LANG_C99}
66 {language @DW_LANG_C99}
120 {language @DW_LANG_C99}
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dc-exp.y43 #include "language.h"
328 if (pstate->language ()->la_language
429 if (pstate->language ()->la_language
672 if (pstate->language ()->la_language
720 if (pstate->language ()->la_language
730 if (pstate->language ()->la_language
740 if (pstate->language ()->la_language
750 if (pstate->language ()->la_language
760 if (pstate->language ()->la_language
770 if (pstate->language ()
[all...]
H A Dlocation.c24 #include "language.h"
385 const struct language_defn *language,
444 if (language->la_language == language_cplus
537 const struct language_defn *language,
552 if (!(language->la_language == language_ada
630 const struct language_defn *language,
674 = explicit_location_spec_lex_one (argp, language, NULL);
711 set_oarg (explicit_location_spec_lex_one (argp, language,
717 set_oarg (explicit_location_spec_lex_one_function (argp, language,
727 set_oarg (explicit_location_spec_lex_one (argp, language, NUL
384 explicit_location_spec_lex_one(const char **inp, const struct language_defn *language, explicit_completion_info *completion_info) argument
535 explicit_location_spec_lex_one_function(const char **inp, const struct language_defn *language, explicit_completion_info *completion_info) argument
629 string_to_explicit_location_spec(const char **argp, const struct language_defn *language, explicit_completion_info *completion_info) argument
785 string_to_location_spec_basic(const char **stringp, const struct language_defn *language, symbol_name_match_type match_type) argument
825 string_to_location_spec(const char **stringp, const struct language_defn *language, symbol_name_match_type match_type) argument
[all...]
H A Dlocation.h321 (const char **argp, const struct language_defn *language,
330 const struct language_defn *language,
367 const struct language_defn *language,
H A Dutils.h60 language-specific comparisons. For example, for C++,
67 parameter lists will be ignored when language is C++. */
71 strncmp_iw_mode mode, enum language language,
81 suitable language is available. */
96 therefore be avoided if a more suitable language is available. */
284 enum language, int);
H A Dbuildsym-legacy.c225 not known). LANGUAGE is the language of the source file, or
232 enum language language)
239 language, start_addr);
229 start_compunit_symtab(struct objfile *objfile, const char *name, const char *comp_dir, CORE_ADDR start_addr, enum language language) argument
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dsymtab.h86 extern unsigned int search_name_hash (enum language language,
162 language lang);
175 name. Caches per-language information so that it doesn't require
177 Ada encoded name and the symbol's name hash for a given language.
243 /* Get the search name hash for searches in language LANG. */
244 unsigned int search_name_hash (language lang) const
246 /* Only compute each language's hash once. */
256 /* Get the search name for searches in language LANG. */
257 const char *language_lookup_name (language lan
462 enum language language () const function in struct:general_symbol_info
1379 enum language language; member in struct:symtab
[all...]
H A Dlocation.c23 #include "language.h"
476 const struct language_defn *language,
535 if (language->la_language == language_cplus
627 const struct language_defn *language,
642 if (!(language->la_language == language_ada
720 const struct language_defn *language,
765 = explicit_location_lex_one (argp, language, NULL);
802 set_oarg (explicit_location_lex_one (argp, language,
808 set_oarg (explicit_location_lex_one_function (argp, language,
819 set_oarg (explicit_location_lex_one (argp, language, NUL
475 explicit_location_lex_one(const char **inp, const struct language_defn *language, explicit_completion_info *completion_info) argument
626 explicit_location_lex_one_function(const char **inp, const struct language_defn *language, explicit_completion_info *completion_info) argument
719 string_to_explicit_location(const char **argp, const struct language_defn *language, explicit_completion_info *completion_info) argument
877 string_to_event_location_basic(const char **stringp, const struct language_defn *language, symbol_name_match_type match_type) argument
917 string_to_event_location(const char **stringp, const struct language_defn *language, symbol_name_match_type match_type) argument
[all...]
H A Dbuildsym.c63 enum language language_,
556 /* Default the source language to whatever can be deduced from the
558 file with a ".h" extension), then inherit whatever language the
561 language. Also, when symtabs are allocated we try to deduce a
562 language then as well, but it is too late for us to use that
567 subfile->language = deduce_language_from_filename (subfile->name);
568 if (subfile->language == language_unknown
571 subfile->language = subfile->next->language;
575 language o
[all...]
H A Dbuildsym-legacy.c269 not known). LANGUAGE is the language of the source file, or
275 CORE_ADDR start_addr, enum language language)
282 language, start_addr);
273 start_symtab(struct objfile *objfile, const char *name, const char *comp_dir, CORE_ADDR start_addr, enum language language) argument
/netbsd-current/external/gpl3/gdb.old/dist/gdb/guile/
H A Dscm-math.c28 #include "symtab.h" /* Needed by language.h. */
29 #include "language.h"
78 const struct language_defn *language = current_language; local
85 language);
97 struct type *type = language_bool_type (language, gdbarch);
142 const struct language_defn *language = current_language; local
150 &except_scm, gdbarch, language);
155 &except_scm, gdbarch, language);
422 const struct language_defn *language = current_language; local
429 &except_scm, gdbarch, language);
[all...]
H A Dscm-pretty-print.c25 #include "symtab.h" /* Needed by language.h. */
26 #include "language.h"
526 const struct language_defn *language)
550 gdbarch, language);
650 const struct language_defn *language)
657 gdbarch, language);
668 common_val_print (replacement, stream, recurse, &opts, language);
730 const struct language_defn *language,
762 This simplifies things because there's no language means of creating
897 gdbarch, language);
520 ppscm_pretty_print_one_value(SCM printer, struct value **out_value, struct gdbarch *gdbarch, const struct language_defn *language) argument
642 ppscm_print_string_repr(SCM printer, enum display_hint hint, struct ui_file *stream, int recurse, const struct value_print_options *options, struct gdbarch *gdbarch, const struct language_defn *language) argument
722 ppscm_print_children(SCM printer, enum display_hint hint, struct ui_file *stream, int recurse, const struct value_print_options *options, struct gdbarch *gdbarch, const struct language_defn *language, int printed_nothing) argument
945 gdbscm_apply_val_pretty_printer(const struct extension_language_defn *extlang, struct value *value, struct ui_file *stream, int recurse, const struct value_print_options *options, const struct language_defn *language) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/guile/
H A Dscm-math.c28 #include "symtab.h" /* Needed by language.h. */
29 #include "language.h"
78 const struct language_defn *language = current_language; local
85 language);
97 struct type *type = language_bool_type (language, gdbarch);
142 const struct language_defn *language = current_language; local
150 &except_scm, gdbarch, language);
155 &except_scm, gdbarch, language);
422 const struct language_defn *language = current_language; local
429 &except_scm, gdbarch, language);
[all...]
H A Dscm-pretty-print.c25 #include "symtab.h" /* Needed by language.h. */
26 #include "language.h"
526 const struct language_defn *language)
550 gdbarch, language);
650 const struct language_defn *language)
657 gdbarch, language);
668 common_val_print (replacement, stream, recurse, &opts, language);
682 language->printstr (stream, type, (gdb_byte *) string.get (),
730 const struct language_defn *language,
762 This simplifies things because there's no language mean
520 ppscm_pretty_print_one_value(SCM printer, struct value **out_value, struct gdbarch *gdbarch, const struct language_defn *language) argument
642 ppscm_print_string_repr(SCM printer, enum display_hint hint, struct ui_file *stream, int recurse, const struct value_print_options *options, struct gdbarch *gdbarch, const struct language_defn *language) argument
722 ppscm_print_children(SCM printer, enum display_hint hint, struct ui_file *stream, int recurse, const struct value_print_options *options, struct gdbarch *gdbarch, const struct language_defn *language, int printed_nothing) argument
953 gdbscm_apply_val_pretty_printer(const struct extension_language_defn *extlang, struct value *value, struct ui_file *stream, int recurse, const struct value_print_options *options, const struct language_defn *language) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/intl/
H A Dl10nflist.c188 _nl_make_l10nflist (l10nfile_list, dirlist, dirlist_len, mask, language,
195 const char *language;
216 if (IS_ABSOLUTE_PATH (language))
221 + strlen (language)
254 cp = stpcpy (cp, language);
376 cnt, language, territory, codeset,
383 cnt, language, territory, codeset,
/netbsd-current/external/gpl3/gdb/dist/intl/
H A Dl10nflist.c188 _nl_make_l10nflist (l10nfile_list, dirlist, dirlist_len, mask, language,
195 const char *language;
216 if (IS_ABSOLUTE_PATH (language))
221 + strlen (language)
254 cp = stpcpy (cp, language);
376 cnt, language, territory, codeset,
383 cnt, language, territory, codeset,
/netbsd-current/external/gpl3/gdb.old/dist/intl/
H A Dl10nflist.c188 _nl_make_l10nflist (l10nfile_list, dirlist, dirlist_len, mask, language,
195 const char *language;
216 if (IS_ABSOLUTE_PATH (language))
221 + strlen (language)
254 cp = stpcpy (cp, language);
376 cnt, language, territory, codeset,
383 cnt, language, territory, codeset,
/netbsd-current/external/gpl3/binutils.old/dist/intl/
H A Dl10nflist.c188 _nl_make_l10nflist (l10nfile_list, dirlist, dirlist_len, mask, language,
195 const char *language;
216 if (IS_ABSOLUTE_PATH (language))
221 + strlen (language)
254 cp = stpcpy (cp, language);
376 cnt, language, territory, codeset,
383 cnt, language, territory, codeset,
/netbsd-current/external/gpl3/gcc.old/dist/intl/
H A Dl10nflist.c188 _nl_make_l10nflist (l10nfile_list, dirlist, dirlist_len, mask, language,
195 const char *language;
216 if (IS_ABSOLUTE_PATH (language))
221 + strlen (language)
254 cp = stpcpy (cp, language);
376 cnt, language, territory, codeset,
383 cnt, language, territory, codeset,
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dread.h66 enum language lang)
79 enum language pretend_language;
183 /* The language of this CU. */
184 std::atomic<packed<language, LANGUAGE_BYTES>> m_lang {language_unknown};
352 enum language lang (bool strict_p = true) const
354 enum language l = m_lang.load ();
360 void set_lang (enum language lang)
365 packed<language, LANGUAGE_BYTES> nope = language_unknown;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-prettyprint.c23 #include "language.h"
280 const struct language_defn *language,
338 common_val_print (replacement, stream, recurse, &opts, language);
356 const struct language_defn *language,
531 common_val_print (value, stream, recurse + 1, &opt, language);
564 const struct language_defn *language)
580 gdbpy_enter enter_py (gdbarch, language);
600 if (val_print_check_max_depth (stream, recurse, options, language))
608 recurse, options, language, gdbarch);
611 language, print_resul
277 print_string_repr(PyObject *printer, const char *hint, struct ui_file *stream, int recurse, const struct value_print_options *options, const struct language_defn *language, struct gdbarch *gdbarch) argument
353 print_children(PyObject *printer, const char *hint, struct ui_file *stream, int recurse, const struct value_print_options *options, const struct language_defn *language, int is_py_none) argument
560 gdbpy_apply_val_pretty_printer(const struct extension_language_defn *extlang, struct value *value, struct ui_file *stream, int recurse, const struct value_print_options *options, const struct language_defn *language) argument
[all...]
H A Dpy-framefilter.c23 #include "language.h"
44 /* Helper function to extract a symbol, a name and a language
53 pass-through argument denoting the language attributed to the
55 current language. Returns EXT_LANG_BT_ERROR on error with the
61 const struct language_defn **language)
77 no symbol derived language available and the frame filter has
81 *language = python_language;
108 /* If a symbol is specified attempt to determine the language
109 from the symbol. If mode is not "auto", then the language
112 *language
59 extract_sym(PyObject *obj, gdb::unique_xmalloc_ptr<char> *name, struct symbol **sym, const struct block **sym_block, const struct language_defn **language) argument
224 py_print_value(struct ui_out *out, struct value *val, const struct value_print_options *opts, int indent, enum ext_lang_frame_args args_type, const struct language_defn *language) argument
308 py_print_single_arg(struct ui_out *out, const char *sym_name, struct frame_arg *fa, struct value *fv, const struct value_print_options *opts, enum ext_lang_frame_args args_type, int print_args_field, const struct language_defn *language) argument
452 const struct language_defn *language; local
566 const struct language_defn *language; local
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/projects/KDE/
H A Dteam-address7 language="$4" # e.g. "pt"
107 (echo "A translation team for your "`if test "$catalog" = "$language"; then echo "language ($language)"; else echo "local dialect ($catalog)"; fi`
/netbsd-current/external/gpl2/texinfo/dist/intl/
H A Dl10nflist.c174 int mask, const char *language, const char *territory,
190 if (IS_ABSOLUTE_PATH (language))
195 + strlen (language)
228 cp = stpcpy (cp, language);
350 cnt, language, territory, codeset,
357 cnt, language, territory, codeset,
171 _nl_make_l10nflist(struct loaded_l10nfile **l10nfile_list, const char *dirlist, size_t dirlist_len, int mask, const char *language, const char *territory, const char *codeset, const char *normalized_codeset, const char *modifier, const char *special, const char *sponsor, const char *revision, const char *filename, int do_allocate) argument

Completed in 516 milliseconds

1234567891011>>