Searched defs:CONCAT4 (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/include/
H A Dsymcat.h25 #define CONCAT4(a,b,c,d) a##b##c##d macro
34 #define CONCAT4(a,b,c,d) a/**/b/**/c/**/d macro
/freebsd-11-stable/contrib/gdb/include/
H A Dsymcat.h25 #define CONCAT4(a,b,c,d) a##b##c##d macro
34 #define CONCAT4(a,b,c,d) a/**/b/**/c/**/d macro
/freebsd-11-stable/contrib/binutils/include/
H A Dsymcat.h25 #define CONCAT4(a,b,c,d) a##b##c##d macro
34 #define CONCAT4(a,b,c,d) a/**/b/**/c/**/d macro
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfd-in.h41 #undef CONCAT4 macro
42 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d)) macro
H A Dbfd-in2.h48 #undef CONCAT4 macro
49 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d)) macro
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h50 #undef CONCAT4 macro
51 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d)) macro

Completed in 147 milliseconds