Home
last modified time | relevance | path

Searched refs:CONCAT2 (Results 1 – 15 of 15) sorted by relevance

/dragonfly/contrib/gcc-4.7/include/
H A Dsymcat.h23 #define CONCAT2(a,b) a##b macro
34 #define CONCAT2(a,b) a/**/b macro
42 #define XCONCAT2(a,b) CONCAT2(a,b)
/dragonfly/contrib/binutils-2.27/include/
H A Dsymcat.h23 #define CONCAT2(a,b) a##b macro
34 #define CONCAT2(a,b) a/**/b macro
42 #define XCONCAT2(a,b) CONCAT2(a,b)
/dragonfly/contrib/binutils-2.34/include/
H A Dsymcat.h23 #define CONCAT2(a,b) a##b macro
34 #define CONCAT2(a,b) a/**/b macro
42 #define XCONCAT2(a,b) CONCAT2(a,b)
/dragonfly/contrib/gdb-7/include/
H A Dsymcat.h23 #define CONCAT2(a,b) a##b macro
34 #define CONCAT2(a,b) a/**/b macro
42 #define XCONCAT2(a,b) CONCAT2(a,b)
/dragonfly/contrib/byacc/
H A Ddefs.h24 #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)
/dragonfly/contrib/binutils-2.34/bfd/
H A Dlibaout.h64 #define JNAME(x) CONCAT2 (x,_64)
76 #define JNAME(x) CONCAT2 (x,_16)
87 #define JNAME(x) CONCAT2 (x,_32)
H A Dbfd-in2.h57 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d))
/dragonfly/contrib/binutils-2.27/bfd/
H A Dlibaout.h64 #define JNAME(x) CONCAT2 (x,_64)
76 #define JNAME(x) CONCAT2 (x,_16)
87 #define JNAME(x) CONCAT2 (x,_32)
H A Dbfd-in2.h54 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d))
/dragonfly/contrib/gdb-7/bfd/
H A Dlibaout.h66 #define JNAME(x) CONCAT2 (x,_64)
78 #define JNAME(x) CONCAT2 (x,_16)
89 #define JNAME(x) CONCAT2 (x,_32)
H A Dbfd-in.h49 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d))
H A Dbfd-in2.h56 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d))
/dragonfly/contrib/gcc-4.7/libgcc/
H A Dlibgcc2.c1832 #define CONCAT2(A,B) _CONCAT2(A,B) macro
1845 #define INFINITY CONCAT2(__builtin_huge_val, CEXT) ()
1849 #define COPYSIGN CONCAT2(__builtin_copysign, CEXT)
1850 #define FABS CONCAT2(__builtin_fabs, CEXT)
/dragonfly/contrib/gcc-8.0/libgcc/
H A Dlibgcc2.c1939 #define CONCAT2(A,B) _CONCAT2(A,B) macro
1952 #define INFINITY CONCAT2(__builtin_huge_val, CEXT) ()
1956 #define COPYSIGN CONCAT2(__builtin_copysign, CEXT)
1957 #define FABS CONCAT2(__builtin_fabs, CEXT)
/dragonfly/contrib/gdb-7/gdb/
H A Dcp-name-parser.y2163 CONCAT2 (fr,ee) (ptr); in xfree()