Home | History | Annotate | Download | only in grxmlcompile

Lines Matching refs:FATAL_ERROR

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