Searched defs:IsInteger (Results 1 – 12 of 12) sorted by relevance
35 bool IsInteger() const { return m_bInteger; } in IsInteger() function
399 static bool IsInteger(double x) { in IsInteger() function602 static bool IsInteger(double x) { in IsInteger() function
21 bool Type::IsInteger(i::Object* x) { in IsInteger() function in v8::internal::compiler::Type
170 bool IsInteger() const { in IsInteger() function
325 inline bool IsInteger(TBasicType type) in IsInteger() function
486 static bool IsInteger(double x) { in IsInteger() function848 static bool IsInteger(double x) { in IsInteger() function
20 bool AstType::IsInteger(i::Object* x) { in IsInteger() function in v8::internal::AstType
393 bool CFXJSE_Value::IsInteger() const { in IsInteger() function in CFXJSE_Value
55 virtual bool IsInteger() const { return false; } in IsInteger() function in vixl::aarch64::Token180 virtual bool IsInteger() const VIXL_OVERRIDE { return true; } in IsInteger() function in vixl::aarch64::IntegerToken
711 TEST(IsInteger, MatchesIntegers) { in TEST() argument719 TEST(IsInteger, ReportsNoFalsePositives) { in TEST() argument
314 bool IsInteger() const { return IsInteger32() | IsInteger64(); } in IsInteger() function
101 inline bool IsInteger(BaseType t) { return t >= BASE_TYPE_UTYPE && in IsInteger() function