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

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CommandLine.h 200 // hasArgStr - Return true if the argstr != ""
201 bool hasArgStr() const { return ArgStr[0] != 0; }
553 hasArgStr = O.hasArgStr();
560 if (!hasArgStr)
578 if (hasArgStr)
590 bool hasArgStr;
627 if (hasArgStr)
    [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 273 // hasArgStr - Return true if the argstr != ""
274 bool hasArgStr() const { return !ArgStr.empty(); }
675 if (!Owner.hasArgStr())
692 if (Owner.hasArgStr())
742 if (Owner.hasArgStr())
    [all...]

Completed in 154 milliseconds