Home
last modified time | relevance | path

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

/dports/devel/cdecl/cdecl-cdecl-11.9/src/
H A Dc_ast_util.c497 return c_type_is_any( &ast->type, type ); in c_ast_vistor_type_any()
574 return c_type_is_any( &masked_type, type ); in c_ast_is_ptr_to_type_any()
610 return c_type_is_any( &ast_cv_type, type ) ? ast : NULL; in c_ast_is_ref_to_type_any()
H A Dc_type.h783 bool c_type_is_any( c_type_t const *i_type, c_type_t const *j_type );
H A Dc_type.c1166 bool c_type_is_any( c_type_t const *i_type, c_type_t const *j_type ) { in c_type_is_any() function
/dports/devel/cdecl/cdecl-cdecl-11.9/
H A DChangeLog1642 * c_type.c, c_type.h: Changed semantics of c_type_is_any() to check only
1648 * c_type.c: Simplified c_type_is_any().
2400 * c_ast_util.c, c_type.c, c_type.h: s/c_type_intersects()/c_type_is_any()/