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

  /external/llvm/include/llvm/Support/
CommandLine.h 218 // hasArgStr - Return true if the argstr != ""
219 bool hasArgStr() const { return ArgStr[0] != 0; }
590 hasArgStr = O.hasArgStr();
597 if (!hasArgStr)
615 if (hasArgStr)
627 bool hasArgStr;
664 if (hasArgStr)
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp     [all...]

Completed in 147 milliseconds