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