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

/external/llvm/lib/Support/
H A DCommandLine.cpp796 bool DashDashFound = false; // Have we read '--'? local
819 if (argv[i][0] != '-' || argv[i][1] == 0 || DashDashFound) {
843 !DashDashFound) {
844 DashDashFound = true; // This is the mythical "--"?

Completed in 90 milliseconds