Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DCommandLine.cpp1104 bool DashDashFound = false; // Have we read '--'? in ParseCommandLineOptions() local
1116 if (argv[i][0] != '-' || argv[i][1] == 0 || DashDashFound) { in ParseCommandLineOptions()
1139 !DashDashFound) { in ParseCommandLineOptions()
1140 DashDashFound = true; // This is the mythical "--"? in ParseCommandLineOptions()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp1131 bool DashDashFound = false; // Have we read '--'? in ParseCommandLineOptions() local
1143 if (argv[i][0] != '-' || argv[i][1] == 0 || DashDashFound) { in ParseCommandLineOptions()
1166 !DashDashFound) { in ParseCommandLineOptions()
1167 DashDashFound = true; // This is the mythical "--"? in ParseCommandLineOptions()
/external/llvm-project/llvm/lib/Support/
DCommandLine.cpp1432 bool DashDashFound = false; // Have we read '--'? in ParseCommandLineOptions() local
1445 if (argv[i][0] != '-' || argv[i][1] == 0 || DashDashFound) { in ParseCommandLineOptions()
1468 !DashDashFound) { in ParseCommandLineOptions()
1469 DashDashFound = true; // This is the mythical "--"? in ParseCommandLineOptions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCommandLine.cpp1415 bool DashDashFound = false; // Have we read '--'? in ParseCommandLineOptions() local
1428 if (argv[i][0] != '-' || argv[i][1] == 0 || DashDashFound) { in ParseCommandLineOptions()
1451 !DashDashFound) { in ParseCommandLineOptions()
1452 DashDashFound = true; // This is the mythical "--"? in ParseCommandLineOptions()