Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Host/
H A DOptionParser.h24 struct Option { struct
26 const OptionDefinition *definition; argument
44 llvm::StringRef optstring, const Option *longopts, argument
/freebsd-src/contrib/libxo/doc/
H A Dencoders.rst140 .. _csv_leafs:
186 .. _csv_no_header:
205 .. _csv_no_quotes:
214 .. _csv_dos:
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DClangOptionDocEmitter.cpp27 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 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
/freebsd-src/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Doptions_parser.cpp48 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 DOptSpecifier.h15 class Option; variable
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DYaml.h30 StringRef Option, StringRef ConfigFile) { in getConfiguration()
H A DGenericTaintChecker.cpp527 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 DOptTable.cpp176 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 DOption.cpp26 Option::Option(const OptTable::Info *info, const OptTable *owner) in Option() function in Option
/freebsd-src/usr.bin/posixmqcontrol/
H A Dposixmqcontrol.c346 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 DRefactoringActionRulesInternal.h77 for (const auto &Option : Requirement.getRefactoringOptions()) in visitRefactoringOptionsImpl() local
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp426 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 DTargetPassConfig.cpp467 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 Dnotescheck.py54 class Option: class
/freebsd-src/sys/contrib/dev/acpica/compiler/
H A Dcvparser.c376 UINT8 Option; in CvCommentExists() local
/freebsd-src/contrib/llvm-project/clang/lib/Basic/Targets/
H A DPPC.cpp463 __anond76297890102(StringRef Feature, StringRef Option) ppcUserFeaturesCheck() argument
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DIntegerLiteralSeparatorFixer.cpp61 const auto &Option = Style.IntegerLiteralSeparator; in process() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp341 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 DSemaStmtAttr.cpp99 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 DCommandLine.h98 class Option; global() variable
342 explicit Option(enum NumOccurrencesFlag OccurrencesFlag, Option() function
[all...]
/freebsd-src/usr.sbin/cron/crontab/
H A Dcrontab.c51 static enum opt_t Option; variable
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcommon.h204 enum class Option : u8 { global() enum
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp412 StringRef Option; ParseDirectiveOption() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DToken.h342 Token Option; global() member

12