Searched refs:ErrorParsing (Results 1 – 4 of 4) sorted by relevance
/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 | 650 bool &ErrorParsing, in HandlePrefixedOrGroupedOption() argument 685 ErrorParsing |= in HandlePrefixedOrGroupedOption() 1052 bool ErrorParsing = false; in ParseCommandLineOptions() local 1097 ErrorParsing = true; in ParseCommandLineOptions() 1113 ErrorParsing = true; in ParseCommandLineOptions() 1195 Handler = HandlePrefixedOrGroupedOption(ArgName, Value, ErrorParsing, in ParseCommandLineOptions() 1218 ErrorParsing = true; in ParseCommandLineOptions() 1233 ErrorParsing |= ProvideOption(Handler, ArgName, Value, argc, argv, i); in ParseCommandLineOptions() 1246 ErrorParsing = true; in ParseCommandLineOptions() 1254 ErrorParsing = true; in ParseCommandLineOptions() [all …]
|
/external/llvm-project/llvm/lib/Support/ |
D | CommandLine.cpp | 754 bool &ErrorParsing, in HandlePrefixedOrGroupedOption() argument 789 ErrorParsing |= PGOpt->error("may not occur within a group!"); in HandlePrefixedOrGroupedOption() 796 ErrorParsing |= ProvideOption(PGOpt, Arg, StringRef(), 0, nullptr, Dummy); in HandlePrefixedOrGroupedOption() 1350 bool ErrorParsing = false; in ParseCommandLineOptions() local 1399 ErrorParsing = true; in ParseCommandLineOptions() 1414 ErrorParsing = true; in ParseCommandLineOptions() 1502 Handler = HandlePrefixedOrGroupedOption(ArgName, Value, ErrorParsing, in ParseCommandLineOptions() 1523 ErrorParsing = true; in ParseCommandLineOptions() 1540 ErrorParsing = true; in ParseCommandLineOptions() 1545 ErrorParsing |= ProvideOption(Handler, ArgName, Value, argc, argv, i); in ParseCommandLineOptions() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | CommandLine.cpp | 750 bool &ErrorParsing, in HandlePrefixedOrGroupedOption() argument 785 ErrorParsing |= PGOpt->error("may not occur within a group!"); in HandlePrefixedOrGroupedOption() 792 ErrorParsing |= ProvideOption(PGOpt, Arg, StringRef(), 0, nullptr, Dummy); in HandlePrefixedOrGroupedOption() 1333 bool ErrorParsing = false; in ParseCommandLineOptions() local 1382 ErrorParsing = true; in ParseCommandLineOptions() 1397 ErrorParsing = true; in ParseCommandLineOptions() 1485 Handler = HandlePrefixedOrGroupedOption(ArgName, Value, ErrorParsing, in ParseCommandLineOptions() 1506 ErrorParsing = true; in ParseCommandLineOptions() 1523 ErrorParsing = true; in ParseCommandLineOptions() 1528 ErrorParsing |= ProvideOption(Handler, ArgName, Value, argc, argv, i); in ParseCommandLineOptions() [all …]
|