Home
last modified time | relevance | path

Searched refs:stdarg_p (Results 1 – 25 of 80) sorted by relevance

1234

/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Ddummy-frontend.cc366 gcc_assert (stdarg_p (*node)); in handle_sentinel_attribute()
390 gcc_assert (!prototype_p (*node) || stdarg_p (*node)); in handle_type_generic_attribute()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pa/
H A Dsom.h158 if (stdarg_p (tree_type)) \
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pa/
H A Dsom.h159 if (stdarg_p (tree_type)) \
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-aux-info.c223 if (stdarg_p (TREE_TYPE (fndecl))) in gen_formal_list_for_func_def()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-aux-info.cc223 if (stdarg_p (TREE_TYPE (fndecl))) in gen_formal_list_for_func_def()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsymtab-thunks.cc398 else if (stdarg_p (TREE_TYPE (thunk_fndecl))) in expand_thunk()
H A Dtree-profile.cc762 if (stdarg_p (TREE_TYPE (node->decl))) in tree_profiling()
H A Dipa-profile.cc751 || !stdarg_p (TREE_TYPE (n->decl)))) in check_argument_count()
H A Dgodump.cc1025 is_varargs = stdarg_p (type); in go_format_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A Dlto-lang.c469 gcc_assert (stdarg_p (*node)); in handle_sentinel_attribute()
493 gcc_assert (!prototype_p (*node) || stdarg_p (*node)); in handle_type_generic_attribute()
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-lang.cc469 gcc_assert (stdarg_p (*node)); in handle_sentinel_attribute()
493 gcc_assert (!prototype_p (*node) || stdarg_p (*node)); in handle_type_generic_attribute()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-attribs.cc551 gcc_assert (!prototype_p (*node) || stdarg_p (*node)); in handle_type_generic_attribute()
H A Ddecl.cc1758 if (!stdarg_p (TREE_TYPE (thunk))) in finish_thunk()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-profile.c753 if (stdarg_p (TREE_TYPE (node->decl))) in tree_profiling()
H A Dipa-profile.c751 || !stdarg_p (TREE_TYPE (n->decl)))) in check_argument_count()
H A Dgodump.c1053 is_varargs = stdarg_p (type); in go_format_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/lm32/
H A Dlm32.c689 if (stdarg_p (fntype)) in lm32_setup_incoming_varargs()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/lm32/
H A Dlm32.cc689 if (stdarg_p (fntype)) in lm32_setup_incoming_varargs()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dwinnt.c193 if (stdarg_p (type)) in gen_stdcall_or_fastcall_suffix()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dwinnt.cc193 if (stdarg_p (type)) in gen_stdcall_or_fastcall_suffix()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-attribs.cc620 gcc_assert (!prototype_p (*node) || stdarg_p (*node)); in handle_type_generic_attribute()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-call.cc588 cum->stdarg = stdarg_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.old/dist/gcc/config/nvptx/
H A Dnvptx.c585 return cum->fntype == NULL_TREE || stdarg_p (cum->fntype); in nvptx_strict_argument_naming()
916 if (stdarg_p (fntype)) in write_fn_proto()
1322 if (stdarg_p (fntype)) in nvptx_declare_function_name()
1588 if (fntype && stdarg_p (fntype)) in nvptx_call_args()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/
H A Dnvptx.cc743 return cum->fntype == NULL_TREE || stdarg_p (cum->fntype); in nvptx_strict_argument_naming()
1061 if (stdarg_p (fntype)) in write_fn_proto_1()
1519 if (stdarg_p (fntype)) in nvptx_declare_function_name()
1792 if (fntype && stdarg_p (fntype)) in nvptx_call_args()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-attribs.c4309 if (!stdarg_p (*node)) in handle_sentinel_attribute()
4356 gcc_assert (!prototype_p (*node) || stdarg_p (*node)); in handle_type_generic_attribute()

1234