Searched refs:VT_FUNC (Results 1 – 1 of 1) sorted by relevance
2531 #define VT_FUNC 6 /* function type */ macro6922 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()[all …]