HomeSort by: relevance | last modified time | path
    Searched refs:default_compilers (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gcc.cc 1429 static const struct compiler default_compilers[] =
1519 /* Number of elements in default_compilers, not counting the terminator. */
1521 static const int n_default_compilers = ARRAY_SIZE (default_compilers) - 1;
8502 compilers = XNEWVAR (struct compiler, sizeof default_compilers);
8503 memcpy (compilers, default_compilers, sizeof default_compilers);
1424 static const struct compiler default_compilers[] = variable in typeref:struct:compiler
  /src/external/gpl3/gcc.old/dist/gcc/
gcc.cc 1420 static const struct compiler default_compilers[] =
1509 /* Number of elements in default_compilers, not counting the terminator. */
1511 static const int n_default_compilers = ARRAY_SIZE (default_compilers) - 1;
8375 compilers = XNEWVAR (struct compiler, sizeof default_compilers);
8376 memcpy (compilers, default_compilers, sizeof default_compilers);
1415 static const struct compiler default_compilers[] = variable in typeref:struct:compiler

Completed in 25 milliseconds