Searched defs:IsNumeric (Results 1 – 4 of 4) sorted by relevance
61 IsNumeric = IsInteger | IsFloat | IsComplex const
64 IsNumeric = IsInteger | IsFloat | IsComplex const
401 bool IsNumeric() const { return IsIntOrUint() || IsFloat(); } in IsNumeric() function
402 bool IsNumeric() const { return IsIntOrUint() || IsFloat(); } in IsNumeric() function