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

  /external/swiftshader/third_party/LLVM/lib/Support/
CommandLine.cpp 210 bool PermitValue = O->getValueExpectedFlag() != cl::ValueDisallowed;
211 StringRef Flag = PermitValue ? LHS : Arg;
219 if (RHS.empty() || !PermitValue)
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 472 bool PermitValue = O->getValueExpectedFlag() != cl::ValueDisallowed;
473 StringRef Flag = PermitValue ? LHS : Arg;
480 if (RHS.empty() || !PermitValue)
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
CommandLine.cpp 492 bool PermitValue = O->getValueExpectedFlag() != cl::ValueDisallowed;
493 StringRef Flag = PermitValue ? LHS : Arg;
500 if (RHS.empty() || !PermitValue)
    [all...]

Completed in 371 milliseconds