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