Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DCommandLine.cpp461 bool &ErrorParsing, in HandlePrefixedOrGroupedOption() argument
496 ErrorParsing |= in HandlePrefixedOrGroupedOption()
833 bool ErrorParsing = false; in ParseCommandLineOptions() local
857 ErrorParsing |= Opt->error( in ParseCommandLineOptions()
866 ErrorParsing |= Opt->error("error - option can never match, because " in ParseCommandLineOptions()
954 Handler = HandlePrefixedOrGroupedOption(ArgName, Value, ErrorParsing, in ParseCommandLineOptions()
975 ErrorParsing = true; in ParseCommandLineOptions()
990 ErrorParsing |= ProvideOption(Handler, ArgName, Value, argc, argv, i); in ParseCommandLineOptions()
1000 ErrorParsing = true; in ParseCommandLineOptions()
1006 ErrorParsing = true; in ParseCommandLineOptions()
[all …]