Lines Matching refs:VT_FUNC
2531 #define VT_FUNC 6 /* function type */ macro
6922 if ((sym->type.t & VT_BTYPE) == VT_FUNC) in put_extern_sym2()
11201 } else if (bt1 != VT_FUNC) in check_comparison_pointer_types()
11206 } else if (bt2 != VT_FUNC) { in check_comparison_pointer_types()
11696 } else if (bt1 == VT_FUNC) { in is_compatible_types()
11770 case VT_FUNC: in type_to_str()
11825 if (sbt == VT_FUNC) { in gen_assign_cast()
11856 if (sbt == VT_PTR || sbt == VT_FUNC) { in gen_assign_cast()
12198 if ((type1.t & VT_BTYPE) == VT_FUNC || in struct_decl()
12485 if ((pt->t & VT_BTYPE) == VT_FUNC) { in convert_parameter_type()
12551 type->t = t1 | VT_FUNC; in post_type()
12874 if ((vtop->type.t & VT_BTYPE) != VT_FUNC && in unary()
13008 (VT_STATIC | VT_INLINE | VT_FUNC)) { in unary()
13079 if ((vtop->type.t & VT_BTYPE) != VT_FUNC) { in unary()
13083 if ((vtop->type.t & VT_BTYPE) != VT_FUNC) in unary()
14592 if (((type->t & VT_BTYPE) == VT_FUNC) && in gen_inline_functions()
14619 if (((type->t & VT_BTYPE) == VT_FUNC) && in gen_inline_functions()
14674 if ((type.t & VT_BTYPE) == VT_FUNC) { in decl()
14685 if (!(type.t & VT_FUNC)) in decl()
14700 if ((sym->type.t & VT_BTYPE) != VT_FUNC) in decl()
14770 } else if ((type.t & VT_BTYPE) == VT_FUNC) { in decl()
14867 func_old_type.t = VT_FUNC; in tcc_compile()
14880 sym_push(TOK_alloca, VT_FUNC | (p << VT_STRUCT_SHIFT), VT_CONST, 0); in tcc_compile()