Searched refs:tinst_level (Results 1 – 20 of 20) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | error.c | 99 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 D | lex.c | 922 struct tinst_level *tl = outermost_tinst_level(); in in_main_input_context()
|
| H A D | pt.c | 57 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 D | cp-tree.h | 6166 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 D | typeck2.c | 2129 struct tinst_level *actual_inst = current_instantiation (); in build_x_arrow()
|
| H A D | mangle.c | 3850 struct tinst_level *tl = current_instantiation (); in mangle_decl_string()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | error.cc | 99 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 D | lex.cc | 1127 struct tinst_level *tl = outermost_tinst_level(); in in_main_input_context()
|
| H A D | pt.cc | 59 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 D | ChangeLog-2007 | 1264 * 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 D | cp-tree.h | 6402 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 D | ChangeLog-2018 | 3273 * 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 D | typeck2.cc | 2090 struct tinst_level *actual_inst = current_instantiation (); in build_x_arrow()
|
| H A D | mangle.cc | 4063 struct tinst_level *tl = current_instantiation (); in mangle_decl_string()
|
| H A D | ChangeLog-2011 | 2367 * cp-tree.h (struct tinst_level): Add errors field. 2927 * cp-tree.h (struct tinst_level): Add chain_next GTY
|
| H A D | ChangeLog-2000 | 3213 * cp-tree.h (struct tinst_level): Remove. 4010 * cp-tree.h: Constify tree_srcloc.filename, tinst_level.file,
|
| H A D | ChangeLog-2005 | 2519 * cp-tree.h (struct tinst_level): Add in_system_header_p.
|
| H A D | ChangeLog-1996 | 3482 * cp-tree.h (struct tinst_level): Change 'classname' to 'decl'.
|
| H A D | ChangeLog-2020 | 489 * cp-tree.h (struct tinst_level): Add path & visible fields.
|
| H A D | module.cc | 18227 path_of_instantiation (tinst_level *tinst, bitmap *path_map_p) in path_of_instantiation()
|