Home
last modified time | relevance | path

Searched refs:TB_ENUM (Results 1 – 7 of 7) sorted by relevance

/dports/devel/cdecl/cdecl-cdecl-11.9/src/
H A Dc_type.c352 { TB_ENUM, LANG_MIN(C_89), L_ENUMERATION,
900 TB_ENUM, in c_type_name_impl()
1136 switch ( btids & (TB_ANY_SCOPE | TB_ENUM) ) { in c_tid_scope_order()
1146 case TB_ENUM: in c_tid_scope_order()
1147 case TB_ENUM | TB_CLASS: in c_tid_scope_order()
H A Dset_options.c152 if ( (opt_explicit_ecsu & TB_ENUM) != TB_NONE ) in print_options()
H A Dc_type.h255 #define TB_ENUM 0x0000000000400001ull /**< `enum` */ macro
H A Doptions.c749 btids |= TB_ENUM; in parse_explicit_ecsu()
H A Dc_keyword.c127 { L_ENUM, Y_ENUM, KC__, TB_ENUM,
H A Dgibberish.c279 if ( c_type_is_tid_any( &type, TB_ENUM ) ) { in g_print_ast()
H A Dcheck.c697 if ( c_type_is_tid_any( &ast->type, TB_ENUM ) ) { in c_ast_check_ecsu()
2621 if ( c_type_is_tid_any( tdef_type, TB_ANY_SCOPE | TB_ENUM ) && in c_sname_check()