Searched refs:prototype_p (Results 1 – 25 of 33) sorted by relevance
12
227 if (prototype_p (prevailing_type) && prototype_p (type) in warn_type_compatibility_p()
409 gcc_assert (prototype_p (type) in handle_nonnull_attribute()493 gcc_assert (!prototype_p (*node) || stdarg_p (*node)); in handle_type_generic_attribute()
3292 Use prototype_p.
244 if (!prototype_p (outer_type)) in useless_type_conversion_p()
1479 || (prototype_p (altype) in maybe_diag_incompatible_alias()1480 && prototype_p (targtype) in maybe_diag_incompatible_alias()
1141 if (prototype_p (t1) && prototype_p (t2)) in warn_types_mismatch()1383 || !prototype_p (t1) || !prototype_p (t2)) in odr_types_equivalent_p()
528 if (prototype_p (old_type)) in build_new_function_type()569 if (prototype_p (orig_type) in adjust_decl()
1039 if (prototype_p (type)) in go_format_type()
3278 if (!prototype_p (fntype)) in fntype_argno_type()
5267 extern bool prototype_p (const_tree);
21885 if (prototype_p (func_type)) in add_prototyped_attribute()24020 if (prototype_p (TREE_TYPE (decl))) in gen_subprogram_die()24030 && prototype_p (TREE_TYPE (decl)) in gen_subprogram_die()
11591 prototype_p (const_tree fntype) in prototype_p() function
590 (CUM).nargs_prototype = (FNTYPE && prototype_p (FNTYPE) \
1124 int prototype_p; /* nonzero if a prototype is present */ member
6710 cum->prototype_p = fntype && prototype_p (fntype); in init_cumulative_args()7447 if (cum->prototype_p || cum->libcall_p) in sparc_function_arg_1()
891 (CUM).prototype = ((FNTYPE) && prototype_p (FNTYPE)) || (LIBNAME); \
190 if (prototype_p (type)) in gen_stdcall_or_fastcall_suffix()
1150 bool prototype_p; member
11183 pcum->prototype_p = prototype_p (fntype); in sh_init_cumulative_args()11189 pcum->prototype_p = false; in sh_init_cumulative_args()
584 cum->prototype = (fntype && prototype_p (fntype)); in init_cumulative_args()2125 if ((!incoming && !prototype_p (fntype)) || stdarg_p (fntype)) in rs6000_function_parms_need_stack()
2557 if (prototype_p (TREE_TYPE (objc_setjmp_decl))) in next_sjlj_build_enter_and_setjmp()
1624 * objc-act.c (next_sjlj_build_enter_and_setjmp): Use prototype_p.
1041 if (!prototype_p (f2) && DECL_EXTERN_C_P (olddecl) in decls_match()1964 && !prototype_p (TREE_TYPE (olddecl)) in duplicate_decls()1965 && prototype_p (TREE_TYPE (newdecl))) in duplicate_decls()
26 * decl.c (decls_match, duplicate_decls): Use prototype_p.
5841 cum->prototype = (fntype && prototype_p (fntype)); in mips_init_cumulative_args()