Searched refs:language (Results 101 - 125 of 612) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Dimported-unit-bp.exp.tcl45 {language @$lang}
57 {language @$lang}
H A Ddw2-case-insensitive.exp42 gdb_test "set case-sensitive off" {warning: the current case sensitivity setting does not match the language\.}
H A Ddw2-vendor-extended-opcode.exp41 {language @DW_LANG_C}
H A Dsubrange.exp30 compile_unit {{language @DW_LANG_Pascal83}} {
68 gdb_test_no_output "set language pascal"
H A Ddebug-names-duplicate-cu.exp40 compile_unit {{language @DW_LANG_C}} {
H A Ddebug-names-missing-cu.exp40 compile_unit {{language @DW_LANG_C}} {
H A Ddebug-names.exp40 compile_unit {{language @DW_LANG_C}} {
H A Ddw2-symtab-includes-lookup.exp67 {language @DW_LANG_C}
H A Dmultidictionary.exp16 # A test of multi-language dictionaries, a solution to symtab/23010 et al.
40 {language @DW_LANG_C_plus_plus}
82 {language @DW_LANG_C_plus_plus}
117 {language @DW_LANG_C99}
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/unit/
H A Dtest_analyze.py34 return opts['language']
205 'language': 'c',
250 def language(expected, input): function in function:AnalyzerTest.test_set_language_fall_through
254 self.assertEqual(expected, spy.arg['language'])
256 language('c', {'language': 'c', 'flags': []})
257 language('c++', {'language': 'c++', 'flags': []})
265 'language': 'java'
277 flags(['-x', 'c'], {'language'
281 def language(expected, input): function in function:AnalyzerTest.test_set_language_from_filename
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-function.c29 #include "language.h"
62 fnpy_call (struct gdbarch *gdbarch, const struct language_defn *language,
67 gdbpy_enter enter_py (gdbarch, language);
61 fnpy_call(struct gdbarch *gdbarch, const struct language_defn *language, void *cookie, int argc, struct value **argv) argument
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dlang/
H A Dwatch-loc.exp35 {language @DW_LANG_D}
70 gdb_test_no_output "set language d"
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
H A Ddw2-case-insensitive.exp42 gdb_test "set case-sensitive off" {warning: the current case sensitivity setting does not match the language\.}
H A Ddw2-ifort-parameter.exp35 {language @DW_LANG_C}
H A Dsubrange.exp30 compile_unit {{language @DW_LANG_Pascal83}} {
68 gdb_test_no_output "set language pascal"
H A Dinlined_subroutine-inheritance.exp43 {language @DW_LANG_C99}
66 {language @DW_LANG_C99}
120 {language @DW_LANG_C99}
H A Dmultidictionary.exp16 # A test of multi-language dictionaries, a solution to symtab/23010 et al.
40 {language @DW_LANG_C_plus_plus}
82 {language @DW_LANG_C_plus_plus}
117 {language @DW_LANG_C99}
H A Dopaque-type-lookup.exp49 {language @DW_LANG_C}
64 {language @DW_LANG_C}
178 {language @DW_LANG_C}
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dextension-priv.h28 /* High level description of an extension/scripting language.
35 /* Enum of the extension language. */
36 enum extension_language language; member in struct:extension_language_defn
38 /* The name of the extension language, lowercase. E.g., python. */
41 /* The capitalized name of the extension language.
45 /* The file suffix of this extension language. E.g., ".py". */
52 /* We support embedding external extension language code in GDB's own
53 scripting language. We do this by having a special command that begins
54 the extension language snippet, and terminate it with "end".
58 /* A pointer to the "methods" to load scripts in this language,
[all...]
H A Dbuildsym.h28 enum language;
56 enum language language; member in struct:subfile
123 const char *comp_dir_, enum language language_,
131 const char *comp_dir_, enum language language_,
310 This is important mostly for the language determination hacks we use,
337 enum language m_language;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dstabsread.h24 enum language;
186 struct objfile *, enum language);
H A Dextension-priv.h28 /* High level description of an extension/scripting language.
35 /* Enum of the extension language. */
36 enum extension_language language; member in struct:extension_language_defn
38 /* The name of the extension language, lowercase. E.g., python. */
41 /* The capitalized name of the extension language.
45 /* The file suffix of this extension language. E.g., ".py". */
52 /* We support embedding external extension language code in GDB's own
53 scripting language. We do this by having a special command that begins
54 the extension language snippet, and terminate it with "end".
58 /* A pointer to the "methods" to load scripts in this language,
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dlang/
H A Dwatch-loc.exp41 {language @DW_LANG_D}
80 gdb_test_no_output "set language d"
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-function.c29 #include "language.h"
62 fnpy_call (struct gdbarch *gdbarch, const struct language_defn *language,
67 gdbpy_enter enter_py (gdbarch, language);
61 fnpy_call(struct gdbarch *gdbarch, const struct language_defn *language, void *cookie, int argc, struct value **argv) argument
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dl10nflist.c178 int mask, const char *language, const char *territory,
193 if (IS_ABSOLUTE_PATH (language))
198 + strlen (language)
222 cp = stpcpy (cp, language);
328 cnt, language, territory, codeset,
335 cnt, language, territory, codeset,
175 _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 *filename, int do_allocate) argument

Completed in 169 milliseconds

1234567891011>>