Home
last modified time | relevance | path

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

123

/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Ddummy-frontend.cc306 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 Dd-attribs.cc564 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 Dd-attribs.cc492 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 Dc-aux-info.c162 if (prototype_p (fntype)) in gen_formal_list_for_type()
H A Dc-decl.c1798 || !((!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 Dc-tree.h108 || (!prototype_p (TREE_TYPE (EXP)) \
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-aux-info.cc162 if (prototype_p (fntype)) in gen_formal_list_for_type()
H A Dc-decl.cc1813 || !((!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 Dc-tree.h108 || (!prototype_p (TREE_TYPE (EXP)) \
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-symtab.cc227 if (prototype_p (prevailing_type) && prototype_p (type) in warn_type_compatibility_p()
H A 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()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-symtab.c227 if (prototype_p (prevailing_type) && prototype_p (type) in warn_type_compatibility_p()
H A Dlto-lang.c409 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 Dc-attribs.c611 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 Dgimple-expr.c244 if (!prototype_p (outer_type)) in useless_type_conversion_p()
H A Dipa-param-manipulation.c370 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 Dpa.h590 (CUM).nargs_prototype = (FNTYPE && prototype_p (FNTYPE) \
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pa/
H A Dpa.h581 (CUM).nargs_prototype = (FNTYPE && prototype_p (FNTYPE) \
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-expr.cc244 if (!prototype_p (outer_type)) in useless_type_conversion_p()
H A Dcgraphunit.cc1479 || (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 Dsparc.h1124 int prototype_p; /* nonzero if a prototype is present */ member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc.h1128 int prototype_p; /* nonzero if a prototype is present */ member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.h891 (CUM).prototype = ((FNTYPE) && prototype_p (FNTYPE)) || (LIBNAME); \
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.h891 (CUM).prototype = ((FNTYPE) && prototype_p (FNTYPE)) || (LIBNAME); \
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-attribs.cc682 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()

123