Searched refs:BooleanType (Results 1 – 3 of 3) sorted by relevance
28 struct BooleanType { struct29 constexpr BooleanType() {}; in BooleanType() function31 bool operator==(const BooleanType&) const { return true; } in operator ==() argument73 constexpr BooleanType Boolean;85 BooleanType,
92 || array.itemType.is<type::BooleanType>()) { in serialize()
132 [&] (const type::BooleanType&) -> optional<std::unique_ptr<Expression>> { in convertLiteral() argument605 [&] (const type::BooleanType&) -> optional<std::unique_ptr<Expression>> { in convertFunctionToExpression() argument