Searched refs:FTYPE (Results 1 – 4 of 4) sorted by relevance
1 typedef void (FTYPE) (); typedef3 FTYPE f; /* ok */8 (FTYPE) f; /* ERROR - casting to function type */ in test_0()
66 #define FTYPE(x) .type x,@function macro70 .align 4; .proc 1; FTYPE(name); name:
1429 # define FTYPE DFtype in FUNC()1432 # define FTYPE XFtype in FUNC()1435 # define FTYPE TFtype in FUNC()1459 FTYPE f = (Wtype) (u >> W_TYPE_SIZE); in FUNC()1541 # define FTYPE DFtype in FUNC()1544 # define FTYPE XFtype in FUNC()1547 # define FTYPE TFtype in FUNC()1570 FTYPE f = (UWtype) (u >> W_TYPE_SIZE); in FUNC()
1639 #define PUSH_FIELD(RTYPE, FIELD, NAME, FTYPE) \ argument1640 { tree tmp_field = build_decl (FIELD_DECL, get_identifier(NAME), FTYPE); \