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 D | typeck2.c | 2142 push_tinst_level_loc (fn, in build_x_arrow()
|
H A D | pt.c | 10765 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 D | cp-tree.h | 7036 extern bool push_tinst_level_loc (tree, location_t);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | typeck2.cc | 2103 push_tinst_level_loc (fn, in build_x_arrow()
|
H A D | cp-tree.h | 7420 extern bool push_tinst_level_loc (tree, location_t); 7421 extern bool push_tinst_level_loc (tree, tree, location_t);
|
H A D | ChangeLog-2014 | 1070 (push_tinst_level_loc): ... this. New function. Make excessive 1079 (push_tinst_level_loc): New.
|
H A D | ChangeLog-2018 | 3281 (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 D | ChangeLog-2020 | 493 * 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 D | ChangeLog-2016 | 568 * 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 D | pt.cc | 11089 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 D | ChangeLog | 2870 (push_tinst_level_loc): Likewise.
|
H A D | ChangeLog-2019 | 213 * pt.c (push_tinst_level_loc): If limit_bad_template_recursion, 4717 (push_tinst_level_loc): Likewise.
|
H A D | ChangeLog-2021 | 2412 * pt.c (push_tinst_level_loc): Same.
|