Searched refs:ErrorParsing (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | CommandLine.cpp | 373 bool &ErrorParsing, in HandlePrefixedOrGroupedOption() argument 406 ErrorParsing |= ProvideOption(PGOpt, OneArgName, in HandlePrefixedOrGroupedOption() 561 bool ErrorParsing = false; in ParseCommandLineOptions() local 588 ErrorParsing |= in ParseCommandLineOptions() 597 ErrorParsing |= Opt->error("error - option can never match, because " in ParseCommandLineOptions() 695 ErrorParsing, Opts); in ParseCommandLineOptions() 715 ErrorParsing = true; in ParseCommandLineOptions() 729 ErrorParsing |= ProvideOption(Handler, ArgName, Value, argc, argv, i); in ParseCommandLineOptions() 739 ErrorParsing = true; in ParseCommandLineOptions() 746 ErrorParsing = true; in ParseCommandLineOptions() [all …]
|
/external/llvm/lib/Support/ |
D | CommandLine.cpp | 626 bool &ErrorParsing, in HandlePrefixedOrGroupedOption() argument 661 ErrorParsing |= in HandlePrefixedOrGroupedOption() 1025 bool ErrorParsing = false; in ParseCommandLineOptions() local 1070 ErrorParsing = true; in ParseCommandLineOptions() 1086 ErrorParsing = true; in ParseCommandLineOptions() 1168 Handler = HandlePrefixedOrGroupedOption(ArgName, Value, ErrorParsing, in ParseCommandLineOptions() 1191 ErrorParsing = true; in ParseCommandLineOptions() 1206 ErrorParsing |= ProvideOption(Handler, ArgName, Value, argc, argv, i); in ParseCommandLineOptions() 1218 ErrorParsing = true; in ParseCommandLineOptions() 1226 ErrorParsing = true; in ParseCommandLineOptions() [all …]
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | CommandLine.cpp | 645 bool &ErrorParsing, in HandlePrefixedOrGroupedOption() argument 680 ErrorParsing |= in HandlePrefixedOrGroupedOption() 1047 bool ErrorParsing = false; in ParseCommandLineOptions() local 1092 ErrorParsing = true; in ParseCommandLineOptions() 1108 ErrorParsing = true; in ParseCommandLineOptions() 1190 Handler = HandlePrefixedOrGroupedOption(ArgName, Value, ErrorParsing, in ParseCommandLineOptions() 1213 ErrorParsing = true; in ParseCommandLineOptions() 1228 ErrorParsing |= ProvideOption(Handler, ArgName, Value, argc, argv, i); in ParseCommandLineOptions() 1241 ErrorParsing = true; in ParseCommandLineOptions() 1249 ErrorParsing = true; in ParseCommandLineOptions() [all …]
|