Home
last modified time | relevance | path

Searched defs:Opts (Results 1 – 25 of 31) sorted by relevance

12

/third_party/rust/crates/clap/tests/derive/
Dtype_alias_regressions.rs12 pub struct Opts { struct
33 Opts::try_parse_from(["test", "value", "--choice=foo", "do-something"]).unwrap(); in type_alias_regressions() argument
Dissues.rs81 struct Opts { in issue_418() struct
84 command: Command, in issue_418()
Ddoc_comments_help.rs241 pub struct Opts { in doc_comment_about_handles_both_abouts() struct
243 pub cmd: Sub, in doc_comment_about_handles_both_abouts()
Dhelp.rs198 struct Opts { in derive_generated_error_has_full_context() struct
200 req_str: String, in derive_generated_error_has_full_context()
203 cmd: Option<SubCommands>, in derive_generated_error_has_full_context()
/third_party/rust/crates/codespan/codespan-reporting/examples/
Dterm.rs16 pub struct Opts { struct
29 let opts = Opts::from_args(); in main() argument
Dreusable_diagnostic.rs10 pub struct Opts { struct
17 color: ColorArg,
Dreadme_preview.rs19 pub enum Opts { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/Symbolize/
DSymbolize.h52 LLVMSymbolizer(const Options &Opts) : Opts(Opts) {} in LLVMSymbolizer()
131 Options Opts; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DTpiHashing.cpp29 ClassOptions Opts = Rec.getOptions(); in getHashForUdt() local
58 ClassOptions Opts = Deserialized.getOptions(); in getTagRecordHashForUdt() local
/third_party/typescript/tests/cases/compiler/
DreturnTypeInferenceNotTooBroad.ts2 interface Opts<T> { interface
DincorrectNumberOfTypeArgumentsDuringErrorReporting.ts7 interface Opts<A, B> {a:A, b:B} interface
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DFuzzerCLI.cpp45 SmallVector<StringRef, 4> Opts; in handleExecNameEncodedBEOpts() local
82 SmallVector<StringRef, 4> Opts; in handleExecNameEncodedOptimizerOpts() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DContext.cpp31 Context::createDefaultPipeline(const PipelineOptions &Opts, SourceMgr &SrcMgr) { in createDefaultPipeline()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DCompileUtils.cpp28 irManglingOptionsFromTargetOptions(const TargetOptions &Opts) { in irManglingOptionsFromTargetOptions()
/third_party/flutter/skia/bench/
DSkVMBench.cpp15 enum Mode {Opts, RP, F32, I32_Naive, I32, I32_SWAR}; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/
DDIContext.h187 DIDumpOptions Opts; in getForSingleDIE() local
195 DIDumpOptions Opts = *this; in noImplicitRecursion() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSimplifyCFGPass.cpp200 SimplifyCFGPass::SimplifyCFGPass(const SimplifyCFGOptions &Opts) { in SimplifyCFGPass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAArch64TargetParser.cpp234 SmallVector<StringRef, 4> Opts; in parseBranchProtection() local
DCommandLine.cpp2086 SmallVectorImpl<std::pair<const char *, Option *>> &Opts, in sortOpts()
2133 virtual void printOptions(StrOptionPairVector &Opts, size_t MaxArgLen) { in printOptions()
2169 StrOptionPairVector Opts; in printHelp() local
2251 void printOptions(StrOptionPairVector &Opts, size_t MaxArgLen) override { in printOptions()
2423 SmallVector<std::pair<const char *, Option *>, 128> Opts; in printOptionValues() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
DOptTable.cpp435 static std::string getOptionHelpName(const OptTable &Opts, OptSpecifier Id) { in getOptionHelpName()
515 static const char *getOptionHelpGroup(const OptTable &Opts, OptSpecifier Id) { in getOptionHelpGroup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp1712 SmallVectorImpl<std::pair<const char *, Option *>> &Opts, in sortOpts()
1759 virtual void printOptions(StrOptionPairVector &Opts, size_t MaxArgLen) { in printOptions()
1789 StrOptionPairVector Opts; in operator =() local
1873 void printOptions(StrOptionPairVector &Opts, size_t MaxArgLen) override { in printOptions()
2040 SmallVector<std::pair<const char *, Option *>, 128> Opts; in printOptionValues() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h590 EngineBuilder &setTargetOptions(const TargetOptions &Opts) { in setTargetOptions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h119 std::unique_ptr<unsigned[]> Opts; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp81 GCOVProfiler(const GCOVOptions &Opts) : Options(Opts) { in GCOVProfiler()
146 GCOVProfilerLegacyPass(const GCOVOptions &Opts) in GCOVProfilerLegacyPass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp492 const TargetLibraryInfo *TLI, ObjectSizeOpts Opts) { in getObjectSize()

12