Lines Matching refs:VT_STRUCT
2532 #define VT_STRUCT 7 /* struct/union definition */ macro
5882 if ((vtop->type.t & VT_BTYPE) == VT_STRUCT) { in gfunc_call()
5978 if ((func_vt.t & VT_BTYPE) == VT_STRUCT) { in gfunc_prolog()
5991 if ((type->t & VT_BTYPE) == VT_STRUCT) { in gfunc_prolog()
11599 if (bt == VT_STRUCT) { in type_size()
11694 } else if (bt1 == VT_STRUCT) { in is_compatible_types()
11758 case VT_STRUCT: in type_to_str()
11759 if (bt == VT_STRUCT) in type_to_str()
11861 case VT_STRUCT: in gen_assign_cast()
11900 if (sbt == VT_STRUCT) { in vstore()
12379 struct_decl(&type1, VT_STRUCT); in parse_btype()
13042 if ((vtop->type.t & VT_BTYPE) != VT_STRUCT) in unary()
13098 if ((s->type.t & VT_BTYPE) == VT_STRUCT) { in unary()
13410 } else if (bt1 == VT_STRUCT || bt2 == VT_STRUCT) { in expr_eq()
13623 if ((func_vt.t & VT_BTYPE) == VT_STRUCT) { in block()
13892 if ((type->t & VT_BTYPE) != VT_STRUCT) in decl_designator()
14176 } else if ((type->t & VT_BTYPE) == VT_STRUCT && in decl_initializer()
14513 (btype.t & VT_BTYPE) == VT_STRUCT) && in func_decl_list()
14658 (btype.t & VT_BTYPE) == VT_STRUCT) && in decl()