HomeSort by: relevance | last modified time | path
    Searched refs:languages (Results 1 - 25 of 64) sorted by relevancy

1 2 3

  /src/crypto/external/apache2/openssl/dist/.ctags.d/openssl-stage1/
10extrac-macrodefs.ctags 14 --languages=C
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
langprefs.c 90 char *languages = (char *) malloc (size); local
92 if (languages != NULL)
94 char *p = languages;
118 cached_languages = languages;
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnustep/
GNUmakefile 22 Hello_LANGUAGES := $(sort English $(shell MAKEFLAGS= $(MAKE) -s -C po echo-languages))
  /src/external/gpl3/gcc/dist/contrib/reghunt/bin/
gcc-build-full 46 --enable-languages=$REG_LANGS \
gcc-build-simple 46 --enable-languages=$REG_LANGS \
  /src/external/gpl3/gcc.old/dist/contrib/reghunt/bin/
gcc-build-full 46 --enable-languages=$REG_LANGS \
gcc-build-simple 46 --enable-languages=$REG_LANGS \
  /src/external/gpl3/gdb.old/dist/gdb/
language.c 24 to languages. Each function should examine current_language if necessary,
140 /* Define the array containing all languages. */
142 const struct language_defn *language_defn::languages[nr_languages]; member in class:language_defn
223 /* Search the list of languages for a match. */
224 for (const auto &lang : language_defn::languages)
238 internal_error ("Couldn't find language `%s' in known languages list.",
485 for (const auto &lang : language_defn::languages)
497 const struct language_defn *l = language_defn::languages[lang];
523 language_names = new const char *[ARRAY_SIZE (language_defn::languages) + 3];
532 for (const auto &lang : language_defn::languages)
    [all...]
language.h 270 gdb_assert (languages[lang] == nullptr);
271 languages[lang] = this;
387 As Ada wants to capture symbol matching for all languages in some
388 cases, then this method is a non-overridable interface. Languages
472 /* PC is possibly an unknown languages trampoline.
543 /* List of all known languages. */ member in struct:language_defn
544 static const struct language_defn *languages[nr_languages];
604 suits most languages. If overriding then the string here should
613 instance. Return NULL (the default) for languages that have no name
621 C. The default is true as currently most supported languages behav
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
language.c 24 to languages. Each function should examine current_language if necessary,
140 /* Define the array containing all languages. */
142 const struct language_defn *language_defn::languages[nr_languages]; member in class:language_defn
223 /* Search the list of languages for a match. */
224 for (const auto &lang : language_defn::languages)
238 internal_error ("Couldn't find language `%s' in known languages list.",
485 for (const auto &lang : language_defn::languages)
497 const struct language_defn *l = language_defn::languages[lang];
523 language_names = new const char *[ARRAY_SIZE (language_defn::languages) + 3];
532 for (const auto &lang : language_defn::languages)
    [all...]
language.h 269 gdb_assert (languages[lang] == nullptr);
270 languages[lang] = this;
386 As Ada wants to capture symbol matching for all languages in some
387 cases, then this method is a non-overridable interface. Languages
440 /* PC is possibly an unknown languages trampoline.
511 /* List of all known languages. */ member in struct:language_defn
512 static const struct language_defn *languages[nr_languages];
572 suits most languages. If overriding then the string here should
581 instance. Return NULL (the default) for languages that have no name
589 C. The default is true as currently most supported languages behav
    [all...]
  /src/external/gpl3/gcc/dist/maintainer-scripts/
generate_libstdcxx_web_docs 46 ${SRCDIR}/configure --enable-languages=c,c++ --disable-gcc --disable-multilib $disabled_libs --docdir=/docs
  /src/external/gpl3/gcc.old/dist/maintainer-scripts/
generate_libstdcxx_web_docs 46 ${SRCDIR}/configure --enable-languages=c,c++ --disable-gcc --disable-multilib $disabled_libs --docdir=/docs
  /src/external/lgpl3/gmp/dist/mpn/lisp/
gmpasm-mode.el 79 :group 'languages)
  /src/external/gpl3/binutils/dist/binutils/
winduni.c 91 /* Languages supported. */
92 static const wind_language_t languages[] = variable
627 for (i = 0; languages[i].id != (unsigned) -1 && languages[i].id != id; i++)
629 if (languages[i].id == id)
630 return &languages[i];
  /src/external/gpl3/binutils.old/dist/binutils/
winduni.c 91 /* Languages supported. */
92 static const wind_language_t languages[] = variable
627 for (i = 0; languages[i].id != (unsigned) -1 && languages[i].id != id; i++)
629 if (languages[i].id == id)
630 return &languages[i];
  /src/external/apache2/llvm/dist/llvm/utils/crosstool/ARM/
build-install-linux.sh 176 --enable-languages=c,c++ \
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnustep/po/
GNUmakefile 55 # Set of available languages.
57 # Set of languages which use msgen.
172 echo-languages:
  /src/crypto/external/cpl/trousers/dist/
configure.ac 350 dnl Add the languages which your application supports here.
  /src/tools/gcc/
Makefile 84 --enable-languages="${GCC_LANGUAGES}"
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
tdtags 70 for tblgen tags and ctags(1) for other languages, it is best
  /src/external/gpl3/gcc/dist/contrib/
config-list.mk 154 --enable-languages=c,ada,c++,d,lto,objc,obj-c++,rust$$ADDITIONAL_LANGUAGES$(OPT_IN_LANGUAGES); \
  /src/external/gpl3/gcc.old/dist/contrib/
config-list.mk 142 --enable-languages=all,ada$$ADDITIONAL_LANGUAGES; \
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
llvm_debuginfo.ml 11 (** Source languages known by DWARF. *)
  /src/usr.bin/make/unit-tests/
cond-short.mk 6 # mode in most programming languages. A notable exception is Ada, which

Completed in 25 milliseconds

1 2 3