Searched refs:TX (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/compat/
H A Dstruct-layout-1_main.c5 #define TX(n, type, attrs, fields, ops) extern void test##n (void); macro
7 #undef TX macro
11 #define TX(n, type, attrs, fields, ops) test##n (); macro
13 #undef TX macro
H A Dstruct-layout-1_x2.h4 #undef TX macro
10 #define TX(n, type, attrs, fields, ops) \ macro
H A Dstruct-layout-1_y2.h4 #undef TX macro
17 #define TX(n, type, attrs, fields, ops) \ macro
H A Dstruct-layout-1_x1.h38 #define TX(n, type, attrs, fields, ops) \ macro
H A Dstruct-layout-1_y1.h40 #define TX(n, type, attrs, fields, ops) \ macro
H A Dstruct-layout-1.h777 #define T(n, fields, ops) TX(n, struct, , fields, ({ ops });)
778 #define U(n, fields, ops) TX(n, union, , fields, ({ ops });)
784 #define TXCI(n, type, attrs, fields, ops) TX(n, type, attrs, fields, ({ ops });)
785 #define TCI(n, fields, ops) TX(n, struct, , fields, ({ ops });)
786 #define UCI(n, fields, ops) TX(n, union, , fields, ({ ops });)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/compat/
H A Dstruct-layout-1_x2.h4 #undef TX macro
10 #define TX(n, type, attrs, fields, ops) \ macro
H A Dstruct-layout-1_y2.h4 #undef TX macro
17 #define TX(n, type, attrs, fields, ops) \ macro
H A Dstruct-layout-1_x1.h38 #define TX(n, type, attrs, fields, ops) \ macro
H A Dstruct-layout-1_y1.h40 #define TX(n, type, attrs, fields, ops) \ macro
H A Dstruct-layout-1.h501 #define T(n, fields, ops) TX(n, struct, , fields, ({ ops });)
502 #define U(n, fields, ops) TX(n, union, , fields, ({ ops });)
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/gnu-encoding/
H A Dstruct-layout-1_test.h3 #define TX(n, type, attrs, fields, ops) \ macro
H A Dstruct-layout-1.h694 #define T(n, fields, ops) TX(n, struct, , fields, ({ ops });)
695 #define U(n, fields, ops) TX(n, union, , fields, ({ ops });)
701 #define TXCI(n, type, attrs, fields, ops) TX(n, type, attrs, fields, ({ ops });)
702 #define TCI(n, fields, ops) TX(n, struct, , fields, ({ ops });)
703 #define UCI(n, fields, ops) TX(n, union, , fields, ({ ops });)

Completed in 63 milliseconds