reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
281 return error(std::string("Expected ") + KindName + ", instead got: ", 288 error("Expected identifier, got: ", Lexer.getTok()); 333 return error("unknown type: ", Lexer.getTok()); 357 return error("Cannot parse real: ", Flt); 447 return error("Incomplete instruction name: ", Id); 538 return error("Unknown block type: ", Id); 546 return error("Cannot parse symbol: ", Lexer.getTok()); 566 return error("Expected numeric constant instead got: ", 596 return error("Unexpected token in operand: ", Tok); 638 return error("data directive must occur in a data segment: ", 675 return error("Unknown type in .globaltype directive: ", TypeTok); 733 return error(".local directive should follow the start of a function", 751 return error("Cannot parse .int expression: ", Lexer.getTok()); 762 return error("Cannot parse string constant: ", Lexer.getTok());