| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
| H A D | dummy-frontend.cc | 366 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 D | som.h | 158 if (stdarg_p (tree_type)) \
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/pa/ |
| H A D | som.h | 159 if (stdarg_p (tree_type)) \
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-aux-info.c | 223 if (stdarg_p (TREE_TYPE (fndecl))) in gen_formal_list_for_func_def()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-aux-info.cc | 223 if (stdarg_p (TREE_TYPE (fndecl))) in gen_formal_list_for_func_def()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | symtab-thunks.cc | 398 else if (stdarg_p (TREE_TYPE (thunk_fndecl))) in expand_thunk()
|
| H A D | tree-profile.cc | 762 if (stdarg_p (TREE_TYPE (node->decl))) in tree_profiling()
|
| H A D | ipa-profile.cc | 751 || !stdarg_p (TREE_TYPE (n->decl)))) in check_argument_count()
|
| H A D | godump.cc | 1025 is_varargs = stdarg_p (type); in go_format_type()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/ |
| H A D | lto-lang.c | 469 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 D | lto-lang.cc | 469 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 D | d-attribs.cc | 551 gcc_assert (!prototype_p (*node) || stdarg_p (*node)); in handle_type_generic_attribute()
|
| H A D | decl.cc | 1758 if (!stdarg_p (TREE_TYPE (thunk))) in finish_thunk()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-profile.c | 753 if (stdarg_p (TREE_TYPE (node->decl))) in tree_profiling()
|
| H A D | ipa-profile.c | 751 || !stdarg_p (TREE_TYPE (n->decl)))) in check_argument_count()
|
| H A D | godump.c | 1053 is_varargs = stdarg_p (type); in go_format_type()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/lm32/ |
| H A D | lm32.c | 689 if (stdarg_p (fntype)) in lm32_setup_incoming_varargs()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/lm32/ |
| H A D | lm32.cc | 689 if (stdarg_p (fntype)) in lm32_setup_incoming_varargs()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| H A D | winnt.c | 193 if (stdarg_p (type)) in gen_stdcall_or_fastcall_suffix()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
| H A D | winnt.cc | 193 if (stdarg_p (type)) in gen_stdcall_or_fastcall_suffix()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | d-attribs.cc | 620 gcc_assert (!prototype_p (*node) || stdarg_p (*node)); in handle_type_generic_attribute()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | rs6000-call.cc | 588 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 D | nvptx.c | 585 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 D | nvptx.cc | 743 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 D | c-attribs.c | 4309 if (!stdarg_p (*node)) in handle_sentinel_attribute() 4356 gcc_assert (!prototype_p (*node) || stdarg_p (*node)); in handle_type_generic_attribute()
|