Searched refs:tinfo_s (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | rtti.cc | 64 struct GTY (()) tinfo_s { struct 122 static GTY (()) vec<tinfo_s, va_gc> *tinfo_descs; 131 static tree tinfo_base_init (tinfo_s *, tree); 132 static tree generic_initializer (tinfo_s *, tree); 133 static tree ptr_initializer (tinfo_s *, tree); 134 static tree ptm_initializer (tinfo_s *, tree); 135 static tree class_initializer (tinfo_s *, tree, unsigned, ...); 138 static tinfo_s *get_tinfo_desc (unsigned); 464 const tinfo_s *ti = get_tinfo_desc (pseudo_ix); in get_tinfo_decl_direct() 925 tinfo_base_init (tinfo_s *ti, tree target) in tinfo_base_init() [all …]
|
H A D | ChangeLog-2005 | 1765 (struct tinfo_s): New.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | rtti.c | 64 struct GTY (()) tinfo_s { struct 122 static GTY (()) vec<tinfo_s, va_gc> *tinfo_descs; 133 static tree tinfo_base_init (tinfo_s *, tree); 134 static tree generic_initializer (tinfo_s *, tree); 135 static tree ptr_initializer (tinfo_s *, tree); 136 static tree ptm_initializer (tinfo_s *, tree); 137 static tree class_initializer (tinfo_s *, tree, unsigned, ...); 140 static tinfo_s *get_tinfo_desc (unsigned); 450 const tinfo_s *ti = get_tinfo_desc (ix); in get_tinfo_decl() 911 tinfo_base_init (tinfo_s *ti, tree target) in tinfo_base_init() [all …]
|