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

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/ieee/
H A Dieee.exp51 set target_options [add_options_for_ieee ""]
52 set options "$options $target_options"
/haiku-buildtools/legacy/gcc/gcc/
H A Dtoplev.c1196 target_options [] = TARGET_OPTIONS; variable in typeref:struct:__anon3454
4652 || NUM_ELEM (target_options) > 1
4681 for (i = NUM_ELEM (target_options); i--;)
4683 const char * option = target_options[i].prefix;
4684 const char * description = target_options[i].description;
5545 for (j = 0; j < sizeof target_options / sizeof target_options[0]; j++)
5547 int len = strlen (target_options[j].prefix);
5548 if (!strncmp (target_options[j].prefix, name, len))
5550 *target_options[
[all...]

Completed in 49 milliseconds