HomeSort by relevance Sort by last modified time
    Searched refs:DashDashFound (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Support/
CommandLine.cpp 618 bool DashDashFound = false; // Have we read '--'?
641 if (argv[i][0] != '-' || argv[i][1] == 0 || DashDashFound) {
665 !DashDashFound) {
666 DashDashFound = true; // This is the mythical "--"?
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp     [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
CommandLine.cpp     [all...]

Completed in 134 milliseconds