/third_party/rust/crates/regex/regex-debug/src/ |
D | main.rs | 51 struct Args { struct 52 cmd_ast: bool, 53 cmd_hir: bool, 54 cmd_prefixes: bool, 55 cmd_suffixes: bool, 56 cmd_anchors: bool, 57 cmd_captures: bool, 58 cmd_compile: bool, 59 cmd_utf8_ranges: bool, 83 let mut args: Args = Docopt::new(USAGE) in main() argument [all …]
|
/third_party/rust/crates/aho-corasick/aho-corasick-debug/ |
D | main.rs | 43 struct Args { struct 56 impl Args { implementation
|
/third_party/rust/crates/regex/bench/src/ |
D | main.rs | 28 struct Args { struct 41 let args: Args = Docopt::new(USAGE) in main() argument 52 impl Args { impl
|
/third_party/rust/crates/clap/examples/ |
D | typed-derive.rs | 7 struct Args { struct 10 optimization: Option<usize>, 14 include: Option<std::path::PathBuf>, 18 bind: Option<std::net::IpAddr>, 22 sleep: Option<humantime::Duration>, 26 defines: Vec<(String, i32)>, 35 port: usize, 44 log_level: foreign_crate::LogLevel,
|
D | demo.rs | 6 struct Args { struct 17 let args = Args::parse(); in main() argument
|
/third_party/rust/crates/syn/examples/trace-var/trace-var/src/ |
D | lib.rs | 18 struct Args { struct 22 impl Parse for Args { argument 31 impl Args { impl 115 impl Fold for Args { implementation
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | ExternalFunctions.cpp | 311 ArrayRef<GenericValue> Args) { in lle_X_atexit() 320 static GenericValue lle_X_exit(FunctionType *FT, ArrayRef<GenericValue> Args) { in lle_X_exit() 326 static GenericValue lle_X_abort(FunctionType *FT, ArrayRef<GenericValue> Args) { in lle_X_abort() 336 ArrayRef<GenericValue> Args) { in lle_X_sprintf() 418 ArrayRef<GenericValue> Args) { in lle_X_printf() 433 char *Args[10]; in lle_X_sscanf() local 447 char *Args[10]; in lle_X_scanf() local 460 ArrayRef<GenericValue> Args) { in lle_X_fprintf() 473 ArrayRef<GenericValue> Args) { in lle_X_memset() 485 ArrayRef<GenericValue> Args) { in lle_X_memcpy()
|
/third_party/rust/crates/clap/tests/derive/ |
D | help.rs | 247 struct Args { in derive_order_next_order() struct 249 a: A, in derive_order_next_order() 251 b: B, in derive_order_next_order() 299 struct Args { in derive_order_next_order_flatten() struct 302 a: A, in derive_order_next_order_flatten() 305 b: B, in derive_order_next_order_flatten() 352 struct Args { in derive_order_no_next_order() struct 354 a: A, in derive_order_no_next_order() 356 b: B, in derive_order_no_next_order() 408 struct Args { in derive_possible_value_help() struct [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Program.cpp | 30 int sys::ExecuteAndWait(StringRef Program, ArrayRef<StringRef> Args, in ExecuteAndWait() 51 ProcessInfo sys::ExecuteNoWait(StringRef Program, ArrayRef<StringRef> Args, in ExecuteNoWait() 68 ArrayRef<const char *> Args) { in commandLineFitsWithinSystemLimits()
|
/third_party/skia/tools/skqp/src/ |
D | skqp_main.cpp | 34 struct Args { struct 35 char *assetDir; 36 char *renderTests; 37 char *outputDir;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
D | RPCUtils.h | 512 unpackAndRun(HandlerT &Handler, std::tuple<TArgTs...> &Args) { in unpackAndRun() 520 std::tuple<TArgTs...> &Args) { in unpackAndRunAsync() 530 run(HandlerT &Handler, ArgTs &&... Args) { in run() 539 run(HandlerT &Handler, TArgTs... Args) { in run() 551 static Error deserializeArgs(ChannelT &C, std::tuple<CArgTs...> &Args) { in deserializeArgs() 557 static Error deserializeArgsHelper(ChannelT &C, std::tuple<CArgTs...> &Args, in deserializeArgsHelper() 566 unpackAndRunHelper(HandlerT &Handler, ArgTuple &Args, in unpackAndRunHelper() 576 ArgTuple &Args, std::index_sequence<Indexes...>) { in unpackAndRunAsyncHelper() 810 ReadArgs(ArgT &Arg, ArgTs &... Args) in ReadArgs() 1012 Error appendCallAsync(HandlerT Handler, const ArgTs &... Args) { in appendCallAsync() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCLinkerOptimizationHint.h | 106 SmallVector<MCSymbol *, 3> Args; variable 117 MCLOHDirective(MCLOHType Kind, const LOHArgs &Args) in MCLOHDirective() 155 void addDirective(MCLOHType Kind, const MCLOHDirective::LOHArgs &Args) { in addDirective()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
D | vktTestCaseUtil.hpp | 130 struct Args struct in vkt::FunctionInstance1 132 Args (Function func_, Arg0 arg0_) : func(func_), arg0(arg0_) {} in Args() argument 134 Function func; 135 Arg0 arg0; 196 struct Args struct in vkt::FunctionSupport1 198 Args (Function func_, Arg0 arg0_) in Args() function 203 Function func; 204 Arg0 arg0;
|
/third_party/json/tests/thirdparty/Fuzzer/ |
D | FuzzerUtil.h | 65 inline std::string CloneArgsWithoutX(const std::vector<std::string> &Args, in CloneArgsWithoutX()
|
D | FuzzerDriver.cpp | 176 static void ParseFlags(const std::vector<std::string> &Args) { in ParseFlags() 222 std::string CloneArgsWithoutX(const std::vector<std::string> &Args, in CloneArgsWithoutX() 233 static int RunInMultipleProcesses(const std::vector<std::string> &Args, in RunInMultipleProcesses() 280 int MinimizeCrashInput(const std::vector<std::string> &Args) { in MinimizeCrashInput() 362 const std::vector<std::string> Args(*argv, *argv + *argc); in FuzzerDriver() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/ |
D | Option.cpp | 109 Arg *Option::acceptInternal(const ArgList &Args, unsigned &Index, in acceptInternal() 233 Arg *Option::accept(const ArgList &Args, in accept()
|
D | Arg.cpp | 87 void Arg::renderAsInput(const ArgList &Args, ArgStringList &Output) const { in renderAsInput() argument 96 void Arg::render(const ArgList &Args, ArgStringList &Output) const { in render() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-lib/ |
D | LibDriver.cpp | 62 static std::string getOutputPath(opt::InputArgList *Args, in getOutputPath() 71 static std::vector<StringRef> getSearchPaths(opt::InputArgList *Args, in getSearchPaths() 113 static void doList(opt::InputArgList& Args) { in doList() 276 opt::InputArgList Args = in libDriverMain() local
|
/third_party/typescript/tests/cases/compiler/ |
D | eventEmitterPatternWithRecordOfFunction.ts | 6 type Args<F> = F extends (...args: infer A) => void ? A : never; alias
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | InitLLVM.h | 46 SmallVector<const char *, 0> Args; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 633 auto Args = F->getFunctionType()->params(); in UpgradeIntrinsicFunction1() local 647 auto Args = F->getFunctionType()->params(); in UpgradeIntrinsicFunction1() local 661 auto Args = F->getFunctionType()->params(); in UpgradeIntrinsicFunction1() local 671 auto Args = F->getFunctionType()->params(); in UpgradeIntrinsicFunction1() local 694 auto Args = F->getFunctionType()->params(); in UpgradeIntrinsicFunction1() local 716 auto Args = F->getFunctionType()->params(); in UpgradeIntrinsicFunction1() local 1099 Value *Args[] = { CI.getArgOperand(0) , CI.getArgOperand(1), in UpgradeX86VPERMT2Intrinsics() local 1642 SmallVector<Value *, 4> Args(CI.arg_operands().begin(), in upgradeAVX512MaskToSelect() local 1834 Value *Args[] = { CI->getArgOperand(0), CI->getArgOperand(3) }; in UpgradeIntrinsicCall() local 2007 SmallVector<Value *, 4> Args; in UpgradeIntrinsicCall() local [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
D | FuzzerCLI.cpp | 39 std::vector<std::string> Args{ExecName}; in handleExecNameEncodedBEOpts() local 76 std::vector<std::string> Args{ExecName}; in handleExecNameEncodedOptimizerOpts() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/ |
D | OMPIRBuilder.cpp | 206 Value *Args[] = {getOrCreateIdent(SrcLocStr, BarrierLocFlags), in emitBarrierImpl() local 254 Value *Args[] = {Ident, getOrCreateThreadID(Ident), CancelKind}; in CreateCancel() local 317 Value *Args[] = { in CreateParallel() local 326 Value *Args[] = { in CreateParallel() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
D | test_calling_conv_main.cpp | 67 size_t Args; in testCaller() member 130 size_t Args; in testCallee() member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFixFunctionBitcasts.cpp | 127 SmallVector<Value *, 4> Args; in createWrapper() local 263 Value *Args[] = {UndefValue::get(MainArgTys[0]), in runOnModule() local
|