Searched refs:tinst_level (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/gcc/gcc/cp/
H A Dlex.c732 struct tinst_level *tl = outermost_tinst_level();
H A Derror.c111 struct tinst_level *,
3264 struct tinst_level *p = current_instantiation ();
3288 const struct tinst_level *t,
3331 struct tinst_level *t0, location_t loc)
3333 struct tinst_level *t;
H A Dpt.c68 struct tinst_level *tinst;
80 static GTY(()) struct tinst_level *current_tinst_level;
139 static tree reopen_tinst_level (struct tinst_level *);
7478 tinst_level pushed, and instantiate_template, where we haven't.
8538 struct tinst_level *lev = current_tinst_level;
8554 static GTY(()) struct tinst_level *last_error_tinst_level;
8571 struct tinst_level *new_level;
8588 new_level = ggc_alloc<tinst_level> ();
8621 reopen_tinst_level (struct tinst_level *level)
8623 struct tinst_level *
[all...]
H A Dcp-tree.h5128 struct GTY((chain_next ("%h.next"))) tinst_level {
5130 struct tinst_level *next;
5760 extern struct tinst_level *current_instantiation(void);
5793 extern struct tinst_level *outermost_tinst_level(void);
H A Dtypeck2.c1707 struct tinst_level *actual_inst = current_instantiation ();
H A Dmangle.c3433 struct tinst_level *tl = current_instantiation ();
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dpt.c4263 static struct tinst_level *current_tinst_level;
4264 static struct tinst_level *free_tinst_level;
4281 struct tinst_level *p = current_tinst_level;
4334 struct tinst_level *new;
4361 new = (struct tinst_level *) xmalloc (sizeof (struct tinst_level));
4382 struct tinst_level *old = current_tinst_level;
4397 struct tinst_level *
4400 struct tinst_level *p = current_tinst_level;
H A Dcp-tree.h2264 struct tinst_level
2269 struct tinst_level *next;
3218 struct tinst_level *tinst_for_decl PROTO((void));
2257 struct tinst_level struct
H A Dlex.c1086 struct tinst_level *til = tinst_for_decl ();
H A Ddecl2.c901 struct tinst_level *til = tinst_for_decl ();

Completed in 304 milliseconds