/openbsd-src/gnu/llvm/lldb/include/lldb/Host/ |
H A D | OptionParser.h | 24 struct Option { struct 26 const OptionDefinition *definition; argument 44 llvm::StringRef optstring, const Option *longopts, argument
|
/openbsd-src/gnu/llvm/clang/utils/TableGen/ |
H A D | ClangOptionDocEmitter.cpp | 27 Record *Option; member 154 unsigned getNumArgsForKind(Record *OptionKind, const Record *Option) { in getNumArgsForKind() 219 bool canSphinxCopeWithOption(const Record *Option) { in canSphinxCopeWithOption() 250 void emitOptionWithArgs(StringRef Prefix, const Record *Option, in emitOptionWithArgs() 266 void emitOptionName(StringRef Prefix, const Record *Option, raw_ostream &OS) { in emitOptionName() 306 bool emitOptionNames(const Record *Option, raw_ostream &OS, bool EmittedAny) { in emitOptionNames() 317 void forEachOptionName(const DocumentedOption &Option, const Record *DocInfo, in forEachOptionName() 326 void emitOption(const DocumentedOption &Option, const Record *DocInfo, in emitOption() 342 forEachOptionName(Option, DocInfo, [&](const Record *Option) { in emitOption() 363 forEachOptionName(Option, DocInfo, [&](const Record *Option) { in emitOption()
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | CheckerRegistryData.cpp | 54 for (const CmdLineOption &Option : CmdLineOptions) { in dumpToStream() local 74 for (const CmdLineOption &Option : CmdLineOptions) { in dumpToStream() local 191 for (const CmdLineOption &Option : Checker.CmdLineOptions) { in printCheckerOptionList() local 197 for (const CmdLineOption &Option : Package.CmdLineOptions) { in printCheckerOptionList() local 212 const CmdLineOption &Option = Entry.second; in printCheckerOptionList() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/optional/ |
H A D | options_parser.cpp | 48 struct Option { struct in __anon9de786660111::OptionParser 49 const char *Name; 50 const char *Desc; 51 OptionType Type; 52 void *Var;
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Option/ |
H A D | OptSpecifier.h | 15 class Option; variable
|
H A D | OptTable.h | 31 class Option; variable
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | Yaml.h | 30 StringRef Option, StringRef ConfigFile) { in getConfiguration()
|
H A D | GenericTaintChecker.cpp | 463 void GenericTaintRuleParser::parseConfig(const std::string &Option, in parseConfig() 471 void GenericTaintRuleParser::parseConfig(const std::string &Option, in parseConfig() 479 void GenericTaintRuleParser::parseConfig(const std::string &Option, in parseConfig() 498 GenericTaintRuleParser::parseConfiguration(const std::string &Option, in parseConfiguration() 726 std::string Option{"Config"}; in initTaintRules() local
|
/openbsd-src/gnu/llvm/llvm/lib/Option/ |
H A D | OptTable.cpp | 176 static bool optionMatches(const OptTable::Info &In, StringRef Option) { in optionMatches() 188 OptTable::suggestValueCompletions(StringRef Option, StringRef Arg) const { in suggestValueCompletions() 228 unsigned OptTable::findNearest(StringRef Option, std::string &NearestString, in findNearest() 587 const std::string &Option = Opt.Name; in PrintHelpOptionList() local
|
H A D | Option.cpp | 26 Option::Option(const OptTable::Info *info, const OptTable *owner) in Option() function in Option
|
/openbsd-src/gnu/llvm/clang/tools/libclang/ |
H A D | CXStoredDiagnostic.cpp | 54 StringRef Option = DiagnosticIDs::getWarningOptionForDiag(ID); in getDiagnosticOption() local
|
/openbsd-src/gnu/llvm/llvm/lib/MC/ |
H A D | MachObjectWriter.cpp | 426 for (const std::string &Option : Options) in ComputeLinkerOptionsLoadCommandSize() local 442 for (const std::string &Option : Options) { in writeLinkerOptionsLoadCommand() local 852 for (const auto &Option : Asm.getLinkerOptions()) { in writeObject() local 999 for (const auto &Option : Asm.getLinkerOptions()) in writeObject() local
|
/openbsd-src/usr.bin/libtool/LT/ |
H A D | Getopt.pm | 20 package Option; package
|
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Refactoring/ |
H A D | RefactoringActionRulesInternal.h | 77 for (const auto &Option : Requirement.getRefactoringOptions()) in visitRefactoringOptionsImpl() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | TargetPassConfig.cpp | 464 #define SET_OPTION(Option) \ in getCGPassBuilderOption() argument 475 #define SET_BOOLEAN_OPTION(Option) Opt.Option = Option; in getCGPassBuilderOption() argument 576 #define DISABLE_PASS(Option, Name) \ in registerCodeGenCallback() argument
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaStmtAttr.cpp | 94 LoopHintAttr::OptionType Option; in handleLoopHintAttr() local 346 LoopHintAttr::OptionType Option = LH->getOption(); in CheckForIncompatibleAttributes() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | CommandLine.h | 98 class Option; variable 337 explicit Option(enum NumOccurrencesFlag OccurrencesFlag, in Option() function
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/ |
H A D | CheckerRegistry.cpp | 341 static void insertAndValidate(StringRef FullName, const CmdLineOption &Option, in insertAndValidate() 391 const CmdLineOption &Option, in insertOptionToCollection()
|
/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/ |
H A D | PPC.cpp | 455 auto FindVSXSubfeature = [&](StringRef Feature, StringRef Option) { in ppcUserFeaturesCheck()
|
/openbsd-src/gnu/llvm/clang/lib/Format/ |
H A D | IntegerLiteralSeparatorFixer.cpp | 61 const auto &Option = Style.IntegerLiteralSeparator; in process() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
H A D | g77spec.c | 89 } Option; typedef
|
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
H A D | common.h | 193 enum class Option : u8 { enum
|
/openbsd-src/usr.sbin/cron/ |
H A D | crontab.c | 54 static enum opt_t Option; variable
|
/openbsd-src/gnu/llvm/clang/docs/tools/ |
H A D | dump_format_style.py | 91 class Option(object): class
|
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/ |
H A D | COFFMasmParser.cpp | 412 StringRef Option; in ParseDirectiveOption() local
|