Searched refs:IsBool (Results 1 – 2 of 2) sorted by relevance
1069 bool IsBool = hasBooleanRepresentation(Ty); in getRangeForType() local1070 if (!IsBool && !IsRegularCPlusPlusEnum) in getRangeForType()1073 if (IsBool) { in getRangeForType()
475 // We'll use 'sizeof(IsBool(val))' to distinguish. This code requires