HomeSort by: relevance | last modified time | path
    Searched refs:flag_var (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
opts-common.cc 1304 void *flag_var = option_flag_var (opt_index, opts); local
1307 if (flag_var)
1661 void *flag_var = option_flag_var (opt_index, opts); local
1664 if (!flag_var)
1678 *(HOST_WIDE_INT *) flag_var = value;
1689 *(int *) flag_var = value;
1700 *(HOST_WIDE_INT *) flag_var = value;
1706 *(int *) flag_var = value;
1716 *(HOST_WIDE_INT *) flag_var = (value
1724 *(int *) flag_var = (valu
1822 void *flag_var = option_flag_var (opt_idx, optsg); local
1878 void *flag_var = option_flag_var (option, opts); local
    [all...]
opts.cc 1746 void *flag_var = option_flag_var (i, opts); local
1758 if (flag_var != NULL
1787 if (* (const char **) flag_var != NULL)
1790 "%s", * (const char **) flag_var);
1798 value = e->get (flag_var);
1811 *(unsigned HOST_WIDE_INT *) flag_var);
1814 "%i", * (int *) flag_var);
  /src/external/gpl3/gcc.old/dist/gcc/
opts-common.cc 1240 void *flag_var = option_flag_var (opt_index, opts); local
1243 if (flag_var)
1595 void *flag_var = option_flag_var (opt_index, opts); local
1598 if (!flag_var)
1612 *(HOST_WIDE_INT *) flag_var = value;
1623 *(int *) flag_var = value;
1634 *(HOST_WIDE_INT *) flag_var = value;
1640 *(int *) flag_var = value;
1650 *(HOST_WIDE_INT *) flag_var = (value
1658 *(int *) flag_var = (valu
1756 void *flag_var = option_flag_var (opt_idx, optsg); local
1812 void *flag_var = option_flag_var (option, opts); local
    [all...]
opts.cc 1676 void *flag_var = option_flag_var (i, opts); local
1688 if (flag_var != NULL
1717 if (* (const char **) flag_var != NULL)
1720 "%s", * (const char **) flag_var);
1728 value = e->get (flag_var);
1741 *(unsigned HOST_WIDE_INT *) flag_var);
1744 "%i", * (int *) flag_var);
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-pch.cc 33 names for the error message. The possible values for *flag_var must
38 int *flag_var; member in struct:c_pch_matching
115 v.match[i] = *pch_matching[i].flag_var;
116 gcc_assert (v.match[i] == *pch_matching[i].flag_var);
270 if (*pch_matching[i].flag_var != v.match[i])
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-pch.cc 33 names for the error message. The possible values for *flag_var must
38 int *flag_var; member in struct:c_pch_matching
115 v.match[i] = *pch_matching[i].flag_var;
116 gcc_assert (v.match[i] == *pch_matching[i].flag_var);
270 if (*pch_matching[i].flag_var != v.match[i])
  /src/external/bsd/libevent/dist/
CMakeLists.txt 251 foreach (flag_var
257 if (${flag_var} MATCHES "/MD")
258 string(REGEX REPLACE "/MD" "/MT" ${flag_var} "${${flag_var}}")
  /src/external/bsd/ntp/dist/sntp/libevent/
CMakeLists.txt 251 foreach (flag_var
257 if (${flag_var} MATCHES "/MD")
258 string(REGEX REPLACE "/MD" "/MT" ${flag_var} "${${flag_var}}")
  /src/external/gpl3/gcc/dist/libgomp/
env.c 1635 unsigned char flag_var;
2307 && gomp_get_icv_flag (none->flags, host_envvars[omp_var].flag_var))
2309 host_envvars[omp_var].flag_var, params);
2312 host_envvars[omp_var].flag_var))
2313 get_icv_member_addr (&all->icvs, host_envvars[omp_var].flag_var,

Completed in 37 milliseconds