Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Derror.c99 struct tinst_level *,
3549 struct tinst_level *p = current_instantiation (); in print_instantiation_full_context()
3573 struct tinst_level *t, in print_instantiation_partial_context_line()
3616 struct tinst_level *t0, location_t loc) in print_instantiation_partial_context()
3618 struct tinst_level *t; in print_instantiation_partial_context()
H A Dlex.c922 struct tinst_level *tl = outermost_tinst_level(); in in_main_input_context()
H A Dpt.c57 struct tinst_level *tinst;
68 static GTY(()) struct tinst_level *current_tinst_level;
150 static tree reopen_tinst_level (struct tinst_level *);
9387 static GTY((deletable)) tinst_level *tinst_level_freelist_head;
9389 static inline freelist<tinst_level>
9407 tinst_level::to_list () in to_list()
9419 const unsigned short tinst_level::refcount_infinity;
9422 static tinst_level *
9423 inc_refcount_use (tinst_level *obj) in inc_refcount_use()
9425 if (obj && obj->refcount != tinst_level::refcount_infinity) in inc_refcount_use()
[all …]
H A Dcp-tree.h6166 struct GTY((chain_next ("%h.next"))) tinst_level { struct
6168 struct tinst_level *next; argument
6204 static void free (tinst_level *obj); argument
6998 extern struct tinst_level *current_instantiation(void);
7038 extern struct tinst_level *outermost_tinst_level(void);
H A Dtypeck2.c2129 struct tinst_level *actual_inst = current_instantiation (); in build_x_arrow()
H A Dmangle.c3850 struct tinst_level *tl = current_instantiation (); in mangle_decl_string()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Derror.cc99 struct tinst_level *,
3650 struct tinst_level *p = current_instantiation (); in print_instantiation_full_context()
3674 struct tinst_level *t, in print_instantiation_partial_context_line()
3717 struct tinst_level *t0, location_t loc) in print_instantiation_partial_context()
3719 struct tinst_level *t; in print_instantiation_partial_context()
H A Dlex.cc1127 struct tinst_level *tl = outermost_tinst_level(); in in_main_input_context()
H A Dpt.cc59 struct tinst_level *tinst;
70 static GTY(()) struct tinst_level *current_tinst_level;
146 static tree reopen_tinst_level (struct tinst_level *);
9614 static GTY((deletable)) tinst_level *tinst_level_freelist_head;
9616 static inline freelist<tinst_level>
9634 tinst_level::to_list () in to_list()
9646 const unsigned short tinst_level::refcount_infinity;
9649 static tinst_level *
9650 inc_refcount_use (tinst_level *obj) in inc_refcount_use()
9652 if (obj && obj->refcount != tinst_level::refcount_infinity) in inc_refcount_use()
[all …]
H A DChangeLog-20071264 * cp-tree.h (struct tinst_level_s): Rename to struct tinst_level,
1267 (union lang_tree_node): Eliminate tinst_level field.
1270 a "struct tinst_level *".
1273 parameter to a "struct tinst_level *". Replace accessor macros
1280 (current_tinst_level): Change typo to "struct tinst_level *"
1281 (reopen_tinst_level): Accept "struct tinst_level *", return decl.
1289 (current_instantiation): Return a "struct tinst_level *".
H A Dcp-tree.h6402 struct GTY((chain_next ("%h.next"))) tinst_level { struct
6404 struct tinst_level *next; argument
6447 static void free (tinst_level *obj); argument
7381 extern struct tinst_level *current_instantiation(void);
7423 extern struct tinst_level *outermost_tinst_level(void);
H A DChangeLog-20183273 * cp-tree.h (tinst_level): Remove in_system_header_p member,
3276 * pt.c (tinst_level::refcount_infinity): Define.
3292 * cp-tree.h (tinst_level::free): Fix whitespace.
3311 * cp-tree.h (struct tinst_level): Split decl into tldcl and
3320 const from tinst_level-typed parameter.
3328 (tinst_level::to_list, tinst_level::free): Define.
3329 (inc_refcount_use, dec_refcount_use): New fns for tinst_level.
H A Dtypeck2.cc2090 struct tinst_level *actual_inst = current_instantiation (); in build_x_arrow()
H A Dmangle.cc4063 struct tinst_level *tl = current_instantiation (); in mangle_decl_string()
H A DChangeLog-20112367 * cp-tree.h (struct tinst_level): Add errors field.
2927 * cp-tree.h (struct tinst_level): Add chain_next GTY
H A DChangeLog-20003213 * cp-tree.h (struct tinst_level): Remove.
4010 * cp-tree.h: Constify tree_srcloc.filename, tinst_level.file,
H A DChangeLog-20052519 * cp-tree.h (struct tinst_level): Add in_system_header_p.
H A DChangeLog-19963482 * cp-tree.h (struct tinst_level): Change 'classname' to 'decl'.
H A DChangeLog-2020489 * cp-tree.h (struct tinst_level): Add path & visible fields.
H A Dmodule.cc18227 path_of_instantiation (tinst_level *tinst, bitmap *path_map_p) in path_of_instantiation()