Searched refs:f_ovfl (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/ |
| D | mips.cc | 6775 tree f_ovfl, f_gtop, f_ftop, f_goff, f_foff, f_res, record; in mips_build_builtin_va_list() local 6780 f_ovfl = build_decl (BUILTINS_LOCATION, in mips_build_builtin_va_list() 6803 DECL_FIELD_CONTEXT (f_ovfl) = record; in mips_build_builtin_va_list() 6810 TYPE_FIELDS (record) = f_ovfl; in mips_build_builtin_va_list() 6811 DECL_CHAIN (f_ovfl) = f_gtop; in mips_build_builtin_va_list() 6833 tree f_ovfl, f_gtop, f_ftop, f_goff, f_foff; in mips_va_start() local 6846 f_ovfl = TYPE_FIELDS (va_list_type_node); in mips_va_start() 6847 f_gtop = DECL_CHAIN (f_ovfl); in mips_va_start() 6852 ovfl = build3 (COMPONENT_REF, TREE_TYPE (f_ovfl), valist, f_ovfl, in mips_va_start() 7013 tree f_ovfl, f_gtop, f_ftop, f_goff, f_foff; in mips_gimplify_va_arg_expr() local [all …]
|