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 219 // hasArgStr - Return true if the argstr != ""
220 bool hasArgStr() const { return ArgStr[0] != 0; }
580 hasArgStr = O.hasArgStr();
587 if (!hasArgStr)
605 if (hasArgStr)
617 bool hasArgStr;
654 if (hasArgStr)
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp     [all...]

Completed in 805 milliseconds