Home
last modified time | relevance | path

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

/dports/devel/radare2/radare2-5.1.1/shlr/tcc/
H A Dtccgen.c102 return (t->t & VT_BTYPE) == VT_ENUM; in is_enum()
259 case VT_ENUM: eprintf ("[ENUM]\n"); in dump_type()
560 } else if (bt == VT_ENUM) { in type_size()
754 case VT_ENUM: in type_to_str()
1122 bt != VT_ENUM && in struct_decl()
1363 struct_decl (&type1, VT_ENUM, (bool)(t & VT_ENUM)); in parse_btype()
H A Dtcc.h563 #define VT_ENUM 5 /* enum definition */ macro
/dports/devel/upp/upp/bazaar/plugin/tcc/
H A Dil-gen.c178 case VT_ENUM: in il_type_to_str()
H A Dtcc.c562 #define VT_ENUM 5 /* enum definition */ macro
6156 } else if (bt == VT_INT || bt == VT_ENUM || bt == VT_FLOAT) { in type_size()
6317 case VT_ENUM: in type_to_str()
6817 bt != VT_ENUM) in struct_decl()
6969 struct_decl(&type1, VT_ENUM); in parse_btype()
9161 if (((btype.t & VT_BTYPE) == VT_ENUM || in func_decl_list()
9312 if (((btype.t & VT_BTYPE) == VT_ENUM || in decl()
H A Dtcc-doc.texi907 #define VT_ENUM 5 /* enum definition */
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/perf/
H A Dtinycc.c2530 #define VT_ENUM 5 /* enum definition */ macro
11622 } else if (bt == VT_INT || bt == VT_ENUM || bt == VT_FLOAT) { in type_size()
11757 case VT_ENUM: in type_to_str()
12231 bt != VT_ENUM) in struct_decl()
12372 struct_decl(&type1, VT_ENUM); in parse_btype()
14512 if (((btype.t & VT_BTYPE) == VT_ENUM || in func_decl_list()
14657 if (((btype.t & VT_BTYPE) == VT_ENUM || in decl()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/perf/
H A Dtinycc.c2530 #define VT_ENUM 5 /* enum definition */ macro
11622 } else if (bt == VT_INT || bt == VT_ENUM || bt == VT_FLOAT) { in type_size()
11757 case VT_ENUM: in type_to_str()
12231 bt != VT_ENUM) in struct_decl()
12372 struct_decl(&type1, VT_ENUM); in parse_btype()
14512 if (((btype.t & VT_BTYPE) == VT_ENUM || in func_decl_list()
14657 if (((btype.t & VT_BTYPE) == VT_ENUM || in decl()