Searched refs:get_option_html_page (Results 1 – 4 of 4) sorted by relevance
3149 get_option_html_page (int option_index)3186 get_option_html_page (option_index),3206 ASSERT_STREQ (get_option_html_page (OPT_Wcpp), "gcc/Warning-Options.html");3207 ASSERT_STREQ (get_option_html_page (OPT_Wanalyzer_double_free),3210 ASSERT_STREQ (get_option_html_page (OPT_Wline_truncation),
3571 get_option_html_page (int option_index) in get_option_html_page() function3612 get_option_html_page (option_index), in get_option_url()3755 ASSERT_STREQ (get_option_html_page (OPT_Wcpp), "gcc/Warning-Options.html"); in test_get_option_html_page()3756 ASSERT_STREQ (get_option_html_page (OPT_Wanalyzer_double_free), in test_get_option_html_page()3759 ASSERT_STREQ (get_option_html_page (OPT_Wline_truncation), in test_get_option_html_page()
23972 * opts.c (get_option_html_page): Instead of hardcoding a list of24515 default value, so that it can by supplied by get_option_html_page.24518 (get_option_html_page): New function.
26660 * opts.c (get_option_html_page): Support -flto option.