Home
last modified time | relevance | path

Searched refs:ErrorParsing (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Support/
DCommandLine.cpp383 bool &ErrorParsing, in HandlePrefixedOrGroupedOption() argument
416 ErrorParsing |= ProvideOption(PGOpt, OneArgName, in HandlePrefixedOrGroupedOption()
739 bool ErrorParsing = false; in ParseCommandLineOptions() local
766 ErrorParsing |= in ParseCommandLineOptions()
775 ErrorParsing |= Opt->error("error - option can never match, because " in ParseCommandLineOptions()
873 ErrorParsing, Opts); in ParseCommandLineOptions()
893 ErrorParsing = true; in ParseCommandLineOptions()
907 ErrorParsing |= ProvideOption(Handler, ArgName, Value, argc, argv, i); in ParseCommandLineOptions()
917 ErrorParsing = true; in ParseCommandLineOptions()
924 ErrorParsing = true; in ParseCommandLineOptions()
[all …]