Home
last modified time | relevance | path

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

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