/netbsd-src/external/gpl3/gcc/dist/gcc/config/tilegx/ |
H A D | tilegx-c.cc | 30 # define builtin_define(TXT) cpp_define (pfile, TXT) argument 31 # define builtin_assert(TXT) cpp_assert (pfile, TXT) argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/microblaze/ |
H A D | microblaze-c.c | 30 #define builtin_define(TXT) cpp_define (pfile, TXT) argument 31 #define builtin_assert(TXT) cpp_assert (pfile, TXT) argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/tilepro/ |
H A D | tilepro-c.cc | 30 # define builtin_define(TXT) cpp_define (pfile, TXT) argument 31 # define builtin_assert(TXT) cpp_assert (pfile, TXT) argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilepro/ |
H A D | tilepro-c.c | 30 # define builtin_define(TXT) cpp_define (pfile, TXT) argument 31 # define builtin_assert(TXT) cpp_assert (pfile, TXT) argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/tilegx/ |
H A D | tilegx-c.c | 30 # define builtin_define(TXT) cpp_define (pfile, TXT) argument 31 # define builtin_assert(TXT) cpp_assert (pfile, TXT) argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/microblaze/ |
H A D | microblaze-c.cc | 30 #define builtin_define(TXT) cpp_define (pfile, TXT) argument 31 #define builtin_assert(TXT) cpp_assert (pfile, TXT) argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/ |
H A D | loongarch-c.cc | 31 #define builtin_define(TXT) cpp_define (pfile, TXT) argument 32 #define builtin_assert(TXT) cpp_assert (pfile, TXT) argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/ |
H A D | arc-c.c | 33 #define builtin_define(TXT) cpp_define (pfile, TXT) argument 34 #define builtin_assert(TXT) cpp_assert (pfile, TXT) argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/ |
H A D | arc-c.cc | 33 #define builtin_define(TXT) cpp_define (pfile, TXT) argument 34 #define builtin_assert(TXT) cpp_assert (pfile, TXT) argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/ |
H A D | sh-c.cc | 74 #define builtin_define(TXT) cpp_define (pfile, TXT) argument 75 #define builtin_assert(TXT) cpp_assert (pfile, TXT) argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/ |
H A D | sh-c.c | 74 #define builtin_define(TXT) cpp_define (pfile, TXT) argument 75 #define builtin_assert(TXT) cpp_assert (pfile, TXT) argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/riscv/ |
H A D | riscv-c.c | 30 #define builtin_define(TXT) cpp_define (pfile, TXT) argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | aarch64-c.c | 37 #define builtin_define(TXT) cpp_define (pfile, TXT) argument 38 #define builtin_assert(TXT) cpp_assert (pfile, TXT) argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64-c.cc | 37 #define builtin_define(TXT) cpp_define (pfile, TXT) argument 38 #define builtin_assert(TXT) cpp_assert (pfile, TXT) argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ |
H A D | glibc-d.c | 34 #define builtin_version(TXT) d_add_builtin_version (TXT) in glibc_d_os_builtins() argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | arm-c.c | 164 #define builtin_define(TXT) cpp_define (pfile, TXT) argument 165 #define builtin_assert(TXT) cpp_assert (pfile, TXT) argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/ |
H A D | riscv-c.cc | 32 #define builtin_define(TXT) cpp_define (pfile, TXT) argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | arm-c.cc | 183 #define builtin_define(TXT) cpp_define (pfile, TXT) argument 184 #define builtin_assert(TXT) cpp_assert (pfile, TXT) argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ |
H A D | glibc-d.cc | 33 #define builtin_version(TXT) d_add_builtin_version (TXT) in glibc_d_os_builtins() argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | winnt-d.cc | 35 #define builtin_version(TXT) d_add_builtin_version (TXT) in winnt_d_os_builtins() argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | cpp.cc | 185 # define builtin_define(TXT) cpp_define (pfile, TXT) in cpp_define_builtins() argument 186 # define builtin_define_std(TXT) in cpp_define_builtins() argument 187 # define builtin_assert(TXT) cpp_assert (pfile, TXT) in cpp_define_builtins() argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | cpp.c | 181 # define builtin_define(TXT) cpp_define (pfile, TXT) in cpp_define_builtins() argument 182 # define builtin_define_std(TXT) in cpp_define_builtins() argument 183 # define builtin_assert(TXT) cpp_assert (pfile, TXT) in cpp_define_builtins() argument
|
/netbsd-src/external/bsd/unbound/dist/util/data/ |
H A D | msgreply.h | 556 #define EDNS_OPT_LIST_APPEND_EDE(LIST, REGION, CODE, TXT) \ argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | rs6000-c.c | 86 #define builtin_define(TXT) cpp_define (pfile, TXT) argument 87 #define builtin_assert(TXT) cpp_assert (pfile, TXT) argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-cppbuiltin.cc | 1600 # define builtin_define(TXT) cpp_define (pfile, TXT) in c_cpp_builtins() argument 1601 # define builtin_assert(TXT) cpp_assert (pfile, TXT) in c_cpp_builtins() argument
|