Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcclibs/include/
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-12-stable/contrib/binutils/include/
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-12-stable/contrib/gdb/include/
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-12-stable/contrib/binutils/bfd/
Dbfd-in.h42 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d)) macro
Dbfd-in2.h49 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d)) macro
/freebsd-12-stable/gnu/usr.bin/binutils/libbfd/
Dbfd.h51 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d)) macro