Home
last modified time | relevance | path

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

12

/netbsd/external/apache2/llvm/dist/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
/netbsd/external/apache2/llvm/dist/clang/utils/TableGen/
H A 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()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Option/
H A DOptSpecifier.h15 class Option; variable
H A DOptTable.h31 class Option; variable
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DYaml.h29 StringRef Option, StringRef ConfigFile) { in getConfiguration()
H A DGenericTaintChecker.cpp382 const std::string &Option, in parseConfiguration()
947 std::string Option{"Config"}; in registerGenericTaintChecker() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Option/
H A DOptTable.cpp198 static bool optionMatches(const OptTable::Info &In, StringRef Option) { in optionMatches()
213 OptTable::suggestValueCompletions(StringRef Option, StringRef Arg) const { in suggestValueCompletions()
253 unsigned OptTable::findNearest(StringRef Option, std::string &NearestString, in findNearest()
326 bool OptTable::addValues(const char *Option, const char *Values) { in addValues()
591 const std::string &Option = OptionHelp[i].Name; in PrintHelpOptionList() local
H A DOption.cpp26 Option::Option(const OptTable::Info *info, const OptTable *owner) in Option() function in Option
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXStoredDiagnostic.cpp54 StringRef Option = DiagnosticIDs::getWarningOptionForDiag(ID); in getDiagnosticOption() local
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dgetopt.d500 struct Option { struct
507 private pure Option splitAndGet(string opt) @trusted nothrow in splitAndGet() argument
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/
H A Dgetopt.d495 struct Option { struct
502 private pure Option splitAndGet(string opt) @trusted nothrow in splitAndGet() argument
/netbsd/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRulesInternal.h77 for (const auto &Option : Requirement.getRefactoringOptions()) in visitRefactoringOptionsImpl() local
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A 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
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmtAttr.cpp93 LoopHintAttr::OptionType Option; in handleLoopHintAttr() local
275 LoopHintAttr::OptionType Option = LH->getOption(); in CheckForIncompatibleAttributes() local
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A 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
/netbsd/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DPPC.cpp256 auto FindVSXSubfeature = [&](StringRef Feature, StringRef Option) { in ppcUserFeaturesCheck()
/netbsd/sys/external/bsd/acpica/dist/compiler/
H A Dcvparser.c268 UINT8 Option; in CvCommentExists() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCommandLine.h103 class Option; variable
340 explicit Option(enum NumOccurrencesFlag OccurrencesFlag, in Option() function
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp342 static void insertAndValidate(StringRef FullName, const CmdLineOption &Option, in insertAndValidate()
392 const CmdLineOption &Option, in insertOptionToCollection()
/netbsd/external/apache2/llvm/dist/clang/docs/tools/
H A Ddump_format_style.py34 class Option(object): class
/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A 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
/netbsd/external/apache2/llvm/dist/clang/tools/driver/
H A Ddriver.cpp140 auto Option = Edit.substr(1); in ApplyOneQAOverride() local
/netbsd/external/bsd/cron/dist/
H A Dcrontab.c58 static enum opt_t Option; variable
/netbsd/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp596 for (StringRef Option : Options) in setCodeGenDebugOptions() local
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGLoopInfo.cpp611 LoopHintAttr::OptionType Option = LoopHintAttr::Unroll; in push() local

12