HomeSort by relevance Sort by last modified time
    Searched refs:ValueDisallowed (Results 1 - 21 of 21) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonSubtarget.cpp 30 cl::Hidden, cl::ZeroOrMore, cl::ValueDisallowed, cl::init(true),
34 cl::Hidden, cl::ZeroOrMore, cl::ValueDisallowed, cl::init(false),
  /external/llvm/lib/Support/
CommandLine.cpp 472 bool PermitValue = O->getValueExpectedFlag() != cl::ValueDisallowed;
539 case ValueDisallowed:
542 " with ValueDisallowed modifier!");
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
CommandLine.cpp 492 bool PermitValue = O->getValueExpectedFlag() != cl::ValueDisallowed;
558 case ValueDisallowed:
561 " with ValueDisallowed modifier!");
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
CommandLine.cpp 210 bool PermitValue = O->getValueExpectedFlag() != cl::ValueDisallowed;
281 case ValueDisallowed:
284 " with ValueDisallowed modifier!");
    [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 117 ValueDisallowed = 0x03 // A value may not be specified (for flags)
695 return ValueDisallowed;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CommandLine.h 106 ValueDisallowed = 0x18, // A value may not be specified (for flags)
581 return ValueDisallowed;
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
CommandLine.h 122 ValueDisallowed = 0x03 // A value may not be specified (for flags)
709 return ValueDisallowed;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CommandLine.h 125 ValueDisallowed = 0x03 // A value may not be specified (for flags)
715 return ValueDisallowed;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
CommandLine.h 130 ValueDisallowed = 0x03 // A value may not be specified (for flags)
718 return ValueDisallowed;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
CommandLine.h 130 ValueDisallowed = 0x03 // A value may not be specified (for flags)
718 return ValueDisallowed;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
CommandLine.h 130 ValueDisallowed = 0x03 // A value may not be specified (for flags)
720 return ValueDisallowed;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
CommandLine.h 130 ValueDisallowed = 0x03 // A value may not be specified (for flags)
720 return ValueDisallowed;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
CommandLine.h 130 ValueDisallowed = 0x03 // A value may not be specified (for flags)
720 return ValueDisallowed;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
CommandLine.h 130 ValueDisallowed = 0x03 // A value may not be specified (for flags)
720 return ValueDisallowed;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CommandLine.h 125 ValueDisallowed = 0x03 // A value may not be specified (for flags)
715 return ValueDisallowed;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
CommandLine.h 130 ValueDisallowed = 0x03 // A value may not be specified (for flags)
718 return ValueDisallowed;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
CommandLine.h 130 ValueDisallowed = 0x03 // A value may not be specified (for flags)
718 return ValueDisallowed;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
CommandLine.h 130 ValueDisallowed = 0x03 // A value may not be specified (for flags)
720 return ValueDisallowed;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
CommandLine.h 130 ValueDisallowed = 0x03 // A value may not be specified (for flags)
720 return ValueDisallowed;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
CommandLine.h 130 ValueDisallowed = 0x03 // A value may not be specified (for flags)
720 return ValueDisallowed;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
CommandLine.h 130 ValueDisallowed = 0x03 // A value may not be specified (for flags)
720 return ValueDisallowed;
    [all...]

Completed in 85 milliseconds