Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp1588 bool DashDashFound = false; // Have we read '--'? in ParseCommandLineOptions() local
1600 if (argv[i][0] != '-' || argv[i][1] == 0 || DashDashFound) { in ParseCommandLineOptions()
1623 !DashDashFound) { in ParseCommandLineOptions()
1624 DashDashFound = true; // This is the mythical "--"? in ParseCommandLineOptions()