Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-opts.c530 max_tinst_depth = value; in c_common_handle_option()
H A Dc-common.h734 extern int max_tinst_depth;
H A Dc-common.c264 int max_tinst_depth = 900; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-opts.cc547 max_tinst_depth = value; in c_common_handle_option()
H A Dc-common.h755 extern int max_tinst_depth;
H A Dc-common.cc267 int max_tinst_depth = 900; variable
H A DChangeLog12059 * c-common.c (max_tinst_depth): Lower default to 900.
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-19972334 * decl2.c (max_tinst_depth): New variable.
2337 * pt.c (max_tinst_depth): Variable moved.
H A Dpt.cc11080 extern int max_tinst_depth;
11093 if (tinst_depth >= max_tinst_depth) in push_tinst_level_loc()
11100 max_tinst_depth); in push_tinst_level_loc()
26907 if (pending_templates && retries >= max_tinst_depth) in instantiate_pending_templates()
26915 max_tinst_depth, decl); in instantiate_pending_templates()
H A DChangeLog-20013841 * decl2.c: (max_tinst_depth): Increase to 50.
H A DChangeLog-19952347 is greater than max_tinst_depth.
H A DChangeLog-20024194 * decl2.c (max_tinst_depth): Increase default limit to 500.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c10756 extern int max_tinst_depth;
10769 if (tinst_depth >= max_tinst_depth) in push_tinst_level_loc()
10776 max_tinst_depth); in push_tinst_level_loc()
26057 if (pending_templates && retries >= max_tinst_depth) in instantiate_pending_templates()
26065 max_tinst_depth, decl); in instantiate_pending_templates()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200915856 * c-common.c (max_tinst_depth): Increase default to 1024.