Searched refs:AlwaysPrefix (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp127 O->getFormattingFlag() == cl::AlwaysPrefix;
542 // non-prefix form (ie is not AlwaysPrefix), we match. If not, signal match
549 if (O->getFormattingFlag() == cl::AlwaysPrefix)
665 if (i + 1 >= argc || Handler->getFormattingFlag() == cl::AlwaysPrefix)
773 if (MaybeValue.empty() || PGOpt->getFormattingFlag() == cl::AlwaysPrefix ||
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h161 // AlwaysPrefix - Only allow the behavior enabled by the Prefix flag and reject
169 AlwaysPrefix = 0x03 // Can this option only directly prefix its value? enumerator in enum:llvm::cl::FormattingFlags

Completed in 166 milliseconds