Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DCommandLine.cpp618 bool DashDashFound = false; // Have we read '--'? in ParseCommandLineOptions() local
641 if (argv[i][0] != '-' || argv[i][1] == 0 || DashDashFound) { in ParseCommandLineOptions()
665 !DashDashFound) { in ParseCommandLineOptions()
666 DashDashFound = true; // This is the mythical "--"? in ParseCommandLineOptions()
/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.cpp1126 bool DashDashFound = false; // Have we read '--'? in ParseCommandLineOptions() local
1138 if (argv[i][0] != '-' || argv[i][1] == 0 || DashDashFound) { in ParseCommandLineOptions()
1161 !DashDashFound) { in ParseCommandLineOptions()
1162 DashDashFound = true; // This is the mythical "--"? in ParseCommandLineOptions()