Searched refs:NumberType (Results 1 – 6 of 6) sorted by relevance
22 struct NumberType { struct23 constexpr NumberType() {}; in NumberType() argument25 bool operator==(const NumberType&) const { return true; } in operator ==() argument71 constexpr NumberType Number;84 NumberType,
76 if (t.is<type::NumberType>()) { in Coercion()87 [](const type::NumberType&) { return "to-number"; }, in getOperator() argument
91 || array.itemType.is<type::NumberType>() in serialize()
237 [&](const type::NumberType&) -> ParseResult { in createInterpolate() argument
311 [&](const type::NumberType&) { in parseMatch() argument
108 [&] (const type::NumberType&) { in interpolatable() argument125 [&] (const type::NumberType&) -> optional<std::unique_ptr<Expression>> { in convertLiteral() argument163 [&] (const type::NumberType&) -> optional<std::unique_ptr<Expression>> { in convertLiteral() argument602 [&] (const type::NumberType&) -> optional<std::unique_ptr<Expression>> { in convertFunctionToExpression() argument