| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
| H A D | dummy-frontend.cc | 306 gcc_assert (prototype_p (type) in handle_nonnull_attribute() 390 gcc_assert (!prototype_p (*node) || stdarg_p (*node)); in handle_type_generic_attribute()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | d-attribs.cc | 564 gcc_assert (prototype_p (type) in handle_nonnull_attribute() 620 gcc_assert (!prototype_p (*node) || stdarg_p (*node)); in handle_type_generic_attribute() 1234 if (!prototype_p (fntype)) in positional_argument()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | d-attribs.cc | 492 gcc_assert (prototype_p (type) in handle_nonnull_attribute() 551 gcc_assert (!prototype_p (*node) || stdarg_p (*node)); in handle_type_generic_attribute()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-aux-info.c | 162 if (prototype_p (fntype)) in gen_formal_list_for_type()
|
| H A D | c-decl.c | 1798 || !((!prototype_p (oldtype) && DECL_INITIAL (olddecl) == NULL_TREE) in diagnose_arglist_conflict() 1799 || (!prototype_p (newtype) && DECL_INITIAL (newdecl) == NULL_TREE))) in diagnose_arglist_conflict() 2181 && !prototype_p (TREE_TYPE (newdecl)))) in diagnose_mismatched_decls() 2190 if (!prototype_p (TREE_TYPE (newdecl))) in diagnose_mismatched_decls() 2236 && !prototype_p (oldtype) && prototype_p (newtype) in diagnose_mismatched_decls() 2502 && prototype_p (TREE_TYPE (newdecl))); in merge_decls() 2504 && prototype_p (TREE_TYPE (olddecl))); in merge_decls() 4492 C_DECL_BUILTIN_PROTOTYPE (decl) = prototype_p (type); in c_builtin_function() 4518 C_DECL_BUILTIN_PROTOTYPE (decl) = prototype_p (type); in c_builtin_function_ext_scope() 4541 C_DECL_BUILTIN_PROTOTYPE (decl) = prototype_p (type); in c_simulate_builtin_function_decl() [all …]
|
| H A D | c-tree.h | 108 || (!prototype_p (TREE_TYPE (EXP)) \
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-aux-info.cc | 162 if (prototype_p (fntype)) in gen_formal_list_for_type()
|
| H A D | c-decl.cc | 1813 || !((!prototype_p (oldtype) && DECL_INITIAL (olddecl) == NULL_TREE) in diagnose_arglist_conflict() 1814 || (!prototype_p (newtype) && DECL_INITIAL (newdecl) == NULL_TREE))) in diagnose_arglist_conflict() 2204 && !prototype_p (TREE_TYPE (newdecl)))) in diagnose_mismatched_decls() 2213 if (!prototype_p (TREE_TYPE (newdecl))) in diagnose_mismatched_decls() 2259 && !prototype_p (oldtype) && prototype_p (newtype) in diagnose_mismatched_decls() 2525 && prototype_p (TREE_TYPE (newdecl))); in merge_decls() 2527 && prototype_p (TREE_TYPE (olddecl))); in merge_decls() 4583 C_DECL_BUILTIN_PROTOTYPE (decl) = prototype_p (type); in c_builtin_function() 4609 C_DECL_BUILTIN_PROTOTYPE (decl) = prototype_p (type); in c_builtin_function_ext_scope() 4632 C_DECL_BUILTIN_PROTOTYPE (decl) = prototype_p (type); in c_simulate_builtin_function_decl() [all …]
|
| H A D | c-tree.h | 108 || (!prototype_p (TREE_TYPE (EXP)) \
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/lto/ |
| H A D | lto-symtab.cc | 227 if (prototype_p (prevailing_type) && prototype_p (type) in warn_type_compatibility_p()
|
| H A D | lto-lang.cc | 409 gcc_assert (prototype_p (type) in handle_nonnull_attribute() 493 gcc_assert (!prototype_p (*node) || stdarg_p (*node)); in handle_type_generic_attribute()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/ |
| H A D | lto-symtab.c | 227 if (prototype_p (prevailing_type) && prototype_p (type) in warn_type_compatibility_p()
|
| H A D | lto-lang.c | 409 gcc_assert (prototype_p (type) in handle_nonnull_attribute() 493 gcc_assert (!prototype_p (*node) || stdarg_p (*node)); in handle_type_generic_attribute()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-attribs.c | 611 if (!prototype_p (fntype)) in positional_argument() 3731 if (!prototype_p (type) in handle_nonnull_attribute() 3979 && !prototype_p (type) in handle_access_attribute() 4301 if (!prototype_p (*node)) in handle_sentinel_attribute() 4356 gcc_assert (!prototype_p (*node) || stdarg_p (*node)); in handle_type_generic_attribute()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gimple-expr.c | 244 if (!prototype_p (outer_type)) in useless_type_conversion_p()
|
| H A D | ipa-param-manipulation.c | 370 if (prototype_p (old_type)) in build_new_function_type() 397 if (prototype_p (orig_type) in adjust_decl()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/pa/ |
| H A D | pa.h | 590 (CUM).nargs_prototype = (FNTYPE && prototype_p (FNTYPE) \
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pa/ |
| H A D | pa.h | 581 (CUM).nargs_prototype = (FNTYPE && prototype_p (FNTYPE) \
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gimple-expr.cc | 244 if (!prototype_p (outer_type)) in useless_type_conversion_p()
|
| H A D | cgraphunit.cc | 1479 || (prototype_p (altype) in maybe_diag_incompatible_alias() 1480 && prototype_p (targtype) in maybe_diag_incompatible_alias()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/ |
| H A D | sparc.h | 1124 int prototype_p; /* nonzero if a prototype is present */ member
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/ |
| H A D | sparc.h | 1128 int prototype_p; /* nonzero if a prototype is present */ member
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/ |
| H A D | ia64.h | 891 (CUM).prototype = ((FNTYPE) && prototype_p (FNTYPE)) || (LIBNAME); \
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/ |
| H A D | ia64.h | 891 (CUM).prototype = ((FNTYPE) && prototype_p (FNTYPE)) || (LIBNAME); \
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-attribs.cc | 682 if (!prototype_p (fntype)) in positional_argument() 4472 if (!prototype_p (type) in handle_nonnull_attribute() 4850 && !prototype_p (type) in handle_access_attribute() 5367 if (!prototype_p (*node)) in handle_sentinel_attribute() 5422 gcc_assert (!prototype_p (*node) || stdarg_p (*node)); in handle_type_generic_attribute()
|