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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-dump.c1007 const struct dump_option_value_info *option_ptr;
1018 for (option_ptr = dump_options; option_ptr->name; option_ptr++)
1019 if (strlen (option_ptr->name) == length
1020 && !memcmp (option_ptr->name, ptr, length))
1022 flags |= option_ptr->value;
1006 const struct dump_option_value_info *option_ptr; local

Completed in 63 milliseconds