Home
last modified time | relevance | path

Searched refs:LongOptionsUseDoubleDash (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DCommandLine.cpp176 bool LongOptionsUseDoubleDash = false);
423 bool LongOptionsUseDoubleDash, bool HaveDoubleDash) { in LookupLongOption() argument
425 if (Opt && LongOptionsUseDoubleDash && !HaveDoubleDash && !isGrouping(Opt)) in LookupLongOption()
1450 bool LongOptionsUseDoubleDash) { in ParseCommandLineOptions() argument
1471 Errs, LongOptionsUseDoubleDash); in ParseCommandLineOptions()
1495 bool LongOptionsUseDoubleDash) { in ParseCommandLineOptions() argument
1655 LongOptionsUseDoubleDash, HaveDoubleDash); in ParseCommandLineOptions()
1669 LongOptionsUseDoubleDash, HaveDoubleDash); in ParseCommandLineOptions()
1672 if (!Handler && !(LongOptionsUseDoubleDash && HaveDoubleDash)) in ParseCommandLineOptions()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DCommandLine.h73 bool LongOptionsUseDoubleDash = false);