Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/
DOptionParser.h24 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/
DClangOptionDocEmitter.cpp27 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/
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-12-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
Doptions_parser.cpp48 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/
DOptSpecifier.h15 class Option; variable
DOptTable.h31 class Option; variable
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DYaml.h29 StringRef Option, StringRef ConfigFile) { in getConfiguration()
DGenericTaintChecker.cpp382 const std::string &Option, in parseConfiguration()
947 std::string Option{"Config"}; in registerGenericTaintChecker() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Option/
DOptTable.cpp197 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
DOption.cpp26 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/
DRefactoringActionRulesInternal.h77 for (const auto &Option : Requirement.getRefactoringOptions()) in visitRefactoringOptionsImpl() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMachObjectWriter.cpp425 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/
DSemaStmtAttr.cpp93 LoopHintAttr::OptionType Option; in handleLoopHintAttr() local
275 LoopHintAttr::OptionType Option = LH->getOption(); in CheckForIncompatibleAttributes() local
/freebsd-12-stable/tools/tools/notescheck/
Dnotescheck.py55 class Option: class
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DTargetPassConfig.cpp432 #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/
Dcvparser.c376 UINT8 Option; in CvCommentExists() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/Targets/
DPPC.cpp425 auto FindVSXSubfeature = [&](StringRef Feature, StringRef Option) { in ppcUserFeaturesCheck()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DCommandLine.h103 class Option; variable
340 explicit Option(enum NumOccurrencesFlag OccurrencesFlag, in Option() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
DCheckerRegistry.cpp342 static void insertAndValidate(StringRef FullName, const CmdLineOption &Option, in insertAndValidate()
392 const CmdLineOption &Option, in insertOptionToCollection()
/freebsd-12-stable/usr.sbin/cron/crontab/
Dcrontab.c65 static enum opt_t Option; variable
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
Dcommon.h190 enum class Option : u8 { enum
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
DParsePragma.cpp1088 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/
Ddriver.cpp140 auto Option = Edit.substr(1); in ApplyOneQAOverride() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
DLTOCodeGenerator.cpp596 for (StringRef Option : Options) in setCodeGenDebugOptions() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGLoopInfo.cpp611 LoopHintAttr::OptionType Option = LoopHintAttr::Unroll; in push() local

12