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 200 // hasArgStr - Return true if the argstr != ""
201 bool hasArgStr() const { return ArgStr[0] != 0; }
552 hasArgStr = O.hasArgStr();
559 if (!hasArgStr)
577 if (hasArgStr)
589 bool hasArgStr;
626 if (hasArgStr)
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp     [all...]

Completed in 286 milliseconds