Searched refs:hasFloatingPointTypes (Results 1 – 2 of 2) sorted by relevance
108 bool EEVT::TypeSet::hasFloatingPointTypes() const { in hasFloatingPointTypes() function in EEVT::TypeSet232 if (!hasFloatingPointTypes()) in EnforceInteger()330 if (!hasFloatingPointTypes()) in EnforceSmallerThan()334 if (!Other.hasFloatingPointTypes()) in EnforceSmallerThan()352 assert(!(hasIntegerTypes() && hasFloatingPointTypes()) && in EnforceSmallerThan()353 !(Other.hasIntegerTypes() && Other.hasFloatingPointTypes()) && in EnforceSmallerThan()437 || (Other.hasFloatingPointTypes() && OtherFPSize == 0)) in EnforceSmallerThan()493 || (hasFloatingPointTypes() && FPSize == 0)) in EnforceSmallerThan()
96 bool hasFloatingPointTypes() const;