/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | builtin-attrs.def | 70 DEF_ATTR_TREE_LIST (CONCAT4 (ATTR_LIST_,VALUE1,_,VALUE2), ATTR_NULL, \ 121 DEF_ATTR_TREE_LIST (CONCAT4 (ATTR_,TYPE,_,VALUES), ATTR_NULL, \ 123 DEF_ATTR_TREE_LIST (CONCAT4 (ATTR_FORMAT_,TYPE,_,VALUES), ATTR_FORMAT, \ 124 CONCAT4 (ATTR_,TYPE,_,VALUES), CONCAT2 (ATTR_NONNULL_,FA)) 151 DEF_ATTR_TREE_LIST (CONCAT4 (ATTR_,TYPE,_,VALUES), ATTR_NULL, \ 156 DEF_ATTR_TREE_LIST (CONCAT4 (ATTR_NOTHROW_BOUNDED_,TYPE,_,VALUES), ATTR_BOUNDED, \ 157 CONCAT4 (ATTR_,TYPE,_,VALUES), ATTR_NOTHROW_LIST) 160 DEF_ATTR_TREE_LIST (CONCAT4(ATTR_NOTHROW_BOUNDED_BUFFER_,VAL1,_,VAL2),ATTR_BOUNDED,\ 165 DEF_ATTR_TREE_LIST (CONCAT4 (PREPEND,TYPE,_,VALUES), \ 166 ATTR_BOUNDED, CONCAT4 (ATTR_,TYPE,_,VALUES), \
|
H A D | README.Portability | 191 CONCAT2(a,b) CONCAT3(a,b,c) and CONCAT4(a,b,c,d)
|
/openbsd/gnu/usr.bin/binutils/include/ |
H A D | symcat.h | 25 #define CONCAT4(a,b,c,d) a##b##c##d macro 34 #define CONCAT4(a,b,c,d) a/**/b/**/c/**/d macro 40 #define XCONCAT4(a,b,c,d) CONCAT4(a,b,c,d)
|
/openbsd/gnu/gcc/include/ |
H A D | symcat.h | 25 #define CONCAT4(a,b,c,d) a##b##c##d macro 34 #define CONCAT4(a,b,c,d) a/**/b/**/c/**/d macro 40 #define XCONCAT4(a,b,c,d) CONCAT4(a,b,c,d)
|
/openbsd/gnu/usr.bin/binutils-2.17/include/ |
H A D | symcat.h | 25 #define CONCAT4(a,b,c,d) a##b##c##d macro 34 #define CONCAT4(a,b,c,d) a/**/b/**/c/**/d macro 40 #define XCONCAT4(a,b,c,d) CONCAT4(a,b,c,d)
|
/openbsd/gnu/lib/libiberty/include/ |
H A D | symcat.h | 25 #define CONCAT4(a,b,c,d) a##b##c##d macro 34 #define CONCAT4(a,b,c,d) a/**/b/**/c/**/d macro 40 #define XCONCAT4(a,b,c,d) CONCAT4(a,b,c,d)
|
/openbsd/gnu/usr.bin/binutils/include/nlm/ |
H A D | ChangeLog | 9 why CONCAT4 can't be used.
|
/openbsd/gnu/usr.bin/binutils-2.17/include/nlm/ |
H A D | ChangeLog | 16 why CONCAT4 can't be used.
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | bfd-in.h | 42 #undef CONCAT4 43 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d)) macro
|
H A D | bfd-in2.h | 49 #undef CONCAT4 50 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d)) macro
|
H A D | elfxx-mips.c | 662 (ABI_64_P (bfd) ? CONCAT4 (pre,64,_,pos) : CONCAT4 (pre,32,_,pos)) 670 #define MNAME(bfd,pre,pos) CONCAT4 (pre,32,_,pos)
|
H A D | ChangeLog-0001 | 1631 (CONCAT4): Redefine as for old CAT4.
|
H A D | ChangeLog-0203 | 1587 (NAME): Use ## rather than CONCAT4 macro.
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | bfd-in.h | 41 #undef CONCAT4 42 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d)) macro
|
H A D | bfd-in2.h | 48 #undef CONCAT4 49 #define CONCAT4(a,b,c,d) XCONCAT2(CONCAT2(a,b),CONCAT2(c,d)) macro
|
H A D | elfxx-mips.c | 629 (ABI_64_P (bfd) ? CONCAT4 (pre,64,_,pos) : CONCAT4 (pre,32,_,pos)) 637 #define MNAME(bfd,pre,pos) CONCAT4 (pre,32,_,pos)
|
H A D | ChangeLog-0001 | 1631 (CONCAT4): Redefine as for old CAT4.
|
H A D | ChangeLog-0203 | 1587 (NAME): Use ## rather than CONCAT4 macro.
|