Home
last modified time | relevance | path

Searched refs:c_tid_add (Results 1 – 3 of 3) sorted by relevance

/dports/devel/cdecl/cdecl-cdecl-11.9/src/
H A Dc_type.c946 return c_tid_add( &dst_type->btids, new_type->btids, new_loc ) && in c_type_add()
947 c_tid_add( &dst_type->stids, new_type->stids, new_loc ) && in c_type_add()
948 c_tid_add( &dst_type->atids, new_type->atids, new_loc ); in c_type_add()
954 return c_tid_add( dst_tids, new_tids, new_loc ); in c_type_add_tid()
1062 bool c_tid_add( c_tid_t *dst_tids, c_tid_t new_tids, c_loc_t const *new_loc ) { in c_tid_add() function
H A Dc_type.h543 bool c_tid_add( c_tid_t *dst_tids, c_tid_t new_tids, c_loc_t const *new_loc );
H A Dparser.y150 if ( !c_tid_add( (DST_TID), (NEW_TID), &(NEW_LOC) ) ) PARSE_ABORT(); )