HomeSort by relevance Sort by last modified time
    Searched defs:hasArgStr (Results 1 - 17 of 17) 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...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
CommandLine.h 283 // hasArgStr - Return true if the argstr != ""
284 bool hasArgStr() const { return !ArgStr.empty(); }
689 if (!Owner.hasArgStr())
706 if (Owner.hasArgStr())
756 if (Owner.hasArgStr())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CommandLine.h 286 // hasArgStr - Return true if the argstr != ""
287 bool hasArgStr() const { return !ArgStr.empty(); }
695 if (!Owner.hasArgStr())
712 if (Owner.hasArgStr())
762 if (Owner.hasArgStr())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
CommandLine.h 291 // hasArgStr - Return true if the argstr != ""
292 bool hasArgStr() const { return !ArgStr.empty(); }
698 if (!Owner.hasArgStr())
715 if (Owner.hasArgStr())
767 if (Owner.hasArgStr())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
CommandLine.h 291 // hasArgStr - Return true if the argstr != ""
292 bool hasArgStr() const { return !ArgStr.empty(); }
698 if (!Owner.hasArgStr())
715 if (Owner.hasArgStr())
767 if (Owner.hasArgStr())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
CommandLine.h 291 // hasArgStr - Return true if the argstr != ""
292 bool hasArgStr() const { return !ArgStr.empty(); }
700 if (!Owner.hasArgStr())
717 if (Owner.hasArgStr())
769 if (Owner.hasArgStr())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
CommandLine.h 291 // hasArgStr - Return true if the argstr != ""
292 bool hasArgStr() const { return !ArgStr.empty(); }
700 if (!Owner.hasArgStr())
717 if (Owner.hasArgStr())
769 if (Owner.hasArgStr())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
CommandLine.h 291 // hasArgStr - Return true if the argstr != ""
292 bool hasArgStr() const { return !ArgStr.empty(); }
700 if (!Owner.hasArgStr())
717 if (Owner.hasArgStr())
769 if (Owner.hasArgStr())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
CommandLine.h 291 // hasArgStr - Return true if the argstr != ""
292 bool hasArgStr() const { return !ArgStr.empty(); }
700 if (!Owner.hasArgStr())
717 if (Owner.hasArgStr())
769 if (Owner.hasArgStr())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CommandLine.h 286 // hasArgStr - Return true if the argstr != ""
287 bool hasArgStr() const { return !ArgStr.empty(); }
695 if (!Owner.hasArgStr())
712 if (Owner.hasArgStr())
762 if (Owner.hasArgStr())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
CommandLine.h 291 // hasArgStr - Return true if the argstr != ""
292 bool hasArgStr() const { return !ArgStr.empty(); }
698 if (!Owner.hasArgStr())
715 if (Owner.hasArgStr())
767 if (Owner.hasArgStr())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
CommandLine.h 291 // hasArgStr - Return true if the argstr != ""
292 bool hasArgStr() const { return !ArgStr.empty(); }
698 if (!Owner.hasArgStr())
715 if (Owner.hasArgStr())
767 if (Owner.hasArgStr())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
CommandLine.h 291 // hasArgStr - Return true if the argstr != ""
292 bool hasArgStr() const { return !ArgStr.empty(); }
700 if (!Owner.hasArgStr())
717 if (Owner.hasArgStr())
769 if (Owner.hasArgStr())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
CommandLine.h 291 // hasArgStr - Return true if the argstr != ""
292 bool hasArgStr() const { return !ArgStr.empty(); }
700 if (!Owner.hasArgStr())
717 if (Owner.hasArgStr())
769 if (Owner.hasArgStr())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
CommandLine.h 291 // hasArgStr - Return true if the argstr != ""
292 bool hasArgStr() const { return !ArgStr.empty(); }
700 if (!Owner.hasArgStr())
717 if (Owner.hasArgStr())
769 if (Owner.hasArgStr())
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
CommandLine.h 291 // hasArgStr - Return true if the argstr != ""
292 bool hasArgStr() const { return !ArgStr.empty(); }
700 if (!Owner.hasArgStr())
717 if (Owner.hasArgStr())
769 if (Owner.hasArgStr())
    [all...]

Completed in 805 milliseconds