Home
last modified time | relevance | path

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

/dports/devel/cdecl/cdecl-cdecl-11.9/src/
H A Dc_type.h358 #define TB_ANY_INTEGRAL ( TB_BOOL | TB_ANY_CHAR | TB_INT \ macro
H A Dparser.y2094 if ( !c_ast_is_builtin_any( $1, TB_ANY_INTEGRAL ) ) {
6559 if ( $2 != 0 && (ok = c_ast_is_builtin_any( $$, TB_ANY_INTEGRAL )) )
H A Dcheck.c717 if ( !c_ast_is_builtin_any( of_ast, TB_ANY_INTEGRAL ) ) { in c_ast_check_ecsu()