| 43 | static constexpr ValueKind kKind = ValueKind::kBool; |
| 44 | |
| 45 | BoolValue() = default; |
| 46 | BoolValue(const BoolValue&) = default; |
| 47 | BoolValue(BoolValue&&) = default; |
| 48 | BoolValue& operator=(const BoolValue&) = default; |
no outgoing calls
no test coverage detected