| /freebsd-12-stable/contrib/gcclibs/include/ |
| D | symcat.h | 23 #define CONCAT2(a,b) a##b macro 32 #define CONCAT2(a,b) a/**/b macro 38 #define XCONCAT2(a,b) CONCAT2(a,b)
|
| /freebsd-12-stable/contrib/binutils/include/ |
| D | symcat.h | 23 #define CONCAT2(a,b) a##b macro 32 #define CONCAT2(a,b) a/**/b macro 38 #define XCONCAT2(a,b) CONCAT2(a,b)
|
| /freebsd-12-stable/contrib/gdb/include/ |
| D | symcat.h | 23 #define CONCAT2(a,b) a##b macro 32 #define CONCAT2(a,b) a/**/b macro 38 #define XCONCAT2(a,b) CONCAT2(a,b)
|
| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | demo64.c | 27 #define MY(OP) CONCAT2 (demo_64_,OP)
|
| D | sparcnetbsd.c | 33 #define MY(OP) CONCAT2 (sparcnetbsd_,OP)
|
| D | aout-sparcle.c | 26 #define MY(OP) CONCAT2 (sparcle_aout_,OP)
|
| D | aout0.c | 27 #define MY(OP) CONCAT2 (aout0_big_,OP)
|
| D | armnetbsd.c | 34 #define MY(OP) CONCAT2 (armnetbsd_, OP)
|
| D | i386netbsd.c | 33 #define MY(OP) CONCAT2 (i386netbsd_,OP)
|
| D | i386freebsd.c | 32 #define MY(OP) CONCAT2 (i386freebsd_,OP)
|
| D | i386bsd.c | 42 #define MY(OP) CONCAT2 (i386bsd_,OP)
|
| D | host-aout.c | 84 #define MY(OP) CONCAT2 (host_aout_,OP)
|
| D | i386aout.c | 38 #define MY(OP) CONCAT2 (i386aout_,OP)
|
| D | libaout.h | 65 #define JNAME(x) CONCAT2 (x,_64) 77 #define JNAME(x) CONCAT2 (x,_16) 88 #define JNAME(x) CONCAT2 (x,_32)
|
| D | bfd-in.h | 42 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d))
|
| D | mipsbsd.c | 41 #define MY(OP) CONCAT2 (mipsbsd_,OP)
|
| D | aout-arm.c | 46 #define MY(OP) CONCAT2 (aoutarm_,OP)
|
| D | sparclinux.c | 42 #define MY(OP) CONCAT2 (sparclinux_,OP)
|
| D | i386linux.c | 42 #define MY(OP) CONCAT2 (i386linux_,OP)
|
| /freebsd-12-stable/contrib/byacc/ |
| D | defs.h | 24 #define CONCAT2(first,second) #first "." #second macro 27 #define VSTRING(a,b) CONCAT2(a,b) CONCAT1(" ",YYPATCH) 29 #define VSTRING(a,b) CONCAT2(a,b)
|
| /freebsd-12-stable/contrib/binutils/opcodes/ |
| D | cr16-opc.c | 469 #define REG_R(N) REG(CONCAT2(r,N), N, CR16_R_REGTYPE) 486 #define REG_RP(M,N) REGP((CONCAT2(r,M),CONCAT2(r,N)), CONCAT2(r,N), N, CR16_RP_REGTYPE)
|
| /freebsd-12-stable/contrib/cortex-strings/src/thumb/ |
| D | aeabi_idiv.S | 37 #define CONCAT1(a, b) CONCAT2(a, b) 38 #define CONCAT2(a, b) a ## b macro
|
| /freebsd-12-stable/contrib/gcc/ |
| D | libgcc2.c | 1784 #define CONCAT2(A,B) _CONCAT2(A,B) macro 1797 #define INFINITY CONCAT2(__builtin_inf, CEXT) () 1801 #define COPYSIGN CONCAT2(__builtin_copysign, CEXT) 1802 #define FABS CONCAT2(__builtin_fabs, CEXT)
|
| /freebsd-12-stable/contrib/gcc/config/arm/ |
| D | lib1funcs.asm | 40 #define CONCAT1(a, b) CONCAT2(a, b) 41 #define CONCAT2(a, b) a ## b macro
|
| /freebsd-12-stable/gnu/usr.bin/binutils/libbfd/ |
| D | bfd.h | 51 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d))
|