Searched refs:tree_pair_s (Results 1 – 4 of 4) sorted by relevance
971 typedef struct tree_pair_s GTY (())975 } tree_pair_s; typedef976 typedef tree_pair_s *tree_pair_p;977 DEF_VEC_O (tree_pair_s);978 DEF_VEC_ALLOC_O (tree_pair_s,gc);1065 VEC(tree_pair_s,gc) *vcall_indices;
1962 VEC(tree_pair_s,gc) *indices = CLASSTYPE_VCALL_INDICES (type); in get_vcall_index()1966 for (ix = 0; VEC_iterate (tree_pair_s, indices, ix, p); ix++) in get_vcall_index()7660 tree_pair_p elt = VEC_safe_push (tree_pair_s, gc, in add_vcall_offset()
2255 * cp-tree.h (tree_pair_s): Define a GC'd vector.3197 * cp-tree.h (struct tree_pair_s): New.3199 (DEF_VEC_O(tree_pair_s)): New.3200 (struct lang_type_class): Make vcall_indices a VEC(tree_pair_s).
5871 Define VEC(tree_pair_s,gc).