Searched refs:shouldMapToUnsigned (Results 1 – 1 of 1) sorted by relevance
126 bool shouldMapToUnsigned(IntegerType::SignednessSemantics val);704 bool CppEmitter::shouldMapToUnsigned(IntegerType::SignednessSemantics val) { in shouldMapToUnsigned() function in CppEmitter776 printInt(iAttr.getValue(), shouldMapToUnsigned(iType.getSignedness())); in emitAttribute()791 printInt(val, shouldMapToUnsigned(iType.getSignedness())); in emitAttribute()968 if (shouldMapToUnsigned(iType.getSignedness())) in emitType()