Home | History | Annotate | Download | only in functional

Lines Matching defs:matchFound

1750 				bool matchFound = false;
1752 for (int i = 0; i < NUM_INVOCATIONS_PER_PIXEL && !matchFound; i++)
1753 matchFound = isIntegerFormat ? result.i == atomicArgs[i]
1756 if (!matchFound)
2190 bool matchFound = false;
2191 for (int i = 0; i < NUM_INVOCATIONS_PER_PIXEL && !matchFound; i++)
2192 matchFound = result == assignArgs[i];
2194 if (!matchFound)