Home
last modified time | relevance | path

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

123

/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.cpp26 const Record *Option; member
42 static bool hasFlag(const Record *Option, StringRef OptionFlag, in hasFlag()
54 static bool isOptionVisible(const Record *Option, const Record *DocInfo) { in isOptionVisible()
187 unsigned getNumArgsForKind(const 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()
299 bool emitOptionNames(const Record *Option, raw_ostream &OS, bool EmittedAny) { in emitOptionNames()
310 void forEachOptionName(const DocumentedOption &Option, const Record *DocInfo, in forEachOptionName()
320 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.h17 class Option; variable
/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp177 const OptTable::Info &In, StringRef Option) { in optionMatches()
190 OptTable::suggestValueCompletions(StringRef Option, StringRef Arg) const { in suggestValueCompletions()
235 unsigned OptTable::findNearest(StringRef Option, std::string &NearestString, in findNearest()
246 unsigned OptTable::findNearest(StringRef Option, std::string &NearestString, in findNearest()
262 StringRef Option, std::string &NearestString, unsigned MinimumLength, in internalFindNearest()
676 const std::string &Option = Opt.Name; in PrintHelpOptionList() local
H A DOption.cpp25 Option::Option(const OptTable::Info *info, const OptTable *owner) in Option() function in Option
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp510 void GenericTaintRuleParser::parseConfig(const std::string &Option, in parseConfig()
518 void GenericTaintRuleParser::parseConfig(const std::string &Option, in parseConfig()
526 void GenericTaintRuleParser::parseConfig(const std::string &Option, in parseConfig()
545 GenericTaintRuleParser::parseConfiguration(const std::string &Option, in parseConfiguration()
812 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.cpp473 for (const std::string &Option : Options) in ComputeLinkerOptionsLoadCommandSize() local
489 for (const std::string &Option : Options) { in writeLinkerOptionsLoadCommand() local
866 for (const auto &Option : LinkerOptions) { in writeObject() local
1025 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.cpp479 #define SET_OPTION(Option) \ in getCGPassBuilderOption() argument
495 #define SET_BOOLEAN_OPTION(Option) Opt.Option = Option; in getCGPassBuilderOption() argument
525 #define DISABLE_PASS(Option, Name) \ in registerCodeGenCallback() argument
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp97 LoopHintAttr::OptionType Option; in handleLoopHintAttr() local
495 LoopHintAttr::OptionType Option = LH->getOption(); in CheckForIncompatibleAttributes() local
637 AtomicAttr::ConsumedOption Option; in handleAtomicAttr() local
/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/llvm/lib/Target/NVPTX/
H A DNVVMReflect.cpp111 for (auto &Option : ReflectList) { in populateReflectMap() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp339 static void insertAndValidate(StringRef FullName, const CmdLineOption &Option, in insertAndValidate()
389 const CmdLineOption &Option, in insertOptionToCollection()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DIntegerLiteralSeparatorFixer.cpp64 const auto &Option = Style.IntegerLiteralSeparator; in process() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h98 class Option; variable
336 explicit Option(enum NumOccurrencesFlag OccurrencesFlag, in Option() function
/freebsd/contrib/jemalloc/scripts/
H A Dgen_travis.py63 class Option(object): class
/freebsd/usr.sbin/cron/crontab/
H A Dcrontab.c51 static enum opt_t Option; variable
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DPPC.cpp468 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.h230 enum class Option : u8 { enum
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DToken.h351 Token Option; member

123