Home
last modified time | relevance | path

Searched refs:tinst_level (Results 1 – 12 of 12) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Derror.c96 struct tinst_level *,
2998 struct tinst_level *p = current_instantiation (); in print_instantiation_full_context()
3022 const struct tinst_level *t, in print_instantiation_partial_context_line()
3063 struct tinst_level *t0, location_t loc) in print_instantiation_partial_context()
3065 struct tinst_level *t; in print_instantiation_partial_context()
H A Dlex.c706 struct tinst_level *tl = outermost_tinst_level(); in in_main_input_context()
H A Dpt.c58 struct tinst_level *tinst;
70 static GTY(()) struct tinst_level *current_tinst_level;
129 static tree reopen_tinst_level (struct tinst_level *);
7747 struct tinst_level *lev = current_tinst_level; in limit_bad_template_recursion()
7764 static GTY(()) struct tinst_level *last_error_tinst_level;
7772 struct tinst_level *new_level; in push_tinst_level()
7832 reopen_tinst_level (struct tinst_level *level) in reopen_tinst_level()
7834 struct tinst_level *t; in reopen_tinst_level()
7850 struct tinst_level *
7853 struct tinst_level *level = current_tinst_level; in outermost_tinst_level()
[all …]
H A Dcp-tree.h4808 struct GTY((chain_next ("%h.next"))) tinst_level { struct
4810 struct tinst_level *next; argument
5349 extern struct tinst_level *current_instantiation(void);
5375 extern struct tinst_level *outermost_tinst_level(void);
H A Dtypeck2.c1487 struct tinst_level *actual_inst = current_instantiation (); in build_x_arrow()
H A Dmangle.c3315 struct tinst_level *tl = current_instantiation (); in mangle_decl_string()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Derror.c96 struct tinst_level *,
3459 struct tinst_level *p = current_instantiation (); in print_instantiation_full_context()
3483 struct tinst_level *t, in print_instantiation_partial_context_line()
3526 struct tinst_level *t0, location_t loc) in print_instantiation_partial_context()
3528 struct tinst_level *t; in print_instantiation_partial_context()
H A Dlex.c885 struct tinst_level *tl = outermost_tinst_level(); in in_main_input_context()
H A Dpt.c56 struct tinst_level *tinst;
68 static GTY(()) struct tinst_level *current_tinst_level;
147 static tree reopen_tinst_level (struct tinst_level *);
8930 static GTY((deletable)) tinst_level *tinst_level_freelist_head;
8932 static inline freelist<tinst_level>
8950 tinst_level::to_list () in to_list()
8962 const unsigned short tinst_level::refcount_infinity;
8965 static tinst_level *
8966 inc_refcount_use (tinst_level *obj) in inc_refcount_use()
8968 if (obj && obj->refcount != tinst_level::refcount_infinity) in inc_refcount_use()
[all …]
H A Dcp-tree.h5880 struct GTY((chain_next ("%h.next"))) tinst_level { struct
5882 struct tinst_level *next; argument
5918 static void free (tinst_level *obj); argument
6675 extern struct tinst_level *current_instantiation(void);
6712 extern struct tinst_level *outermost_tinst_level(void);
H A Dtypeck2.c1846 struct tinst_level *actual_inst = current_instantiation (); in build_x_arrow()
H A Dmangle.c3780 struct tinst_level *tl = current_instantiation (); in mangle_decl_string()