OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__VERSION__
(Results
1 - 17
of
17
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libphobos/src/std/
compiler.d
48
uint version_major =
__VERSION__
/ 1000;
49
uint version_minor =
__VERSION__
% 1000; /// ditto
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
errors.d
53
static if (
__VERSION__
< 2092)
87
static if (
__VERSION__
< 2092)
113
static if (
__VERSION__
< 2092)
140
static if (
__VERSION__
< 2092)
164
static if (
__VERSION__
< 2092)
189
static if (
__VERSION__
< 2092)
214
static if (
__VERSION__
< 2092)
239
static if (
__VERSION__
< 2092)
264
static if (
__VERSION__
< 2092)
287
static if (
__VERSION__
< 2092
[
all
...]
dsymbol.d
333
static if (
__VERSION__
< 2092)
statement.d
125
static if (
__VERSION__
< 2092)
dtoh.d
2751
static if (
__VERSION__
< 2092)
expression.d
78
static if (
__VERSION__
< 2099)
765
static if (
__VERSION__
< 2092)
dtemplate.d
7809
static if (
__VERSION__
< 2099) // https://issues.dlang.org/show_bug.cgi?id=22717
/src/external/lgpl3/mpfr/dist/examples/
version.c
77
# ifdef
__VERSION__
78
# define ICCV " ["
__VERSION__
"]"
91
#elif (defined(__GNUC__) || defined(__clang__)) && defined(
__VERSION__
)
97
printf (COMP2 "%s\n",
__VERSION__
);
/src/external/lgpl3/mpfr/dist/tests/
tversion.c
81
# ifdef
__VERSION__
82
# define ICCV " ["
__VERSION__
"]"
95
#elif (defined(__GNUC__) || defined(__clang__)) && defined(
__VERSION__
)
101
printf (COMP2 "%s\n",
__VERSION__
);
/src/external/apache2/llvm/dist/clang/utils/
builtin-defines.c
52
#undef
__VERSION__
/src/external/mpl/bind/dist/bin/named/
main.c
583
printf("compiled by CLANG %s\n",
__VERSION__
);
586
printf("compiled by ICC %s\n",
__VERSION__
);
589
printf("compiled by GCC %s\n",
__VERSION__
);
1148
"compiled by CLANG %s",
__VERSION__
);
1153
"compiled by ICC %s",
__VERSION__
);
1158
"compiled by GCC %s",
__VERSION__
);
/src/external/gpl3/gcc.old/dist/gcc/
toplev.cc
622
#ifndef
__VERSION__
623
#define
__VERSION__
"[?]"
629
indent,
__VERSION__
);
/src/external/gpl3/gcc/dist/gcc/
toplev.cc
619
#ifndef
__VERSION__
620
#define
__VERSION__
"[?]"
626
indent,
__VERSION__
);
/src/sys/miscfs/procfs/
procfs_linux.c
757
#ifdef
__VERSION__
758
__VERSION__
,
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/common/
outbuffer.d
567
static if (
__VERSION__
< 2092)
/src/external/public-domain/sqlite/dist/
shell.c
28047
#elif defined(__GNUC__) && defined(
__VERSION__
)
28048
oputf("gcc-"
__VERSION__
" (%s)\n", zPtrSz);
sqlite3.c
21889
#elif defined(__GNUC__) && defined(
__VERSION__
)
21890
"COMPILER=gcc-"
__VERSION__
,
[
all
...]
Completed in 146 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026