Searched defs:BooleanType (Results 1 – 2 of 2) sorted by relevance
28 struct BooleanType { struct29 constexpr BooleanType() {}; in BooleanType() argument30 std::string getName() const { return "boolean"; } in getName()31 bool operator==(const BooleanType&) const { return true; } in operator ==()
132 [&] (const type::BooleanType&) -> optional<std::unique_ptr<Expression>> { in convertLiteral()605 [&] (const type::BooleanType&) -> optional<std::unique_ptr<Expression>> { in convertFunctionToExpression()