Home
last modified time | relevance | path

Searched refs:base_types (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dclass.c1938 tree types, base_types; in same_signature_p() local
1940 base_types = TYPE_ARG_TYPES (TREE_TYPE (base_fndecl)); in same_signature_p()
1941 if ((cp_type_quals (TREE_TYPE (TREE_VALUE (base_types))) in same_signature_p()
1943 && compparms (TREE_CHAIN (base_types), TREE_CHAIN (types))) in same_signature_p()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Ddwarf2out.c3200 static VEC (dw_die_ref, heap) *base_types;
7840 for (i = 0; VEC_iterate (dw_die_ref, base_types, i, base_type); i++) in calc_base_type_die_sizes()
21568 for (i = 0; VEC_iterate (dw_die_ref, base_types, i, base_type); i++) in prune_unused_types()
21690 VEC_safe_push (dw_die_ref, heap, base_types, base_type); in mark_base_types()
21736 if (VEC_empty (dw_die_ref, base_types)) in move_marked_base_types()
21741 VEC_qsort (dw_die_ref, base_types, base_type_cmp); in move_marked_base_types()
21760 for (i = 0; VEC_iterate (dw_die_ref, base_types, i, base_type); i++) in move_marked_base_types()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Ddwarf2out.c3576 static vec<dw_die_ref> base_types; variable
9540 for (i = 0; base_types.iterate (i, &base_type); i++) in calc_base_type_die_sizes()
29422 for (i = 0; base_types.iterate (i, &base_type); i++) in prune_unused_types()
29569 base_types.safe_push (base_type); in mark_base_types()
29622 if (base_types.is_empty ()) in move_marked_base_types()
29627 base_types.qsort (base_type_cmp); in move_marked_base_types()
29646 for (i = 0; base_types.iterate (i, &base_type); i++) in move_marked_base_types()
32194 base_types.release (); in dwarf2out_c_finalize()