Searched refs:max_include_depth (Results 1 – 9 of 9) sorted by relevance
192 CPP_OPTION (pfile, max_include_depth) = 200; in cpp_create_reader()
835 if (pfile->line_table->depth >= CPP_OPTION (pfile, max_include_depth)) in do_include_common()841 CPP_OPTION (pfile, max_include_depth)); in do_include_common()
565 unsigned int max_include_depth; member
198 CPP_OPTION (pfile, max_include_depth) = 200; in cpp_create_reader()
852 if (pfile->line_table->depth >= CPP_OPTION (pfile, max_include_depth)) in do_include_common()858 CPP_OPTION (pfile, max_include_depth)); in do_include_common()
1399 CPP_OPTION (pfile, max_include_depth).1401 max_include_depth.1402 * init.c (cpp_create_reader): Initiate new field max_include_depth.
602 unsigned int max_include_depth; member
471 cpp_opts->max_include_depth = value; in c_common_handle_option()
494 cpp_opts->max_include_depth = value; in c_common_handle_option()