HomeSort by: relevance | last modified time | path
    Searched refs:AlwaysPrefix (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
CommandLine.cpp 127 O->getFormattingFlag() == cl::AlwaysPrefix;
538 // non-prefix form (ie is not AlwaysPrefix), we match. If not, signal match
545 if (O->getFormattingFlag() == cl::AlwaysPrefix)
661 if (i + 1 >= argc || Handler->getFormattingFlag() == cl::AlwaysPrefix)
769 if (MaybeValue.empty() || PGOpt->getFormattingFlag() == cl::AlwaysPrefix ||
  /src/external/apache2/llvm/dist/llvm/utils/FileCheck/
FileCheck.cpp 72 GlobalDefines("D", cl::AlwaysPrefix,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
CommandLine.h 157 // AlwaysPrefix - Only allow the behavior enabled by the Prefix flag and reject
165 AlwaysPrefix = 0x03 // Can this option only directly prefix its value?

Completed in 20 milliseconds