Home
last modified time | relevance | path

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

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