Searched refs:stdarg_info (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-stdarg.cc | 115 va_list_counter_bump (struct stdarg_info *si, tree counter, tree rhs, in va_list_counter_bump() 292 va_list_counter_op (struct stdarg_info *si, tree ap, tree var, bool gpr_p, in va_list_counter_op() 346 va_list_counter_struct_op (struct stdarg_info *si, tree ap, tree var, in va_list_counter_struct_op() 377 va_list_ptr_read (struct stdarg_info *si, tree ap, tree tem) in va_list_ptr_read() 425 va_list_ptr_write (struct stdarg_info *si, tree ap, tree tem2) in va_list_ptr_write() 459 check_va_list_escapes (struct stdarg_info *si, tree lhs, tree rhs) in check_va_list_escapes() 524 check_all_va_list_escapes (struct stdarg_info *si) in check_all_va_list_escapes() 663 struct stdarg_info si; in optimize_va_list_gpr_fpr_size()
|
H A D | tree-stdarg.h | 24 struct stdarg_info struct
|
H A D | target.h | 102 struct stdarg_info;
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-stdarg.c | 115 va_list_counter_bump (struct stdarg_info *si, tree counter, tree rhs, in va_list_counter_bump() 292 va_list_counter_op (struct stdarg_info *si, tree ap, tree var, bool gpr_p, in va_list_counter_op() 346 va_list_counter_struct_op (struct stdarg_info *si, tree ap, tree var, in va_list_counter_struct_op() 377 va_list_ptr_read (struct stdarg_info *si, tree ap, tree tem) in va_list_ptr_read() 425 va_list_ptr_write (struct stdarg_info *si, tree ap, tree tem2) in va_list_ptr_write() 459 check_va_list_escapes (struct stdarg_info *si, tree lhs, tree rhs) in check_va_list_escapes() 524 check_all_va_list_escapes (struct stdarg_info *si) in check_all_va_list_escapes() 663 struct stdarg_info si; in optimize_va_list_gpr_fpr_size()
|
H A D | tree-stdarg.h | 24 struct stdarg_info struct
|
H A D | target.h | 114 struct stdarg_info;
|
H A D | target.def | 4251 bool, (struct stdarg_info *ai, const gimple *stmt), NULL)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/alpha/ |
H A D | alpha.cc | 5932 alpha_stdarg_optimize_hook (struct stdarg_info *si, const gimple *stmt) in alpha_stdarg_optimize_hook()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/alpha/ |
H A D | alpha.c | 5927 alpha_stdarg_optimize_hook (struct stdarg_info *si, const gimple *stmt) in alpha_stdarg_optimize_hook()
|