Searched defs:CONCAT2 (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/include/ |
H A D | symcat.h | 23 #define CONCAT2(a,b) a##b macro 34 #define CONCAT2(a,b) a/**/b macro
|
/dflybsd-src/contrib/gdb-7/include/ |
H A D | symcat.h | 23 #define CONCAT2(a,b) a##b macro 34 #define CONCAT2(a,b) a/**/b macro
|
/dflybsd-src/contrib/binutils-2.27/include/ |
H A D | symcat.h | 23 #define CONCAT2(a,b) a##b macro 34 #define CONCAT2(a,b) a/**/b macro
|
/dflybsd-src/contrib/binutils-2.34/include/ |
H A D | symcat.h | 23 #define CONCAT2(a,b) a##b macro 34 #define CONCAT2(a,b) a/**/b macro
|
/dflybsd-src/contrib/byacc/ |
H A D | defs.h | 24 #define CONCAT2(first,second) #first "." #second macro
|
/dflybsd-src/contrib/gcc-4.7/libgcc/ |
H A D | libgcc2.c | 1832 #define CONCAT2(A,B) _CONCAT2(A,B) macro
|
/dflybsd-src/contrib/gcc-8.0/libgcc/ |
H A D | libgcc2.c | 1939 #define CONCAT2(A,B) _CONCAT2(A,B) macro
|