Home
last modified time | relevance | path

Searched refs:c_type_add (Results 1 – 4 of 4) sorted by relevance

/dports/devel/cdecl/cdecl-cdecl-11.9/src/
H A Dc_type.h670 bool c_type_add( c_type_t *dst_type, c_type_t const *new_type,
H A Dc_type.c941 bool c_type_add( c_type_t *dst_type, c_type_t const *new_type, in c_type_add() function
H A Dparser.y124 if ( !c_type_add( (DST_TYPE), (NEW_TYPE), &(NEW_LOC) ) ) PARSE_ABORT(); )
2188 if ( !c_type_add( &$5->type, &T_TS_TYPEDEF, &@4 ) ||
/dports/devel/cdecl/cdecl-cdecl-11.9/
H A DChangeLog8054 * types.c, types.h: c_type_add() now returns bool.