Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dfold-const.c117 #define COMPCODE_FALSE 0 macro
3605 else if (compcode == COMPCODE_FALSE)
/openbsd/gnu/gcc/gcc/
H A Dfold-const.c72 COMPCODE_FALSE = 0, enumerator
2580 else if (compcode == COMPCODE_FALSE) in combine_comparisons()