/freebsd-src/contrib/llvm-project/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
|
/freebsd-src/contrib/libxo/doc/ |
H A D | encoders.rst | 140 .. _csv_leafs: 186 .. _csv_no_header: 205 .. _csv_no_quotes: 214 .. _csv_dos:
|
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangOptionDocEmitter.cpp | 27 Record *Option; member 43 static bool hasFlag(const Record *Option, StringRef OptionFlag, in hasFlag() argument 55 static bool isOptionVisible(const Record *Option, const Record *DocInfo) { in isOptionVisible() argument 184 unsigned getNumArgsForKind(Record *OptionKind, const Record *Option) { in getNumArgsForKind() argument 211 canSphinxCopeWithOption(const Record * Option) canSphinxCopeWithOption() argument 242 emitOptionWithArgs(StringRef Prefix,const Record * Option,ArrayRef<StringRef> Args,raw_ostream & OS) emitOptionWithArgs() argument 258 emitOptionName(StringRef Prefix,const Record * Option,raw_ostream & OS) emitOptionName() argument 298 emitOptionNames(const Record * Option,raw_ostream & OS,bool EmittedAny) emitOptionNames() argument 309 forEachOptionName(const DocumentedOption & Option,const Record * DocInfo,Fn F) forEachOptionName() argument 319 emitOption(const DocumentedOption & Option,const Record * DocInfo,raw_ostream & OS) emitOption() argument 331 __anonf9f5b9850802(const Record *Option) emitOption() argument 352 __anonf9f5b9850a02(const Record *Option) emitOption() argument [all...] |
/freebsd-src/contrib/llvm-project/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
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/ |
H A D | options_parser.cpp | 48 struct Option { struct in __anon521f5ec10111::OptionParser 49 const char *Name; 50 const char *Desc; 51 OptionType Type; 52 void *Var;
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Option/ |
H A D | OptSpecifier.h | 15 class Option; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | Yaml.h | 30 StringRef Option, StringRef ConfigFile) { in getConfiguration()
|
H A D | GenericTaintChecker.cpp | 527 parseConfig(const std::string & Option,TaintConfiguration::Sink && S,RulesContTy & Rules) const parseConfig() argument 535 parseConfig(const std::string & Option,TaintConfiguration::Filter && S,RulesContTy & Rules) const parseConfig() argument 543 parseConfig(const std::string & Option,TaintConfiguration::Propagation && P,RulesContTy & Rules) const parseConfig() argument 562 parseConfiguration(const std::string & Option,TaintConfiguration && Config) const parseConfiguration() argument 798 std::string Option{"Config"}; initTaintRules() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Option/ |
H A D | OptTable.cpp | 176 optionMatches(const OptTable::Info & In,StringRef Option) optionMatches() argument 188 suggestValueCompletions(StringRef Option,StringRef Arg) const suggestValueCompletions() argument 231 findNearest(StringRef Option,std::string & NearestString,Visibility VisibilityMask,unsigned MinimumLength,unsigned MaximumDistance) const findNearest() argument 242 findNearest(StringRef Option,std::string & NearestString,unsigned FlagsToInclude,unsigned FlagsToExclude,unsigned MinimumLength,unsigned MaximumDistance) const findNearest() argument 258 internalFindNearest(StringRef Option,std::string & NearestString,unsigned MinimumLength,unsigned MaximumDistance,std::function<bool (const Info &)> ExcludeOption) const internalFindNearest() argument 666 const std::string &Option = Opt.Name; PrintHelpOptionList() local [all...] |
H A D | Option.cpp | 26 Option::Option(const OptTable::Info *info, const OptTable *owner) in Option() function in Option
|
/freebsd-src/usr.bin/posixmqcontrol/ |
H A D | posixmqcontrol.c | 346 struct Option { struct 366 const char *argv[], const struct Option **options) in parse_options() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
H A D | RefactoringActionRulesInternal.h | 77 for (const auto &Option : Requirement.getRefactoringOptions()) in visitRefactoringOptionsImpl() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MachObjectWriter.cpp | 426 for (const std::string &Option : Options) ComputeLinkerOptionsLoadCommandSize() local 442 for (const std::string &Option : Options) { writeLinkerOptionsLoadCommand() local 840 for (const auto &Option : Asm.getLinkerOptions()) { writeObject() local 987 for (const auto &Option : Asm.getLinkerOptions()) writeObject() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetPassConfig.cpp | 467 SET_OPTION(Option) getCGPassBuilderOption() argument 483 SET_BOOLEAN_OPTION(Option) getCGPassBuilderOption() argument 513 DISABLE_PASS(Option,Name) registerCodeGenCallback() argument [all...] |
/freebsd-src/tools/tools/notescheck/ |
H A D | notescheck.py | 54 class Option: class
|
/freebsd-src/sys/contrib/dev/acpica/compiler/ |
H A D | cvparser.c | 376 UINT8 Option; in CvCommentExists() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | PPC.cpp | 463 __anond76297890102(StringRef Feature, StringRef Option) ppcUserFeaturesCheck() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | IntegerLiteralSeparatorFixer.cpp | 61 const auto &Option = Style.IntegerLiteralSeparator; in process() local
|
/freebsd-src/contrib/llvm-project/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()
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmtAttr.cpp | 99 LoopHintAttr::OptionType Option; handleLoopHintAttr() local 466 LoopHintAttr::OptionType Option = LH->getOption(); CheckForIncompatibleAttributes() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | CommandLine.h | 98 class Option; global() variable 342 explicit Option(enum NumOccurrencesFlag OccurrencesFlag, Option() function [all...] |
/freebsd-src/usr.sbin/cron/crontab/ |
H A D | crontab.c | 51 static enum opt_t Option; variable
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | common.h | 204 enum class Option : u8 { global() enum
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | COFFMasmParser.cpp | 412 StringRef Option; ParseDirectiveOption() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | Token.h | 342 Token Option; global() member
|