Home
last modified time | relevance | path

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

12

/freebsd/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/contrib/libxo/doc/
H A Dencoders.rst140 .. _csv_leafs:
186 .. _csv_no_header:
205 .. _csv_no_quotes:
214 .. _csv_dos:
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangOptionDocEmitter.cpp27 Record *Option; member
43 static bool hasFlag(const Record *Option, StringRef OptionFlag, in hasFlag()
55 static bool isOptionVisible(const Record *Option, const Record *DocInfo) { in isOptionVisible()
184 unsigned getNumArgsForKind(Record *OptionKind, const Record *Option) { in getNumArgsForKind()
211 bool canSphinxCopeWithOption(const Record *Option) { in canSphinxCopeWithOption()
242 void emitOptionWithArgs(StringRef Prefix, const Record *Option, in emitOptionWithArgs()
258 void emitOptionName(StringRef Prefix, const Record *Option, raw_ostream &OS) { in emitOptionName()
298 bool emitOptionNames(const Record *Option, raw_ostream &OS, bool EmittedAny) { in emitOptionNames()
309 void forEachOptionName(const DocumentedOption &Option, const Record *DocInfo, in forEachOptionName()
319 void emitOption(const DocumentedOption &Option, const Record *DocInfo, in emitOption()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Doptions_parser.cpp48 struct Option { struct in __anone23ff92f0111::OptionParser
49 const char *Name;
50 const char *Desc;
51 OptionType Type;
52 void *Var;
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptSpecifier.h15 class Option; variable
H A DOptTable.h31 class Option; variable
/freebsd/contrib/llvm-project/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()
231 unsigned OptTable::findNearest(StringRef Option, std::string &NearestString, in findNearest()
242 unsigned OptTable::findNearest(StringRef Option, std::string &NearestString, in findNearest()
258 StringRef Option, std::string &NearestString, unsigned MinimumLength, in internalFindNearest()
666 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
[all...]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp512 void GenericTaintRuleParser::parseConfig(const std::string &Option, in parseConfig()
520 void GenericTaintRuleParser::parseConfig(const std::string &Option, in parseConfig()
528 void GenericTaintRuleParser::parseConfig(const std::string &Option, in parseConfig()
547 GenericTaintRuleParser::parseConfiguration(const std::string &Option, in parseConfiguration()
814 std::string Option{"Config"}; in initTaintRules() local
/freebsd/usr.bin/posixmqcontrol/
H A Dposixmqcontrol.c346 struct Option { struct
366 const char *argv[], const struct Option **options) in parse_options() argument
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMachObjectWriter.cpp469 for (const std::string &Option : Options) in ComputeLinkerOptionsLoadCommandSize() local
485 for (const std::string &Option : Options) { in writeLinkerOptionsLoadCommand() local
861 for (const auto &Option : LinkerOptions) { in writeObject() local
1020 for (const auto &Option : LinkerOptions) in writeObject() local
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRulesInternal.h77 for (const auto &Option : Requirement.getRefactoringOptions()) in visitRefactoringOptionsImpl() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp471 #define SET_OPTION(Option) \ in getCGPassBuilderOption() argument
487 #define SET_BOOLEAN_OPTION(Option) Opt.Option = Option; in getCGPassBuilderOption() argument
517 #define DISABLE_PASS(Option, Name) \ in registerCodeGenCallback() argument
/freebsd/tools/tools/notescheck/
H A Dnotescheck.py54 class Option: class
/freebsd/sys/contrib/dev/acpica/compiler/
H A Dcvparser.c376 UINT8 Option; in CvCommentExists() local
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DIntegerLiteralSeparatorFixer.cpp61 const auto &Option = Style.IntegerLiteralSeparator; in process() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h97 class Option; variable
335 explicit Option(enum NumOccurrencesFlag OccurrencesFlag, in Option() function
/freebsd/usr.sbin/cron/crontab/
H A Dcrontab.c51 static enum opt_t Option; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp100 LoopHintAttr::OptionType Option; in handleLoopHintAttr() local
485 LoopHintAttr::OptionType Option = LH->getOption(); in CheckForIncompatibleAttributes() local
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DPPC.cpp496 auto FindVSXSubfeature = [&](StringRef Feature, StringRef Option) { in ppcUserFeaturesCheck()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp405 StringRef Option; in ParseDirectiveOption() local
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcommon.h208 enum class Option : u8 { enum
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DToken.h345 Token Option; member
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAIX.cpp512 std::string Option(OptionSpelling); in addTocDataOptions() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp621 LoopHintAttr::OptionType Option = LoopHintAttr::Unroll; in push() local

12