Searched refs:XCONCAT2 (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/include/
H A Dsymcat.h38 #define XCONCAT2(a,b) CONCAT2(a,b) macro
/freebsd-11-stable/contrib/gdb/include/
H A Dsymcat.h38 #define XCONCAT2(a,b) CONCAT2(a,b) macro
/freebsd-11-stable/contrib/binutils/include/
H A Dsymcat.h38 #define XCONCAT2(a,b) CONCAT2(a,b) macro
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfd-in.h38 want extra underscores (e.g., "nlm_32_"). The XCONCAT2 macro will
42 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d))
H A Dbfd-in2.h45 want extra underscores (e.g., "nlm_32_"). The XCONCAT2 macro will
49 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d))
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h47 want extra underscores (e.g., "nlm_32_"). The XCONCAT2 macro will
51 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d))

Completed in 362 milliseconds