OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Apr 30 00:23:01 UTC 2026