Searched refs:tested (Results 1 – 3 of 3) sorted by relevance
6 something that appears implemented but has never been tested.
10 Assertions are tested in groups which correspond to the individual compiler12 header which specifies the output group it should be tested against. The group
177 static bool HasVectorRestrictions(uint64_t restrictions, uint64_t tested) { in HasVectorRestrictions() argument178 return (restrictions & tested) != 0; in HasVectorRestrictions()