Searched refs:NullType (Results 1 – 2 of 2) sorted by relevance
16 struct NullType { struct17 constexpr NullType() {}; in NullType() argument19 bool operator==(const NullType&) const { return true; } in operator ==() argument70 constexpr NullType Null;83 NullType,
195 [&] (const type::NullType&) -> optional<std::unique_ptr<Expression>> { in convertLiteral() argument