Home
last modified time | relevance | path

Searched refs:max_tinst_depth (Results 1 – 8 of 8) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dc-common.h591 extern int max_tinst_depth;
Dc-opts.c809 max_tinst_depth = value; in c_common_handle_option()
Dc-common.c466 int max_tinst_depth = 500; variable
/freebsd-9-stable/contrib/gcc/cp/
Dpt.c5207 extern int max_tinst_depth;
5222 if (tinst_depth >= max_tinst_depth) in push_tinst_level()
5233 max_tinst_depth, d); in push_tinst_level()
12415 if (pending_templates && retries >= max_tinst_depth) in instantiate_pending_templates()
12422 max_tinst_depth, decl); in instantiate_pending_templates()
DChangeLog-19972334 * decl2.c (max_tinst_depth): New variable.
2337 * pt.c (max_tinst_depth): Variable moved.
DChangeLog-20013841 * decl2.c: (max_tinst_depth): Increase to 50.
DChangeLog-19952347 is greater than max_tinst_depth.
DChangeLog-20024194 * decl2.c (max_tinst_depth): Increase default limit to 500.