Home
last modified time | relevance | path

Searched refs:push_tinst_level_loc (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck2.c2142 push_tinst_level_loc (fn, in build_x_arrow()
H A Dpt.c10765 push_tinst_level_loc (tree tldcl, tree targs, location_t loc) in push_tinst_level_loc() function
10821 return push_tinst_level_loc (tmpl, args, input_location); in push_tinst_level()
10831 return push_tinst_level_loc (d, input_location); in push_tinst_level()
10837 push_tinst_level_loc (tree d, location_t loc) in push_tinst_level_loc() function
10840 return push_tinst_level_loc (d, NULL, loc); in push_tinst_level_loc()
H A Dcp-tree.h7036 extern bool push_tinst_level_loc (tree, location_t);
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck2.cc2103 push_tinst_level_loc (fn, in build_x_arrow()
H A Dcp-tree.h7420 extern bool push_tinst_level_loc (tree, location_t);
7421 extern bool push_tinst_level_loc (tree, tree, location_t);
H A DChangeLog-20141070 (push_tinst_level_loc): ... this. New function. Make excessive
1079 (push_tinst_level_loc): New.
H A DChangeLog-20183281 (push_tinst_level_loc): Formatting fix.
3336 (push_tinst_level_loc): Make it static, split decl into two
3339 (push_tinst_level_loc): New wrapper with the old interface.
H A DChangeLog-2020493 * pt.c (push_tinst_level_loc): Clear new fields.
2648 * cp-tree.h (push_tinst_level, push_tinst_level_loc): Declare.
2653 (push_tinst_level, push_tinst_level_loc): No longer static.
H A DChangeLog-2016568 * pt.c (push_tinst_level_loc): Add template instantiations to the
2078 * pt.c (push_tinst_level_loc): Set at_eof before fatal_error.
H A Dpt.cc11089 push_tinst_level_loc (tree tldcl, tree targs, location_t loc) in push_tinst_level_loc() function
11146 return push_tinst_level_loc (tmpl, args, input_location); in push_tinst_level()
11156 return push_tinst_level_loc (d, input_location); in push_tinst_level()
11162 push_tinst_level_loc (tree d, location_t loc) in push_tinst_level_loc() function
11165 return push_tinst_level_loc (d, NULL, loc); in push_tinst_level_loc()
H A DChangeLog2870 (push_tinst_level_loc): Likewise.
H A DChangeLog-2019213 * pt.c (push_tinst_level_loc): If limit_bad_template_recursion,
4717 (push_tinst_level_loc): Likewise.
H A DChangeLog-20212412 * pt.c (push_tinst_level_loc): Same.