/third_party/rust/crates/clap/tests/derive/ |
D | type_alias_regressions.rs | 12 pub struct Opts { struct 33 Opts::try_parse_from(["test", "value", "--choice=foo", "do-something"]).unwrap(); in type_alias_regressions() argument
|
D | issues.rs | 81 struct Opts { in issue_418() struct 84 command: Command, in issue_418()
|
D | doc_comments_help.rs | 241 pub struct Opts { in doc_comment_about_handles_both_abouts() struct 243 pub cmd: Sub, in doc_comment_about_handles_both_abouts()
|
D | help.rs | 198 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/ |
D | term.rs | 16 pub struct Opts { struct 29 let opts = Opts::from_args(); in main() argument
|
D | reusable_diagnostic.rs | 10 pub struct Opts { struct 17 color: ColorArg,
|
D | readme_preview.rs | 19 pub enum Opts { enum
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/Symbolize/ |
D | Symbolize.h | 52 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/ |
D | TpiHashing.cpp | 29 ClassOptions Opts = Rec.getOptions(); in getHashForUdt() local 58 ClassOptions Opts = Deserialized.getOptions(); in getTagRecordHashForUdt() local
|
/third_party/typescript/tests/cases/compiler/ |
D | returnTypeInferenceNotTooBroad.ts | 2 interface Opts<T> { interface
|
D | incorrectNumberOfTypeArgumentsDuringErrorReporting.ts | 7 interface Opts<A, B> {a:A, b:B} interface
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
D | FuzzerCLI.cpp | 45 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/ |
D | Context.cpp | 31 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/ |
D | CompileUtils.cpp | 28 irManglingOptionsFromTargetOptions(const TargetOptions &Opts) { in irManglingOptionsFromTargetOptions()
|
/third_party/flutter/skia/bench/ |
D | SkVMBench.cpp | 15 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/ |
D | DIContext.h | 187 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/ |
D | SimplifyCFGPass.cpp | 200 SimplifyCFGPass::SimplifyCFGPass(const SimplifyCFGOptions &Opts) { in SimplifyCFGPass()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | AArch64TargetParser.cpp | 234 SmallVector<StringRef, 4> Opts; in parseBranchProtection() local
|
D | CommandLine.cpp | 2086 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/ |
D | OptTable.cpp | 435 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/ |
D | CommandLine.cpp | 1712 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/ |
D | ExecutionEngine.h | 590 EngineBuilder &setTargetOptions(const TargetOptions &Opts) { in setTargetOptions()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | RegAllocPBQP.h | 119 std::unique_ptr<unsigned[]> Opts; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 81 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/ |
D | MemoryBuiltins.cpp | 492 const TargetLibraryInfo *TLI, ObjectSizeOpts Opts) { in getObjectSize()
|