Searched refs:fun_like (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dcmdlne-C.c15 #define fun_like(/**/x/**/,/**/y/**/)/**/ macro
18 #if !defined simple || !defined obj_like || !defined fun_like
26 /* Check obj_like doesn't expect arguments, and fun_like does. */
28 fun_like (foo, bar)
30 /* Check OK to redefine fun_like without comments in the params. */
31 #define fun_like(x, y)/**/ macro
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/
H A Dcmdlne-C.c15 #define fun_like(/**/x/**/,/**/y/**/)/**/ macro
18 #if !defined simple || !defined obj_like || !defined fun_like
26 /* Check obj_like doesn't expect arguments, and fun_like does. */
28 fun_like (foo, bar)
30 /* Check OK to redefine fun_like without comments in the params. */
31 #define fun_like(x, y)/**/ macro
/openbsd-current/gnu/gcc/libcpp/include/
H A Dcpp-id-data.h65 unsigned int fun_like : 1;
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dcppmacro.c760 if (macro->fun_like)
1269 || macro1->fun_like != macro2->fun_like
1468 macro->fun_like = 1;
1474 if (macro->fun_like)
1486 if (macro->count > 1 && token[-1].type == CPP_HASH && macro->fun_like)
1561 macro->fun_like = 0;
1688 if (macro->fun_like)
1727 if (macro->fun_like)
H A Dcpptrad.c585 && node->value.macro->fun_like)
825 if (recursing && node->value.macro->fun_like)
857 if (macro->fun_like && (macro->paramc != 0))
887 if (macro->fun_like && (macro->paramc != 0))
1104 macro->fun_like = 1;
H A Dcpphash.h96 unsigned int fun_like : 1; member in struct:cpp_macro
/openbsd-current/gnu/gcc/libcpp/
H A Dmacro.c746 if (macro->fun_like)
1236 || macro1->fun_like != macro2->fun_like
1449 macro->fun_like = 1;
1486 if (macro->fun_like)
1498 if (macro->count > 1 && token[-1].type == CPP_HASH && macro->fun_like)
1585 macro->fun_like = 0;
1713 if (macro->fun_like)
1757 if (macro->fun_like)
H A Dtraditional.c486 && node->value.macro->fun_like)
727 if (recursing && node->value.macro->fun_like)
758 if (macro->fun_like && (macro->paramc != 0))
786 if (macro->fun_like && (macro->paramc != 0))
1003 macro->fun_like = 1;

Completed in 216 milliseconds