Searched refs:IsIntOrUint (Results 1 – 1 of 1) sorted by relevance
397 bool IsIntOrUint() const { return IsInt() || IsUInt(); } in IsIntOrUint() function401 bool IsNumeric() const { return IsIntOrUint() || IsFloat(); } in IsNumeric()