Home
last modified time | relevance | path

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

12

/dflybsd-src/contrib/gcc-8.0/gcc/c/
H A Dc-aux-info.c162 if (prototype_p (fntype)) in gen_formal_list_for_type()
H A Dc-decl.c1684 || !((!prototype_p (oldtype) && DECL_INITIAL (olddecl) == NULL_TREE) in diagnose_arglist_conflict()
1685 || (!prototype_p (newtype) && DECL_INITIAL (newdecl) == NULL_TREE))) in diagnose_arglist_conflict()
2017 && !prototype_p (TREE_TYPE (newdecl))))) in diagnose_mismatched_decls()
2054 && !prototype_p (oldtype) && prototype_p (newtype) in diagnose_mismatched_decls()
2307 && prototype_p (TREE_TYPE (newdecl))); in merge_decls()
2309 && prototype_p (TREE_TYPE (olddecl))); in merge_decls()
4246 C_DECL_BUILTIN_PROTOTYPE (decl) = prototype_p (type); in c_builtin_function()
4272 C_DECL_BUILTIN_PROTOTYPE (decl) = prototype_p (type); in c_builtin_function_ext_scope()
4768 gen_aux_info_record (decl, 0, 0, prototype_p (TREE_TYPE (decl))); in start_decl()
8783 if (!prototype_p (TREE_TYPE (decl1))) in start_function()
[all …]
H A Dc-tree.h104 || (!prototype_p (TREE_TYPE (EXP)) \
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dc-aux-info.c166 if (prototype_p (fntype)) in gen_formal_list_for_type()
H A Dc-decl.c1518 || !((!prototype_p (oldtype) && DECL_INITIAL (olddecl) == 0) in diagnose_arglist_conflict()
1519 || (!prototype_p (newtype) && DECL_INITIAL (newdecl) == 0))) in diagnose_arglist_conflict()
1845 && !prototype_p (TREE_TYPE (newdecl))))) in diagnose_mismatched_decls()
1882 && !prototype_p (oldtype) && prototype_p (newtype) in diagnose_mismatched_decls()
2151 && prototype_p (TREE_TYPE (newdecl))); in merge_decls()
2153 && prototype_p (TREE_TYPE (olddecl))); in merge_decls()
3592 C_DECL_BUILTIN_PROTOTYPE (decl) = prototype_p (type); in c_builtin_function()
3618 C_DECL_BUILTIN_PROTOTYPE (decl) = prototype_p (type); in c_builtin_function_ext_scope()
4078 gen_aux_info_record (decl, 0, 0, prototype_p (TREE_TYPE (decl))); in start_decl()
7765 if (!prototype_p (TREE_TYPE (decl1))) in start_function()
[all …]
H A Dc-tree.h101 || (!prototype_p (TREE_TYPE (EXP)) \
H A Dgodump.c894 if (prototype_p (type)) in go_format_type()
H A Dtree-ssa.c1369 if (!prototype_p (outer_type)) in useless_type_conversion_p()
H A Dtree.c7675 if (prototype_p (new_type) in build_function_decl_skip_args()
10880 prototype_p (tree fntype) in prototype_p() function
H A Dtree.h5189 extern bool prototype_p (tree);
/dflybsd-src/contrib/gcc-8.0/gcc/lto/
H A Dlto-symtab.c234 if (prototype_p (prevailing_type) && prototype_p (type) in warn_type_compatibility_p()
H A Dlto-lang.c404 gcc_assert (prototype_p (type) in handle_nonnull_attribute()
488 gcc_assert (!prototype_p (*node) || stdarg_p (*node)); in handle_type_generic_attribute()
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-attribs.c3125 if (!prototype_p (type) in handle_nonnull_attribute()
3154 if (prototype_p (type)) in handle_nonnull_attribute()
3325 if (!prototype_p (*node)) in handle_sentinel_attribute()
3380 gcc_assert (!prototype_p (*node) || stdarg_p (*node)); in handle_type_generic_attribute()
H A Dc-format.c145 if (prototype_p (type)) in handle_format_arg_attribute()
4072 if (prototype_p (type)) in handle_format_attribute()
/dflybsd-src/contrib/gcc-4.7/gcc/lto/
H A Dlto-lang.c331 gcc_assert (prototype_p (type)); in handle_nonnull_attribute()
412 gcc_assert (!prototype_p (*node) || stdarg_p (*node)); in handle_type_generic_attribute()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgimple-expr.c241 if (!prototype_p (outer_type)) in useless_type_conversion_p()
H A Dipa-devirt.c1197 if (prototype_p (t1) && prototype_p (t2))
1465 || !prototype_p (t1) || !prototype_p (t2))
H A Dcgraphunit.c1359 || (prototype_p (altype) in maybe_diag_incompatible_alias()
1360 && prototype_p (targtype) in maybe_diag_incompatible_alias()
H A Dgodump.c1064 if (prototype_p (type)) in go_format_type()
H A Dcgraphclones.c212 if (prototype_p (new_type) in build_function_decl_skip_args()
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc-format.c131 if (prototype_p (type)) in handle_format_arg_attribute()
2987 if (prototype_p (type)) in handle_format_attribute()
H A Dc-common.c7760 if (!prototype_p (type)) in handle_nonnull_attribute()
7782 if (prototype_p (type)) in handle_nonnull_attribute()
8046 if (!prototype_p (*node)) in handle_sentinel_attribute()
8097 gcc_assert (!prototype_p (*node) || stdarg_p (*node)); in handle_type_generic_attribute()
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Ddecl.c993 if (!prototype_p (f2) && DECL_EXTERN_C_P (olddecl) in decls_match()
1006 else if (!prototype_p (f1) in decls_match()
1568 && !prototype_p (TREE_TYPE (olddecl)) in duplicate_decls()
1569 && prototype_p (TREE_TYPE (newdecl))) in duplicate_decls()
/dflybsd-src/contrib/gcc-4.7/gcc/objc/
H A Dobjc-next-runtime-abi-01.c2556 if (prototype_p (TREE_TYPE (objc_setjmp_decl))) in next_sjlj_build_enter_and_setjmp()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Ddecl.c1047 if (!prototype_p (f2) && DECL_EXTERN_C_P (olddecl) in decls_match()
1060 else if (!prototype_p (f1) in decls_match()
1848 && !prototype_p (TREE_TYPE (olddecl)) in duplicate_decls()
1849 && prototype_p (TREE_TYPE (newdecl))) in duplicate_decls()

12