| /freebsd/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/contrib/libxo/doc/ |
| H A D | encoders.rst | 140 .. _csv_leafs: 186 .. _csv_no_header: 205 .. _csv_no_quotes: 214 .. _csv_dos:
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangOptionDocEmitter.cpp | 26 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 D | options_parser.cpp | 48 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 D | OptSpecifier.h | 17 class Option; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Option/ |
| H A D | OptTable.cpp | 177 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 D | Option.cpp | 25 Option::Option(const OptTable::Info *info, const OptTable *owner) in Option() function in Option
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | GenericTaintChecker.cpp | 510 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 D | posixmqcontrol.c | 346 struct Option { struct 366 const char *argv[], const struct Option **options) in parse_options() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MachObjectWriter.cpp | 473 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 D | RefactoringActionRulesInternal.h | 77 for (const auto &Option : Requirement.getRefactoringOptions()) in visitRefactoringOptionsImpl() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetPassConfig.cpp | 479 #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 D | SemaStmtAttr.cpp | 97 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 D | notescheck.py | 54 class Option: class
|
| /freebsd/sys/contrib/dev/acpica/compiler/ |
| H A D | cvparser.c | 376 UINT8 Option; in CvCommentExists() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVVMReflect.cpp | 111 for (auto &Option : ReflectList) { in populateReflectMap() local
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | CheckerRegistry.cpp | 339 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 D | IntegerLiteralSeparatorFixer.cpp | 64 const auto &Option = Style.IntegerLiteralSeparator; in process() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | CommandLine.h | 98 class Option; variable 336 explicit Option(enum NumOccurrencesFlag OccurrencesFlag, in Option() function
|
| /freebsd/contrib/jemalloc/scripts/ |
| H A D | gen_travis.py | 63 class Option(object): class
|
| /freebsd/usr.sbin/cron/crontab/ |
| H A D | crontab.c | 51 static enum opt_t Option; variable
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | PPC.cpp | 468 StringRef Option) { in ppcUserFeaturesCheck()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | COFFMasmParser.cpp | 405 StringRef Option; in parseDirectiveOption() local
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | common.h | 230 enum class Option : u8 { enum
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Token.h | 351 Token Option; member
|