Searched refs:ErrorParsing (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Support/ |
D | CommandLine.cpp | 408 bool &ErrorParsing, in HandlePrefixedOrGroupedOption() argument 441 ErrorParsing |= ProvideOption(PGOpt, OneArgName, in HandlePrefixedOrGroupedOption() 769 bool ErrorParsing = false; in ParseCommandLineOptions() local 796 ErrorParsing |= in ParseCommandLineOptions() 805 ErrorParsing |= Opt->error("error - option can never match, because " in ParseCommandLineOptions() 902 ErrorParsing, Opts); in ParseCommandLineOptions() 922 ErrorParsing = true; in ParseCommandLineOptions() 936 ErrorParsing |= ProvideOption(Handler, ArgName, Value, argc, argv, i); in ParseCommandLineOptions() 946 ErrorParsing = true; in ParseCommandLineOptions() 953 ErrorParsing = true; in ParseCommandLineOptions() [all …]
|