Searched refs:max_tinst_depth (Results 1 – 8 of 8) sorted by relevance
591 extern int max_tinst_depth;
809 max_tinst_depth = value; in c_common_handle_option()
466 int max_tinst_depth = 500; variable
5207 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()
2334 * decl2.c (max_tinst_depth): New variable.2337 * pt.c (max_tinst_depth): Variable moved.
3841 * decl2.c: (max_tinst_depth): Increase to 50.
2347 is greater than max_tinst_depth.
4194 * decl2.c (max_tinst_depth): Increase default limit to 500.