Searched refs:tldcl (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cp-tree.h | 6180 tree tldcl, targs; member 6189 return !split_list_p () && TREE_CODE (tldcl) == TREE_LIST; in tree_list_p() 6213 if (!split_list_p ()) return tldcl; in get_node() 6220 if (!split_list_p ()) return tldcl; in maybe_get_node()
|
H A D | pt.c | 9411 TREE_PURPOSE (ret) = tldcl; in to_list() 9413 tldcl = ret; in to_list() 10765 push_tinst_level_loc (tree tldcl, tree targs, location_t loc) in push_tinst_level_loc() argument 10783 if (!targs && limit_bad_template_recursion (tldcl)) in push_tinst_level_loc() 10787 TREE_NO_WARNING (tldcl) = 1; in push_tinst_level_loc() 10794 && TREE_CODE (tldcl) != TREE_LIST in push_tinst_level_loc() 10795 && TREE_CODE (tldcl) != FUNCTION_DECL) in push_tinst_level_loc() 10796 fprintf (stderr, " %s", decl_as_string (tldcl, TFF_DECL_SPECIFIERS)); in push_tinst_level_loc() 10799 new_level->tldcl = tldcl; in push_tinst_level_loc()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cp-tree.h | 6416 tree tldcl, targs; member 6432 return !split_list_p () && TREE_CODE (tldcl) == TREE_LIST; in tree_list_p() 6456 if (!split_list_p ()) return tldcl; in get_node() 6463 if (!split_list_p ()) return tldcl; in maybe_get_node()
|
H A D | pt.cc | 9638 TREE_PURPOSE (ret) = tldcl; in to_list() 9640 tldcl = ret; in to_list() 11089 push_tinst_level_loc (tree tldcl, tree targs, location_t loc) in push_tinst_level_loc() argument 11107 if (!targs && limit_bad_template_recursion (tldcl)) in push_tinst_level_loc() 11111 suppress_warning (tldcl); in push_tinst_level_loc() 11118 && TREE_CODE (tldcl) != TREE_LIST in push_tinst_level_loc() 11119 && TREE_CODE (tldcl) != FUNCTION_DECL) in push_tinst_level_loc() 11120 fprintf (stderr, " %s", decl_as_string (tldcl, TFF_DECL_SPECIFIERS)); in push_tinst_level_loc() 11123 new_level->tldcl = tldcl; in push_tinst_level_loc()
|
H A D | ChangeLog-2018 | 3311 * cp-tree.h (struct tinst_level): Split decl into tldcl and
|
H A D | ChangeLog-2019 | 214 set TREE_NO_WARNING on tldcl.
|
H A D | module.cc | 18250 tree decl = tinst->tldcl; in path_of_instantiation()
|