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

/haiku-buildtools/gcc/gcc/
H A Dopts-common.c913 void *flag_var = option_flag_var (opt_index, opts); local
916 if (flag_var)
1116 void *flag_var = option_flag_var (opt_index, opts); local
1119 if (!flag_var)
1131 *(int *) flag_var = value;
1138 *(HOST_WIDE_INT *) flag_var = (value
1142 *(int *) flag_var = (value
1154 *(HOST_WIDE_INT *) flag_var |= option->var_value;
1156 *(int *) flag_var |= option->var_value;
1161 *(HOST_WIDE_INT *) flag_var
1227 void *flag_var = option_flag_var (opt_idx, optsg); local
1268 void *flag_var = option_flag_var (option, opts); local
[all...]
H A Dopts.c1093 void *flag_var = option_flag_var (i, opts); local
1100 if (flag_var != NULL
1107 if (* (const char **) flag_var != NULL)
1110 "%s", * (const char **) flag_var);
1118 value = e->get (flag_var);
1128 "%#x", * (int *) flag_var);
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-pch.c48 names for the error message. The possible values for *flag_var must
53 int *flag_var; member in struct:c_pch_matching
137 v.match[i] = *pch_matching[i].flag_var;
138 gcc_assert (v.match[i] == *pch_matching[i].flag_var);
295 if (*pch_matching[i].flag_var != v.match[i])

Completed in 45 milliseconds