Lines Matching refs:VT_VOID
2528 #define VT_VOID 3 /* void type */ macro
11210 if ((type1->t & VT_BTYPE) == VT_VOID || in check_comparison_pointer_types()
11211 (type2->t & VT_BTYPE) == VT_VOID) in check_comparison_pointer_types()
11725 case VT_VOID: in type_to_str()
11826 if ((type1->t & VT_BTYPE) != VT_VOID && in gen_assign_cast()
11835 if ((type1->t & VT_BTYPE) == VT_VOID || in gen_assign_cast()
11836 (type2->t & VT_BTYPE) == VT_VOID) { in gen_assign_cast()
12336 u = VT_VOID; in parse_btype()
12515 if ((pt.t & VT_BTYPE) == VT_VOID && tok == ')') in post_type()
12518 if ((pt.t & VT_BTYPE) == VT_VOID) in post_type()
12982 s->type.t = VT_VOID; in unary()
13413 } else if (bt1 == VT_VOID || bt2 == VT_VOID) { in expr_eq()
13415 type.t = VT_VOID; in expr_eq()
13550 vtop->type.t = VT_VOID; in block()
14577 func_vt.t = VT_VOID; /* for safety */ in gen_function()
14876 sym = sym_push(p, mk_pointer(VT_VOID), FUNC_CDECL, FUNC_NEW); in tcc_compile()
17142 sym->type.t = VT_STATIC | VT_VOID; in asm_expr_unary()
17189 sym->type.t = VT_VOID; in asm_expr_unary()
17358 sym->type.t = VT_STATIC | VT_VOID; in asm_new_label1()
17570 sym->type.t = VT_VOID; in asm_parse_directive()