Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dc-common.h586 extern int max_tinst_depth;
Dc-opts.c791 max_tinst_depth = value; in c_common_handle_option()
Dc-common.c462 int max_tinst_depth = 500; variable
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-common.h817 extern int max_tinst_depth;
Dc-opts.c1257 max_tinst_depth = read_integral_parameter (arg, argv[0], 0);
Dc-common.c653 int max_tinst_depth = 500; variable
/openbsd/src/gnu/gcc/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()
12382 if (pending_templates && retries >= max_tinst_depth) in instantiate_pending_templates()
12389 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.
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dpt.c4770 extern int max_tinst_depth;
4786 if (tinst_depth >= max_tinst_depth)
4796 max_tinst_depth, d);
DChangeLog5597 * decl2.c (max_tinst_depth): Increase default limit to 500.
9818 * decl2.c: (max_tinst_depth): Increase to 50.
DChangeLog.216005 * decl2.c (max_tinst_depth): New variable.
16008 * pt.c (max_tinst_depth): Variable moved.
DChangeLog.11996 is greater than max_tinst_depth.