Searched refs:ErrorType (Results 1 – 8 of 8) sorted by relevance
52 struct ErrorType { struct53 constexpr ErrorType() {}; in ErrorType() argument55 bool operator==(const ErrorType&) const { return true; } in operator ==() argument78 constexpr ErrorType Error;92 ErrorType>;
93 EvaluationResult(const type::ErrorType&) { in EvaluationResult() argument
14 if (t.is<ErrorType>()) return {}; in checkSubtype()
260 template <> type::Type valueTypeToExpressionType<type::ErrorType>() { return type::Error; } in valueTypeToExpressionType()
520 define("error", [](const std::string& input) -> Result<type::ErrorType> { in initializeDefinitions()
263 __u32 ErrorType; /* 0 = no RAS error, member
1032 memory_exception_data.ErrorType = KFD_MEM_ERR_SRAM_ECC; in kfd_signal_reset_event()
203 [&] (const type::ErrorType&) -> optional<std::unique_ptr<Expression>> { in convertLiteral() argument