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

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dsfinae26.C5 struct option_value { struct in namespace:util
9 typedef bool (*opt_func)(const option_value&, options_struct_type&);
10 template <class V, V K> static bool set_member_constant(const option_value&,
13 set_member_constant(const option_value& opt, options_struct_type& t) {
/haiku-buildtools/gcc/gcc/
H A Ddumpfile.c771 const char *option_value; local
778 option_value = skip_leading_substring (arg, doglob ? dfi->glob : dfi->swtch);
779 if (!option_value)
782 if (*option_value && *option_value != '-' && *option_value != '=')
785 ptr = option_value;
875 const char *option_value; local
878 option_value = arg;
879 ptr = option_value;
[all...]

Completed in 106 milliseconds