| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/ |
| D | OptionParser.h | 24 struct Option { struct 26 const OptionDefinition *definition; argument 44 llvm::StringRef optstring, const Option *longopts, argument
|
| /freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/ |
| D | ClangOptionDocEmitter.cpp | 27 Record *Option; member 154 unsigned getNumArgsForKind(Record *OptionKind, const Record *Option) { in getNumArgsForKind() 196 bool canSphinxCopeWithOption(const Record *Option) { in canSphinxCopeWithOption() 227 void emitOptionWithArgs(StringRef Prefix, const Record *Option, in emitOptionWithArgs() 241 void emitOptionName(StringRef Prefix, const Record *Option, raw_ostream &OS) { in emitOptionName() 281 bool emitOptionNames(const Record *Option, raw_ostream &OS, bool EmittedAny) { in emitOptionNames() 292 void forEachOptionName(const DocumentedOption &Option, const Record *DocInfo, in forEachOptionName() 301 void emitOption(const DocumentedOption &Option, const Record *DocInfo, in emitOption() 315 forEachOptionName(Option, DocInfo, [&](const Record *Option) { in emitOption() 336 forEachOptionName(Option, DocInfo, [&](const Record *Option) { in emitOption()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| 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
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/ |
| D | options_parser.cpp | 48 struct Option { struct in __anon8dcd0e470111::OptionParser 49 const char *Name; 50 const char *Desc; 51 OptionType Type; 52 void *Var;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Option/ |
| D | OptSpecifier.h | 15 class Option; variable
|
| D | OptTable.h | 31 class Option; variable
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| D | Yaml.h | 29 StringRef Option, StringRef ConfigFile) { in getConfiguration()
|
| D | GenericTaintChecker.cpp | 382 const std::string &Option, in parseConfiguration() 947 std::string Option{"Config"}; in registerGenericTaintChecker() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Option/ |
| D | OptTable.cpp | 197 static bool optionMatches(const OptTable::Info &In, StringRef Option) { in optionMatches() 212 OptTable::suggestValueCompletions(StringRef Option, StringRef Arg) const { in suggestValueCompletions() 252 unsigned OptTable::findNearest(StringRef Option, std::string &NearestString, in findNearest() 325 bool OptTable::addValues(const char *Option, const char *Values) { in addValues() 590 const std::string &Option = OptionHelp[i].Name; in PrintHelpOptionList() local
|
| D | Option.cpp | 26 Option::Option(const OptTable::Info *info, const OptTable *owner) in Option() function in Option
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
| D | RefactoringActionRulesInternal.h | 77 for (const auto &Option : Requirement.getRefactoringOptions()) in visitRefactoringOptionsImpl() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/ |
| D | MachObjectWriter.cpp | 425 for (const std::string &Option : Options) in ComputeLinkerOptionsLoadCommandSize() local 441 for (const std::string &Option : Options) { in writeLinkerOptionsLoadCommand() local 807 for (const auto &Option : Asm.getLinkerOptions()) { in writeObject() local 949 for (const auto &Option : Asm.getLinkerOptions()) in writeObject() local
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaStmtAttr.cpp | 93 LoopHintAttr::OptionType Option; in handleLoopHintAttr() local 275 LoopHintAttr::OptionType Option = LH->getOption(); in CheckForIncompatibleAttributes() local
|
| /freebsd-12-stable/tools/tools/notescheck/ |
| D | notescheck.py | 55 class Option: class
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | TargetPassConfig.cpp | 432 #define SET_OPTION(Option) \ in getCGPassBuilderOption() argument 443 #define SET_BOOLEAN_OPTION(Option) Opt.Option = Option; in getCGPassBuilderOption() argument 544 #define DISABLE_PASS(Option, Name) \ in registerCodeGenCallback() argument
|
| /freebsd-12-stable/sys/contrib/dev/acpica/compiler/ |
| D | cvparser.c | 376 UINT8 Option; in CvCommentExists() local
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/Targets/ |
| D | PPC.cpp | 425 auto FindVSXSubfeature = [&](StringRef Feature, StringRef Option) { in ppcUserFeaturesCheck()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| D | CommandLine.h | 103 class Option; variable 340 explicit Option(enum NumOccurrencesFlag OccurrencesFlag, in Option() function
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
| D | CheckerRegistry.cpp | 342 static void insertAndValidate(StringRef FullName, const CmdLineOption &Option, in insertAndValidate() 392 const CmdLineOption &Option, in insertOptionToCollection()
|
| /freebsd-12-stable/usr.sbin/cron/crontab/ |
| D | crontab.c | 65 static enum opt_t Option; variable
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| D | common.h | 190 enum class Option : u8 { enum
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/ |
| D | ParsePragma.cpp | 1088 Token Option; member 1093 static std::string PragmaLoopHintString(Token PragmaName, Token Option) { in PragmaLoopHintString() 3155 Token Option, bool ValueInParens, in ParseLoopHintValue() 3260 Token Option = Tok; in HandlePragma() local 3363 Token Option; in HandlePragma() local
|
| /freebsd-12-stable/contrib/llvm-project/clang/tools/driver/ |
| D | driver.cpp | 140 auto Option = Edit.substr(1); in ApplyOneQAOverride() local
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/ |
| D | LTOCodeGenerator.cpp | 596 for (StringRef Option : Options) in setCodeGenDebugOptions() local
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CGLoopInfo.cpp | 611 LoopHintAttr::OptionType Option = LoopHintAttr::Unroll; in push() local
|