Home
last modified time | relevance | path

Searched refs:p_true (Results 1 – 1 of 1) sorted by relevance

/trueos/contrib/gcc/
HDgensupport.c449 char *p_true, *p_false; in identify_predicable_attribute() local
465 p_true = strchr (p_false, ','); in identify_predicable_attribute()
466 if (p_true == NULL || strchr (++p_true, ',') != NULL) in identify_predicable_attribute()
475 p_true[-1] = '\0'; in identify_predicable_attribute()
477 predicable_true = p_true; in identify_predicable_attribute()
503 if (strcmp (value, p_true) == 0) in identify_predicable_attribute()