Searched refs:get_option_html_page (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dopts.c3149 get_option_html_page (int option_index) function
3184 /* get_option_html_page will return something like
3186 get_option_html_page (option_index),
3201 /* Verify that get_option_html_page works as expected. */
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-current/external/gpl3/gcc/dist/gcc/
H A Dopts.cc3571 get_option_html_page (int option_index) function
3610 /* get_option_html_page will return something like
3612 get_option_html_page (option_index),
3750 /* Verify that get_option_html_page works as expected. */
3755 ASSERT_STREQ (get_option_html_page (OPT_Wcpp), "gcc/Warning-Options.html");
3756 ASSERT_STREQ (get_option_html_page (OPT_Wanalyzer_double_free),
3759 ASSERT_STREQ (get_option_html_page (OPT_Wline_truncation),

Completed in 408 milliseconds