Searched refs:language (Results 201 - 225 of 612) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsgl-check.c172 const char *language; local
175 language = c_strstr (nullentry, "Language-Team: ");
176 if (language != NULL)
178 language += 15;
180 if (strncmp (language,
181 plural_table[j].language,
182 strlen (plural_table[j].language)) == 0)
186 plural_table[j].language);
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
H A Danalyze.py472 @require(['clang', 'directory', 'flags', 'file', 'output_dir', 'language',
485 return mapping.get(opts['language'], '.i')
693 @require(['language', 'compiler', 'file', 'flags'])
695 """ Find out the language from command line parameters or file name
703 # language can be given as a parameter...
704 language = opts.pop('language')
707 if language is None and compiler is not None:
708 language = classify_source(opts['file'], compiler == 'c')
710 if language i
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dlang/
H A Dcircular.exp35 {language @DW_LANG_D}
138 gdb_test_no_output "set language d"
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dvalprint.h199 some language-specific ways to print things. */
227 the printing should be done, and D is the language-specific
305 const struct language_defn *language);
313 const struct language_defn *language);
H A Dpsympriv.h416 LANGUAGE is the language from which the symbol originates. This will
425 enum language language,
H A Dc-lang.h1 /* C language support definitions for GDB, the GNU debugger.
73 /* Print a type but allow the precise language to be specified. */
77 enum language,
172 This is used as the compute_program language method; see that
183 This is used as the compute_program language method; see that
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Dcount.exp30 compile_unit {{language @DW_LANG_C99}} {
H A Ddw2-line-number-zero.exp41 {language @DW_LANG_C}
/netbsd-current/share/mk/
H A Dbsd.lua.mk31 # add Lua sources to DPSRCS when HAVE_LUAC is defined and other language
34 # other language support for other than C is incomplete
36 # C language sources are passed though lint, when MKLINT != "no"
122 ## The module has other language source and we must build ${_M}.so
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dsymfile.h226 extern enum language deduce_language_from_filename (const char *);
228 /* Map the filename extension EXT to the language LANG. Any previous
231 extern void add_filename_language (const char *ext, enum language lang);
H A Dpsymtab.c34 #include "language.h"
282 enum language
304 return psym->ginfo.language ();
317 const language_defn *lang = language_def (psym->ginfo.language ());
369 enum language lang = (*center)->ginfo.language ();
383 if (symbol_matches_domain ((*top)->ginfo.language (),
397 if (symbol_matches_domain ((*psym)->ginfo.language (),
475 if (symbol_matches_domain ((*top)->ginfo.language (),
489 if (symbol_matches_domain ((*psym)->ginfo.language (),
1280 add_psymbol(gdb::string_view name, bool copy_name, domain_enum domain, enum address_class theclass, short section, psymbol_placement where, CORE_ADDR coreaddr, enum language language, psymtab_storage *partial_symtabs, struct objfile *objfile) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Ddw2-ranges-psym-warning.exp67 {language @DW_LANG_C}
H A Dfission-relative-dwo.exp42 {language @DW_LANG_C}
H A Ddw2-inline-with-lexical-scope.exp48 {language @DW_LANG_C99}
H A Ddw2-inline-small-func.exp55 {language @DW_LANG_C}
H A Ddw2-using-debug-str.exp39 {language @DW_LANG_C}
H A Ddw2-line-number-zero.exp38 {language @DW_LANG_C}
H A Dfission-absolute-dwo.exp45 {language @DW_LANG_C}
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dlang/
H A Dcircular.exp35 {language @DW_LANG_D}
138 gdb_test_no_output "set language d"
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Duntil-trailing-insns.exp106 {language @DW_LANG_C}
/netbsd-current/external/bsd/byacc/dist/package/
H A Dbyacc.spec20 routine written in the C programming language. It has a public domain
30 routine written in the C programming language. It has a public domain
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.debuginfod/
H A Dfetch_src_and_symbols.exp75 compile_unit {{language @DW_LANG_C}} {
95 compile_unit {{language @DW_LANG_C}} {
/netbsd-current/external/gpl3/gdb.old/dist/include/vms/
H A Ddst.h51 unsigned char language[4]; member in struct:vms_dst_modbeg
/netbsd-current/external/gpl3/gdb/dist/include/vms/
H A Ddst.h51 unsigned char language[4]; member in struct:vms_dst_modbeg
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dcu.h26 #include "language.h"
106 /* The language we are debugging. */
109 enum language lang () const

Completed in 369 milliseconds

1234567891011>>