Home
last modified time | relevance | path

Searched defs:Option (Results 1 – 25 of 47) sorted by relevance

12

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DOptionParser.h24 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 DClangOptionDocEmitter.cpp27 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 DCheckerRegistryData.cpp54 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 Doptions_parser.cpp48 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 DOptSpecifier.h15 class Option; variable
H A DOptTable.h31 class Option; variable
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DYaml.h30 StringRef Option, StringRef ConfigFile) { in getConfiguration()
H A DGenericTaintChecker.cpp463 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 DOptTable.cpp176 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 DOption.cpp26 Option::Option(const OptTable::Info *info, const OptTable *owner) in Option() function in Option
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXStoredDiagnostic.cpp54 StringRef Option = DiagnosticIDs::getWarningOptionForDiag(ID); in getDiagnosticOption() local
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMachObjectWriter.cpp426 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 DGetopt.pm20 package Option; package
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRulesInternal.h77 for (const auto &Option : Requirement.getRefactoringOptions()) in visitRefactoringOptionsImpl() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp464 #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 DSemaStmtAttr.cpp94 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 DCommandLine.h98 class Option; variable
337 explicit Option(enum NumOccurrencesFlag OccurrencesFlag, in Option() function
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp341 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 DPPC.cpp455 auto FindVSXSubfeature = [&](StringRef Feature, StringRef Option) { in ppcUserFeaturesCheck()
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DIntegerLiteralSeparatorFixer.cpp61 const auto &Option = Style.IntegerLiteralSeparator; in process() local
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dg77spec.c89 } Option; typedef
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dcommon.h193 enum class Option : u8 { enum
/openbsd-src/usr.sbin/cron/
H A Dcrontab.c54 static enum opt_t Option; variable
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Ddump_format_style.py91 class Option(object): class
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp412 StringRef Option; in ParseDirectiveOption() local

12