• Home
  • Raw
  • Download

Lines Matching refs:FATAL_ERROR

37 #define FATAL_ERROR(x,y) { std::cout << (x) << std::endl; exit ((y)); }  macro
215 FATAL_ERROR( std::string("Error: unknown tag ") + name, ESR_INVALID_ARGUMENT); in beginNode()
297 FATAL_ERROR( std::string("Error: unknown tag ") + name, ESR_INVALID_ARGUMENT ); in endNode()
416 FATAL_ERROR("Error: unsupported tag= syntax, use <tag> ... </tag>", 1) in beginParseRuleNode()
435 FATAL_ERROR("ERROR! Subgraph without rule name entry found!", -1); in beginParseRuleNode()
564 FATAL_ERROR("Error: unsupported tag= syntax, use <tag> ... </tag>", 1) in beginItem()
567 FATAL_ERROR(std::string("error: while parsing range ") + s,1); in beginItem()
607 FATAL_ERROR("Error: unsupported tag= syntax, use <tag> ... </tag>", 1) in beginRuleRef()
613 FATAL_ERROR( "ERROR! Ruleref specifies no uri name!", -1 ); in beginRuleRef()
618FATAL_ERROR( "ERROR! bad ruleref name: '" + s + "'" + ". Rule reference must start with a '#'. Ext… in beginRuleRef()
710 FATAL_ERROR("Error: unsupported tag= syntax, use <tag> ... </tag>", 1) in beginCount()
720 FATAL_ERROR(std::string("error: while parsing range ") + s,1); in beginCount()
823 FATAL_ERROR("ERROR! Rule name " + ruleName + " is already defined!", -1 ); in addRuleToList()
837 FATAL_ERROR("ERROR! subgraph for " + ruleName + " is already defined!", -1 ); in addRuleToList()
863FATAL_ERROR("No subgraph for rule " + ruleName + "! Mismatched rules and subgraph hashtables!", -1… in deleteRules()
984 FATAL_ERROR( "ERROR! Ruleref specifies no uri name!", -1 ); in getRuleRefName()
989 FATAL_ERROR( "ERROR! bad ruleref name: '" + s + "'", -1 ); in getRuleRefName()
1137FATAL_ERROR ("ERROR: writeGraphFiles - no root rule "+ m_RootRule + " defined. No file created", -… in writeGraphFiles()
1278 FATAL_ERROR( "Error: opening the omap file for output", 1); in WriteOLabels()
1287 FATAL_ERROR("error",1); in WriteOLabels()