HomeSort by: relevance | last modified time | path
    Searched defs:p_true (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gensupport.cc 1535 char *p_true, *p_false;
1550 p_true = strchr (p_false, ',');
1551 if (p_true == NULL || strchr (++p_true, ',') != NULL)
1557 p_true[-1] = '\0';
1559 predicable_true = p_true;
1580 if (strcmp (value, p_true) == 0)
1531 char *p_true, *p_false; local
  /src/external/gpl3/gcc.old/dist/gcc/
gensupport.cc 991 char *p_true, *p_false;
1006 p_true = strchr (p_false, ',');
1007 if (p_true == NULL || strchr (++p_true, ',') != NULL)
1013 p_true[-1] = '\0';
1015 predicable_true = p_true;
1036 if (strcmp (value, p_true) == 0)
987 char *p_true, *p_false; local

Completed in 18 milliseconds