/openbsd/gnu/llvm/lldb/source/Commands/ |
H A D | Options.td | 4 def tm_sort : Option<"sort", "s">, Group<1>, 12 def help_hide_aliases : Option<"hide-aliases", "a">, 21 def setset_global : Option<"global", "g">, 23 def setset_force : Option<"force", "f">, 25 def setset_exists : Option<"exists", "e">, 34 def setwrite_append : Option<"append", "a">, 45 def setclear_all : Option<"all", "a">, 52 def blist_internal : Option<"internal", "i">, 56 def blist_full : Option<"full", "f">, Group<2>, 103 Option<"dummy-breakpoints", "D">, Group<1>, [all …]
|
H A D | OptionsBase.td | 6 // Default value: LLDB_OPT_SET_ALL (Option allowed in all groups) 9 // Example: def foo : Option<"foo", "f">, Group<1>; 23 // Default value: not available (has to be defined in Option) 25 // - `Option` constructor: Already set by constructor. 31 // Default value: not available (has to be defined in Option) 33 // - `Option` constructor: Already set by constructor. 60 // Example: def foo : Option<"foo", "f">, 68 // Example: def foo : Option<"foo", "f">, 73 // Example: def foo : Option<"foo", "f">, 93 // Example: def foo : Option<"foo", "f">, [all …]
|
/openbsd/gnu/llvm/clang/utils/TableGen/ |
H A D | ClangOptionDocEmitter.cpp | 27 Record *Option; member 268 unsigned NumArgs = getNumArgsForKind(Option->getValueAsDef("Kind"), Option); in emitOptionName() 319 F(Option.Option); in forEachOptionName() 322 if (!isExcluded(Alias, DocInfo) && canSphinxCopeWithOption(Option.Option)) in forEachOptionName() 328 if (isExcluded(Option.Option, DocInfo)) in emitOption() 332 if (Option.Option->getValueAsDef("Kind")->getName() == "KIND_UNKNOWN" || in emitOption() 333 Option.Option->getValueAsDef("Kind")->getName() == "KIND_INPUT") in emitOption() 335 if (!canSphinxCopeWithOption(Option.Option)) in emitOption() 342 forEachOptionName(Option, DocInfo, [&](const Record *Option) { in emitOption() argument 363 forEachOptionName(Option, DocInfo, [&](const Record *Option) { in emitOption() argument [all …]
|
/openbsd/gnu/llvm/llvm/lib/Option/ |
H A D | OptTable.cpp | 72 assert(((A.Kind == Option::JoinedClass) ^ (B.Kind == Option::JoinedClass)) && in operator <() 113 Option::OptionClass Kind = (Option::OptionClass) getInfo(i + 1).Kind; in OptTable() 114 assert((Kind != Option::InputClass && Kind != Option::UnknownClass && in OptTable() 179 if (Option.slice(0, Option.size() - In.Name.size()) == Prefix) in optionMatches() 232 assert(!Option.empty()); in findNearest() 526 case Option::GroupClass: case Option::InputClass: case Option::UnknownClass: in getOptionHelpName() 543 case Option::FlagClass: in getOptionHelpName() 546 case Option::ValuesClass: in getOptionHelpName() 549 case Option::SeparateClass: case Option::JoinedOrSeparateClass: in getOptionHelpName() 550 case Option::RemainingArgsClass: case Option::RemainingArgsJoinedClass: in getOptionHelpName() [all …]
|
H A D | Option.cpp | 26 Option::Option(const OptTable::Info *info, const OptTable *owner) in Option() function in Option 41 void Option::print(raw_ostream &O) const { in print() 70 const Option Group = getGroup(); in print() 76 const Option Alias = getAlias(); in print() 89 LLVM_DUMP_METHOD void Option::dump() const { print(dbgs()); } in dump() 92 bool Option::matches(OptSpecifier Opt) const { in matches() 94 const Option Alias = getAlias(); in matches() 102 const Option Group = getGroup(); in matches() 108 std::unique_ptr<Arg> Option::acceptInternal(const ArgList &Args, in acceptInternal() 235 std::unique_ptr<Arg> Option::accept(const ArgList &Args, StringRef CurArg, in accept() [all …]
|
H A D | Arg.cpp | 21 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const Arg *BaseArg) in Arg() 25 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const char *Value0, in Arg() 32 Arg::Arg(const Option Opt, StringRef S, unsigned Index, const char *Value0, in Arg() 98 case Option::RenderValuesStyle: in render() 102 case Option::RenderCommaJoinedStyle: { in render() 114 case Option::RenderJoinedStyle: in render() 120 case Option::RenderSeparateStyle: in render()
|
/openbsd/gnu/llvm/lldb/utils/TableGen/ |
H A D | LLDBOptionDefEmitter.cpp | 38 CommandOption(Record *Option) { in CommandOption() 39 if (Option->getValue("Groups")) { in CommandOption() 41 auto Groups = Option->getValueAsListOfInts("Groups"); in CommandOption() 44 } else if (Option->getValue("GroupStart")) { in CommandOption() 47 int GroupStart = Option->getValueAsInt("GroupStart"); in CommandOption() 48 int GroupEnd = Option->getValueAsInt("GroupEnd"); in CommandOption() 54 Required = Option->getValue("Required"); in CommandOption() 60 if (auto A = Option->getValue("ArgType")) in CommandOption() 64 if (Option->getValue("Validator")) in CommandOption() 67 if (Option->getValue("Completions")) in CommandOption() [all …]
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | CheckerRegistryData.cpp | 54 for (const CmdLineOption &Option : CmdLineOptions) { in dumpToStream() local 56 Option.dumpToStream(Out); in dumpToStream() 74 for (const CmdLineOption &Option : CmdLineOptions) { in dumpToStream() local 76 Option.dumpToStream(Out); in dumpToStream() 192 OptionMap.insert({Checker.FullName, Option}); in printCheckerOptionList() 198 OptionMap.insert({Package.FullName, Option}); in printCheckerOptionList() 212 const CmdLineOption &Option = Entry.second; in printCheckerOptionList() local 216 ("(" + Option.OptionType + ") " + Option.Description + " (default: " + in printCheckerOptionList() 217 (Option.DefaultValStr.empty() ? "\"\"" : Option.DefaultValStr) + ")") in printCheckerOptionList() 224 if (Option.IsHidden) { in printCheckerOptionList() [all …]
|
/openbsd/usr.bin/libtool/LT/ |
H A D | Getopt.pm | 20 package Option; package 24 return Option::Short->new($1); 30 return Option::Long->new($1); 32 return Option::LongArg->new($1); 36 return Option::Long->new($1); 51 package Option::Short; 68 package Option::ShortArg; 84 package Option::Long; 96 package Option::LongArg0; 111 package Option::LongArg; [all …]
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | mpw-config.in | 23 Else If "{target_canonical}" =~ /i386-\Option-x-go32/ 29 Else If "{target_canonical}" =~ /mips-\Option-x-\Option-x/ 35 Else If "{target_canonical}" =~ /sh-\Option-x-hms/ 62 sed -e 's/@WORDSIZE@/32/' \Option-d 63 -e 's/@wordsize@/32/' \Option-d 64 -e "s/@VERSION@/`Catenate {srcdir}VERSION`/" \Option-d 65 -e 's/@BFD_HOST_64_BIT_DEFINED@/0/' \Option-d 66 -e 's/@BFD_HOST_64_BIT@//' \Option-d 67 -e 's/@BFD_HOST_U_64_BIT@//' \Option-d 68 -e 's/@BFD_HOST_64BIT_LONG@/0/' \Option-d [all …]
|
H A D | mpw-make.sed | 19 /^all \\Option-f _oldest/,/^$/d 49 /^ofiles \\Option-f/,/^$/d 62 /^{OFILES} \\Option-f stamp-picdir/,/^$/d 65 /^\.c\.o \\Option-f /,/End If/c\ 66 .c.o \\Option-f .c 69 /"{o}"targets.c.o \\Option-f "{s}"targets.c Makefile/,/^$/c\ 70 "{o}"targets.c.o \\Option-f "{s}"targets.c Makefile\ 74 "{o}"archures.c.o \\Option-f "{s}"archures.c Makefile\ 79 /^"{srcdir}"bfd-in2.h \\Option-f /,/^$/d 80 /^"{srcdir}"libbfd.h \\Option-f /,/^$/d [all …]
|
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | CommandLine.h | 98 class Option; variable 235 StringMap<Option *> OptionsMap; 248 class Option { 348 virtual ~Option() = default; 806 Option &Owner; 1234 const Option &O, 1410 class opt : public Option, 1904 class alias : public Option { 1905 Option *AliasFor; 1964 Option &Opt; [all …]
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | CommandLine.cpp | 82 void Option::anchor() {} in anchor() 301 void removeOption(Option *O) { in removeOption() 379 Option *O = E.second; in registerSubCommand() 444 void Option::addArgument() { in addArgument() 471 void Option::reset() { in reset() 586 Option *Best = nullptr; in LookupNearestOption() 591 Option *O = it->second; in LookupNearestOption() 749 static Option * 1484 for (Option *O : SC->SinkOpts) in ResetAllOptionOccurrences() 1605 Option *Handler = nullptr; in ParseCommandLineOptions() [all …]
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaStmtAttr.cpp | 94 LoopHintAttr::OptionType Option; in handleLoopHintAttr() local 99 Option = O; in handleLoopHintAttr() 137 if (Option == LoopHintAttr::VectorizeWidth) { in handleLoopHintAttr() 153 } else if (Option == LoopHintAttr::Vectorize || in handleLoopHintAttr() 154 Option == LoopHintAttr::Interleave || in handleLoopHintAttr() 156 Option == LoopHintAttr::Unroll || in handleLoopHintAttr() 347 switch (Option) { in CheckForIncompatibleAttributes() 380 if (Option == LoopHintAttr::Vectorize || in CheckForIncompatibleAttributes() 381 Option == LoopHintAttr::Interleave || Option == LoopHintAttr::Unroll || in CheckForIncompatibleAttributes() 382 Option == LoopHintAttr::UnrollAndJam || in CheckForIncompatibleAttributes() [all …]
|
/openbsd/gnu/llvm/llvm/tools/llvm-lipo/ |
H A D | LipoOpts.td | 1 include "llvm/Option/OptParser.td" 22 : Option<["-", "--"], "verify_arch", KIND_REMAINING_ARGS>, 27 def archs : Option<["-", "--"], "archs", KIND_FLAG>, 31 def info : Option<["-", "--"], "info", KIND_FLAG>, 37 def thin : Option<["-", "--"], "thin", KIND_SEPARATE>, 42 def extract : Option<["-", "--"], "extract", KIND_SEPARATE>, 47 def create : Option<["-", "--"], "create", KIND_FLAG>, 58 def output : Option<["-", "--"], "output", KIND_SEPARATE>,
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | mpw-make.sed | 60 /{OBJS}/s/{OBJS} \\Option-f "{o}"config.h/{OBJS} \\Option-f/ 82 stamps \\Option-f config-stamp\ 84 /^install \\Option-f/,/^$/c\ 85 install \\Option-f all install-only\ 87 install-only \\Option-f\ 93 /^Makefile \\Option-f/,/^$/d 94 /^config.status \\Option-f/,/^$/d 96 /^"{o}"config.h \\Option-f/s/^/#/
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
H A D | 980825-1.c | 10 extern optionValues Option; 25 case 'c': Option.include.classNames = mode; break; 26 case 'd': Option.include.defines = mode; break; 27 case 'e': Option.include.enumerators = mode; break;
|
/openbsd/gnu/usr.bin/binutils/ld/ |
H A D | mpw-make.sed | 24 /^"{o}"ldmain.c.o \\Option-f .* config.status$/,/^$/c\ 25 "{o}"ldmain.c.o \\Option-f "{s}"ldmain.c\ 79 /^install \\Option-f /,/^$/c\ 80 install \\Option-f all install-only\ 82 install-only \\Option-f\ 91 /^lintlog \\Option-f/,/^$/d 93 /^Makefile \\Option-f/,/^$/d 94 /^"{o}"config.h \\Option-f/,/^$/d 95 /^config.status \\Option-f/,/^$/d
|
/openbsd/gnu/llvm/llvm/include/llvm/Option/ |
H A D | Option.h | 51 class Option { 81 Option(const OptTable::Info *Info, const OptTable *Owner); 103 const Option getGroup() const { in getGroup() 109 const Option getAlias() const { in getAlias() 189 const Option getUnaliasedOption() const { in getUnaliasedOption() 190 const Option Alias = getAlias(); in getUnaliasedOption()
|
H A D | Arg.h | 37 const Option Opt; 67 Arg(const Option Opt, StringRef Spelling, unsigned Index, 69 Arg(const Option Opt, StringRef Spelling, unsigned Index, 71 Arg(const Option Opt, StringRef Spelling, unsigned Index, 77 const Option &getOption() const { return Opt; } in getOption()
|
H A D | OptTable.h | 31 class Option; variable 110 const Option getOption(OptSpecifier Opt) const; 152 std::vector<std::string> suggestValueCompletions(StringRef Option, 182 unsigned findNearest(StringRef Option, std::string &NearestString, 187 bool findExact(StringRef Option, std::string &ExactString, 190 return findNearest(Option, ExactString, FlagsToInclude, FlagsToExclude, 4,
|
/openbsd/gnu/llvm/llvm/bindings/ocaml/analysis/ |
H A D | analysis_ocaml.c | 28 CAMLlocal2(String, Option); in llvm_verify_module() 34 Option = Val_none; in llvm_verify_module() 37 Option = caml_alloc_some(String); in llvm_verify_module() 42 CAMLreturn(Option); in llvm_verify_module()
|
/openbsd/gnu/llvm/llvm/tools/llvm-objcopy/ |
H A D | InstallNameToolOpts.td | 13 include "llvm/Option/OptParser.td" 18 def add_rpath : Option<["-", "--"], "add_rpath", KIND_SEPARATE>, 21 def prepend_rpath : Option<["-", "--"], "prepend_rpath", KIND_SEPARATE>, 24 def delete_rpath: Option<["-", "--"], "delete_rpath", KIND_SEPARATE>, 33 def id : Option<["-","--"], "id", KIND_SEPARATE>,
|
/openbsd/gnu/llvm/clang/lib/Format/ |
H A D | IntegerLiteralSeparatorFixer.cpp | 61 const auto &Option = Style.IntegerLiteralSeparator; in process() local 62 const auto Binary = Option.Binary; in process() 63 const auto Decimal = Option.Decimal; in process() 64 const auto Hex = Option.Hex; in process() 73 std::max((int)Option.BinaryMinDigits, Binary + 1); in process() 75 std::max((int)Option.DecimalMinDigits, Decimal + 1); in process() 76 const auto HexMinDigits = std::max((int)Option.HexMinDigits, Hex + 1); in process()
|
/openbsd/usr.sbin/cron/ |
H A D | crontab.c | 54 static enum opt_t Option; variable 102 switch (Option) { in main() 136 Option = opt_unknown; in parse_args() 149 if (Option != opt_unknown) in parse_args() 151 Option = opt_list; in parse_args() 154 if (Option != opt_unknown) in parse_args() 156 Option = opt_delete; in parse_args() 159 if (Option != opt_unknown) in parse_args() 161 Option = opt_edit; in parse_args() 170 if (Option != opt_unknown) { in parse_args() [all …]
|