Home
last modified time | relevance | path

Searched refs:prototype_p (Results 1 – 25 of 33) sorted by relevance

12

/netbsd/src/external/gpl3/gcc/dist/gcc/lto/
Dlto-symtab.cc227 if (prototype_p (prevailing_type) && prototype_p (type) in warn_type_compatibility_p()
Dlto-lang.cc409 gcc_assert (prototype_p (type) in handle_nonnull_attribute()
493 gcc_assert (!prototype_p (*node) || stdarg_p (*node)); in handle_type_generic_attribute()
DChangeLog3292 Use prototype_p.
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimple-expr.cc244 if (!prototype_p (outer_type)) in useless_type_conversion_p()
Dcgraphunit.cc1479 || (prototype_p (altype) in maybe_diag_incompatible_alias()
1480 && prototype_p (targtype) in maybe_diag_incompatible_alias()
Dipa-devirt.cc1141 if (prototype_p (t1) && prototype_p (t2)) in warn_types_mismatch()
1383 || !prototype_p (t1) || !prototype_p (t2)) in odr_types_equivalent_p()
Dipa-param-manipulation.cc528 if (prototype_p (old_type)) in build_new_function_type()
569 if (prototype_p (orig_type) in adjust_decl()
Dgodump.cc1039 if (prototype_p (type)) in go_format_type()
Dgimple-ssa-warn-access.cc3278 if (!prototype_p (fntype)) in fntype_argno_type()
Dtree.h5267 extern bool prototype_p (const_tree);
Ddwarf2out.cc21885 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()
Dtree.cc11591 prototype_p (const_tree fntype) in prototype_p() function
/netbsd/src/external/gpl3/gcc/dist/gcc/config/pa/
Dpa.h590 (CUM).nargs_prototype = (FNTYPE && prototype_p (FNTYPE) \
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sparc/
Dsparc.h1124 int prototype_p; /* nonzero if a prototype is present */ member
Dsparc.cc6710 cum->prototype_p = fntype && prototype_p (fntype); in init_cumulative_args()
7447 if (cum->prototype_p || cum->libcall_p) in sparc_function_arg_1()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/ia64/
Dia64.h891 (CUM).prototype = ((FNTYPE) && prototype_p (FNTYPE)) || (LIBNAME); \
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Dwinnt.cc190 if (prototype_p (type)) in gen_stdcall_or_fastcall_suffix()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sh/
Dsh.h1150 bool prototype_p; member
Dsh.cc11183 pcum->prototype_p = prototype_p (fntype); in sh_init_cumulative_args()
11189 pcum->prototype_p = false; in sh_init_cumulative_args()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000-call.cc584 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()
/netbsd/src/external/gpl3/gcc/dist/gcc/objc/
Dobjc-next-runtime-abi-01.cc2557 if (prototype_p (TREE_TYPE (objc_setjmp_decl))) in next_sjlj_build_enter_and_setjmp()
DChangeLog1624 * objc-act.c (next_sjlj_build_enter_and_setjmp): Use prototype_p.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Ddecl.cc1041 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()
DChangeLog-201026 * decl.c (decls_match, duplicate_decls): Use prototype_p.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/
Dmips.cc5841 cum->prototype = (fntype && prototype_p (fntype)); in mips_init_cumulative_args()

12