Home
last modified time | relevance | path

Searched refs:AlwaysPrefix (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DCommandLine.cpp127 O->getFormattingFlag() == cl::AlwaysPrefix; in isPrefixedOrGrouping()
546 if (O->getFormattingFlag() == cl::AlwaysPrefix) in LookupOption()
662 if (i + 1 >= argc || Handler->getFormattingFlag() == cl::AlwaysPrefix) in ProvideOption()
770 if (MaybeValue.empty() || PGOpt->getFormattingFlag() == cl::AlwaysPrefix || in HandlePrefixedOrGroupedOption()
/openbsd-src/gnu/llvm/llvm/utils/FileCheck/
H A DFileCheck.cpp74 GlobalDefines("D", cl::AlwaysPrefix,
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DCommandLine.h160 AlwaysPrefix = 0x03 // Can this option only directly prefix its value? enumerator