Lines Matching defs:line
77 // Command-line options
275 void fixLine(std::string& line)
277 // Can't go past a newline in the line
278 const size_t end = line.find_first_of("\n");
279 if (end != line.npos)
280 line = line.substr(0, end);
286 // Track the user's #define and #undef from the command line.
547 // Do all command-line argument parsing. This includes building up the work-items
548 // to be processed later, and saving all the command-line options.
550 // Does not return (it exits) if command-line is fatally flawed.
902 Error("unrecognized command-line option", argv[0]);
1054 Error("unrecognized command-line option", argv[0]);
1126 // Translate the meaningful subset of command-line options to parser-behavior options.
1884 // ";\n#error should be line 2\n void main() {", "global = 2.3;}" };