Lines Matching refs:Error
42 using Instructions = std::pair<std::vector<Ins>, Error>;
66 Expected<Program, Error> Parse(TokenSet &vectors_tokens, const std::string &file_name = "");
72 Expected<Program, Error> Parse(const std::string &source, const std::string &file_name = "");
77 Error ShowError() const in ShowError()
97 panda::pandasm::Error err_;
103 …inline Error GetError(const std::string &mess = "", Error::ErrorType err = Error::ErrorType::ERR_N…
106 return Error(mess, line_stric_, err, add_mess,
112 …inline void GetWarning(const std::string &mess = "", Error::ErrorType err = Error::ErrorType::ERR_…
118 … context_.tokens[context_.number - 1].whole_line, Error::ErrorClass::WARNING);
184 Expected<Program, Error> ParseAfterMainLoop(const std::string &file_name);
194 void SetMetadataContextError(const Metadata::Error &err, bool has_value);
196 Expected<char, Error> ParseOctalEscapeSequence(std::string_view s, size_t *i);
197 Expected<char, Error> ParseHexEscapeSequence(std::string_view s, size_t *i);
198 Expected<char, Error> ParseEscapeSequence(std::string_view s, size_t *i);