Home
last modified time | relevance | path

Searched refs:get_option_html_page (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dopts.c3149 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),
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dopts.cc3571 get_option_html_page (int option_index) in get_option_html_page() function
3612 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()
H A DChangeLog-202023972 * opts.c (get_option_html_page): Instead of hardcoding a list of
24515 default value, so that it can by supplied by get_option_html_page.
24518 (get_option_html_page): New function.
H A DChangeLog-202126660 * opts.c (get_option_html_page): Support -flto option.