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 202 // hasArgStr - Return true if the argstr != ""
203 bool hasArgStr() const { return ArgStr[0] != 0; }
555 hasArgStr = O.hasArgStr();
562 if (!hasArgStr)
580 if (hasArgStr)
592 bool hasArgStr;
629 if (hasArgStr)
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp     [all...]

Completed in 78 milliseconds