| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
| D | MicroMipsSizeReduction.cpp | 433 ReduceEntryFunArgs Arguments(&(*MII), *Entry, NextMII); in ReduceMI() local 440 bool MicroMipsSizeReduce::ReduceXWtoXWSP(ReduceEntryFunArgs *Arguments) { in ReduceXWtoXWSP() 454 bool MicroMipsSizeReduce::ReduceXWtoXWP(ReduceEntryFunArgs *Arguments) { in ReduceXWtoXWP() 495 ReduceEntryFunArgs *Arguments) { in ReduceArithmeticInstructions() 509 ReduceEntryFunArgs *Arguments) { in ReduceADDIUToADDIUR1SP() 523 bool MicroMipsSizeReduce::ReduceADDIUToADDIUSP(ReduceEntryFunArgs *Arguments) { in ReduceADDIUToADDIUSP() 541 bool MicroMipsSizeReduce::ReduceLXUtoLXU16(ReduceEntryFunArgs *Arguments) { in ReduceLXUtoLXU16() 556 bool MicroMipsSizeReduce::ReduceSXtoSX16(ReduceEntryFunArgs *Arguments) { in ReduceSXtoSX16() 611 bool MicroMipsSizeReduce::ReduceMoveToMovep(ReduceEntryFunArgs *Arguments) { in ReduceMoveToMovep() 654 bool MicroMipsSizeReduce::ReduceXORtoXOR16(ReduceEntryFunArgs *Arguments) { in ReduceXORtoXOR16()
|
| D | MipsCallLowering.cpp | 398 const SmallVectorImpl<T> &Arguments) { in setLocInfo()
|
| /third_party/skia/third_party/externals/tint/src/sem/ |
| D | call.h | 49 const std::vector<const sem::Expression*>& Arguments() const { in Arguments() function
|
| /third_party/boost/boost/winapi/ |
| D | error_handling.hpp | 133 va_list *Arguments) in format_message() 146 va_list *Arguments) in format_message()
|
| /third_party/node/deps/npm/node_modules/extend/ |
| D | README.md | 48 ### Arguments subsection
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
| D | LocaleDistanceTest.java | 40 static class Arguments { class in LocaleDistanceTest 46 public Arguments(List<String> args) { in Arguments() method in LocaleDistanceTest.Arguments
|
| /third_party/node/deps/npm/node_modules/stringify-package/ |
| D | README.md | 51 #### Arguments subsubsection
|
| /third_party/node/deps/npm/node_modules/ansi-align/ |
| D | README.md | 35 #### Arguments subsubsection
|
| /third_party/node/deps/npm/node_modules/npm-lifecycle/ |
| D | README.md | 40 ##### Arguments l4subsection
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
| D | TypeDumpVisitor.cpp | 228 ListScope Arguments(*W, "Arguments"); in visitKnownRecord() local 239 ListScope Arguments(*W, "Strings"); in visitKnownRecord() local 428 ListScope Arguments(*W, "Arguments"); in visitKnownRecord() local
|
| /third_party/typescript/src/lib/ |
| D | scripthost.d.ts | 118 Arguments: { length: number; Item(n: number): string; }; variable
|
| /third_party/typescript/lib/ |
| D | lib.scripthost.d.ts | 138 Arguments: { length: number; Item(n: number): string; }; variable
|
| /third_party/googletest/googletest/src/ |
| D | gtest-death-test.cc | 835 class Arguments { class 837 Arguments() { in Arguments() function in testing::internal::Arguments 1116 class Arguments { class 1118 Arguments() { in Arguments() function in testing::internal::Arguments
|
| /third_party/boringssl/src/third_party/googletest/src/ |
| D | gtest-death-test.cc | 839 class Arguments { class 841 Arguments() { args_.push_back(nullptr); } in Arguments() function in testing::internal::Arguments 1177 class Arguments { class 1179 Arguments() { args_.push_back(nullptr); } in Arguments() function in testing::internal::Arguments
|
| /third_party/node/test/fixtures/wpt/resources/webidl2/ |
| D | README.md | 496 ### Arguments subsection
|
| /third_party/benchmark/ |
| D | README.md | 587 #### Passing Arbitrary Arguments to a Benchmark
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | MDBuilder.cpp | 108 ArrayRef<int> Arguments, in createCallbackEncoding()
|
| D | LegacyPassManager.cpp | 50 Disabled, Arguments, Structure, Executions, Details enumerator
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | Function.h | 73 mutable Argument *Arguments = nullptr; ///< The formal arguments variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | TargetTransformInfoImpl.h | 737 unsigned getCallCost(const Function *F, ArrayRef<const Value *> Arguments, in getCallCost() 850 ArrayRef<const Value *> Arguments, const User *U) { in getIntrinsicCost()
|
| D | TargetTransformInfo.h | 1430 ArrayRef<const Value *> Arguments, const User *U) override { in getCallCost()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | TargetTransformInfo.cpp | 164 ArrayRef<const Value *> Arguments, in getCallCost() 190 Intrinsic::ID IID, Type *RetTy, ArrayRef<const Value *> Arguments, in getIntrinsicCost()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | BasicTTIImpl.h | 307 ArrayRef<const Value *> Arguments, const User *U) { in getIntrinsicCost()
|
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| D | Reactor.hpp | 3293 static inline RReturn Call(Return(fptr)(Arguments...), CToReactorT<Arguments>... args) in Call() 3316 static inline void Call(void(fptr)(Arguments...), CToReactorT<Arguments>... args) in Call()
|
| /third_party/python/Lib/ |
| D | inspect.py | 1065 Arguments = namedtuple('Arguments', 'args, varargs, varkw') variable
|