| /openbsd-src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/ |
| H A D | Maketext.pm | 382 my($base_class, @languages) = @_; 386 if( @languages ) { 387 DEBUG and warn 'Lgs@', __LINE__, ': ', map("<$_>", @languages), "\n"; 389 @languages = 396 @languages; 397 DEBUG and warn 'Lgs@', __LINE__, ': ', map("<$_>", @languages), "\n"; 401 @languages = $base_class->_ambient_langprefs; 404 @languages = $base_class->_langtag_munging(@languages); 407 foreach my $module_name ( map { $base_class . '::' . $_ } @languages ) { 420 my($base_class, @languages) = @_; [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/REPL/Clang/ |
| H A D | ClangREPL.cpp | 25 LanguageSet languages; in Initialize() local 28 languages.Insert(lldb::LanguageType::eLanguageTypeC); in Initialize() 29 languages.Insert(lldb::LanguageType::eLanguageTypeC89); in Initialize() 30 languages.Insert(lldb::LanguageType::eLanguageTypeC99); in Initialize() 31 languages.Insert(lldb::LanguageType::eLanguageTypeC11); in Initialize() 32 languages.Insert(lldb::LanguageType::eLanguageTypeC_plus_plus); in Initialize() 33 languages.Insert(lldb::LanguageType::eLanguageTypeC_plus_plus_03); in Initialize() 34 languages.Insert(lldb::LanguageType::eLanguageTypeC_plus_plus_11); in Initialize() 35 languages.Insert(lldb::LanguageType::eLanguageTypeC_plus_plus_14); in Initialize() 36 languages.Insert(lldb::LanguageType::eLanguageTypeObjC); in Initialize() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/LangTags/ |
| H A D | Detect.pm | 20 my(@languages) = 24 return _uniq(@languages) if wantarray; 25 return $languages[0]; 43 my @languages; 48 push @languages, 64 push @languages, Win32::Locale::get_language() || '' 67 return _normalize @languages;
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | language.c | 133 static const struct language_defn **languages; variable 187 if (languages[i]->la_language == language_unknown in set_language_command() 188 || languages[i]->la_language == language_auto) in set_language_command() 194 languages[i]->la_name, in set_language_command() 197 toupper (languages[i]->la_name[0]), in set_language_command() 198 languages[i]->la_name + 1); in set_language_command() 208 if (strcmp (languages[i]->la_name, language) == 0) in set_language_command() 211 if (languages[i]->la_language == language_auto) in set_language_command() 225 current_language = languages[i]; in set_language_command() 407 if (languages[i]->la_language == lang) in set_language() [all …]
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | frontends.texi | 19 distribution of compilers for several major programming languages. These 20 languages currently include C, C++, Objective-C, Objective-C++, Java, 29 compilers for all supported languages. 41 are maintained separately. These support languages such as Pascal, 49 Most of the compilers for languages other than C have their own names. 51 talk about compiling one of those languages, we might refer to that 57 Historically, compilers for many languages, including C++ and Fortran, 63 and Objective-C++ languages.
|
| H A D | languages.texi | 8 The interface to front ends for languages in GCC, and in particular 11 C-like languages. It is, however, reasonably well suited to other 12 procedural languages, and front ends for many such languages have been 32 GCC front ends have also been created for languages very different
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | languages.texi | 8 The interface to front ends for languages in GCC, and in particular 11 C-like languages. It is, however, reasonably well suited to other 12 procedural languages, and front ends for many such languages have been 32 GCC front ends have also been created for languages very different
|
| H A D | frontends.texi | 17 languages. The Ada, Fortran, Java and treelang compilers are described in 43 Front ends for other languages, such as Mercury and Pascal exist but 47 Objective-C, or any of the languages for which you have installed front 53 written in other languages.
|
| /openbsd-src/gnu/llvm/llvm/cmake/modules/ |
| H A D | UseLibtool.cmake | 17 get_property(languages GLOBAL PROPERTY ENABLED_LANGUAGES) 33 foreach(lang ${languages}) 42 foreach(lang ${languages})
|
| /openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/ |
| H A D | 2001-01-31-UniversalIRIdea.txt | 8 virtual machines for many different languages. E.g., a C vm, a C++ vm, a 20 between languages.) Also, some or most of the higher-level 22 reusable by different languages, with minor extensions. The language 31 features that different languages select from. Also, using SSA with or
|
| H A D | 2001-04-16-DynamicCompilation.txt | 9 languages. 13 job. On one side, scripting languages statically compile nothing and
|
| /openbsd-src/gnu/llvm/compiler-rt/cmake/Modules/ |
| H A D | UseLibtool.cmake | 17 get_property(languages GLOBAL PROPERTY ENABLED_LANGUAGES) 33 foreach(lang ${languages}) 50 foreach(lang ${languages})
|
| /openbsd-src/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/ |
| H A D | LangTags.pm | 797 my @languages = grep is_language_tag($_), @_; 799 foreach my $lang (@languages) { 804 foreach my $lang (@languages) {
|
| /openbsd-src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/Maketext/ |
| H A D | TPJ13.pod | 27 languages. This article then describes Maketext, a new system capable 34 "There are a number of languages spoken by human beings in this 73 But you still have to localize it for all the languages you're 94 into those languages. 104 languages du jour are Chinese, Arabic, Russian, and Italian, so you 157 other translators won't have this problem, and that their languages 201 declension class of the noun. But unlike with most other inflected languages, 227 languages like Polish, because the floor comes up to meet you, and you 248 languages; it's been a constant process 249 of people making generalizations that should apply to all languages, [all …]
|
| /openbsd-src/gnu/llvm/llvm/ |
| H A D | llvm.spec.in | 16 and idle-time optimization of programs from arbitrary programming languages. 20 languages is in development. The compiler infrastructure
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | ABOUT-NLS | 6 together, so that will gradually become able to speak many languages. 96 codes, stating which languages are allowed. 112 But in fact, some languages have dialects in different countries. For 116 Not all programs have translations for all languages. By default, an 118 understand other languages, you can set up a priority list of languages. 168 2001. The matrix shows, in regard of each package, for which languages 292 used for implementing regional variants of languages, or language
|
| H A D | LANGUAGES | 2 (or more generally the interfaces for adding new languages). 82 scheme. Other languages will need to be updated accordingly. 89 affect languages that defined their own tree codes (usually in a .def file).
|
| /openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl10.rst | 28 can be to define, build, and play with languages. Building a compiler 44 Different languages have different ways of handling this. The easiest 71 code compiled in other languages. You could also generate code by 92 in languages and are often willing to help out. 110 Many other languages have this property, e.g. lisp, java, haskell, 111 javascript, python, etc (note that while these languages are portable, 158 Many of the languages above are also "safe" languages: it is impossible 243 Some languages want to explicitly manage their stack frames, often so
|
| /openbsd-src/gnu/llvm/llvm/bindings/ |
| H A D | README.txt | 2 programs written in languages other than C or C++ to take advantage of the LLVM
|
| /openbsd-src/gnu/usr.bin/perl/dist/Locale-Maketext/ |
| H A D | Makefile.PL | 46 --languages=Perl --langmap=Perl:+.t \
|
| /openbsd-src/gnu/usr.bin/texinfo/ |
| H A D | ABOUT-NLS | 6 together, so that will gradually become able to speak many languages. 96 codes, stating which languages are allowed. 112 But in fact, some languages have dialects in different countries. For 123 Not all programs have translations for all languages. By default, an 125 understand other languages, you can set up a priority list of languages. 182 2004. The matrix shows, in regard of each package, for which languages 736 used for implementing regional variants of languages, or language
|
| /openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
| H A D | perlfaq1.pod | 26 and languages. 177 like most programming languages you're likely to have experience 201 =head2 How does Perl compare with other languages like Java, Python, REXX, Scheme, or Tcl? 213 a small project in both languages and compare the results, make sure 224 what they'd program in low-level languages like C or C++. It's ultimately 236 languages dedicated to a specific problem domain that are simply more 239 languages that come to mind include prolog and matlab.
|
| /openbsd-src/gnu/llvm/lldb/bindings/lua/ |
| H A D | lua.swig | 5 functions for various scripting languages, to enable them to call the
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | Toolchain.rst | 13 programming languages. In order to assemble a complete toolchain, 35 A complete compilation of C family programming languages typically 85 The Clang frontend (``clang -cc1``) is used to compile C family languages. The 90 Language frontends for other languages 93 Clang can be provided with inputs written in non-C-family languages. In such 95 currently-supported languages are:
|
| /openbsd-src/gnu/usr.bin/perl/dist/Data-Dumper/ |
| H A D | Todo | 24 some-binary-data-format, graph-description-languages, etc.)
|