| /third_party/rust/rust/src/tools/miri/src/borrow_tracker/stacked_borrows/ |
| D | stack.rs | 22 pub struct Stack { struct 38 cache: StackCache, argument 45 impl Stack { argument 136 impl PartialEq for Stack { implementation 143 impl Eq for Stack {} implementation 145 impl<'tcx> Stack { impl
|
| /third_party/rust/crates/rust-openssl/openssl/src/ |
| D | stack.rs | 43 pub struct Stack<T: Stackable>(*mut T::StackType); struct 45 unsafe impl<T: Stackable + Send> Send for Stack<T> {} implementation 46 unsafe impl<T: Stackable + Sync> Sync for Stack<T> {} implementation 48 impl<T> fmt::Debug for Stack<T> implementation 57 impl<T: Stackable> Drop for Stack<T> { implementation 66 impl<T: Stackable> Stack<T> { implementation 76 impl<T: Stackable> iter::IntoIterator for Stack<T> { implementation 90 impl<T: Stackable> AsRef<StackRef<T>> for Stack<T> { implementation 96 impl<T: Stackable> Borrow<StackRef<T>> for Stack<T> { implementation 102 impl<T: Stackable> ForeignType for Stack<T> { implementation [all …]
|
| /third_party/mindspore/mindspore-src/source/mindspore/core/ops/symbol_ops_impl/ |
| D | stack.cc | 33 class MS_CORE_API Stack : public InferShapeOp { class 35 Stack(const SymbolPtr &inputs, const SymbolPtr &axis) : InferShapeOp({inputs, axis}) {} in Stack() function in mindspore::symshape::ops::Stack
|
| /third_party/mindspore/mindspore-src/source/mindspore/core/ops/ |
| D | stack.h | 36 Stack() : BaseOperator(kNameStack) {} in Stack() function
|
| /third_party/typescript/tests/cases/compiler/ |
| D | infinitelyGenerativeInheritance1.ts | 1 interface Stack<T> { interface
|
| /third_party/rust/rust/tests/ui/lint/ |
| D | issue-30302.rs | 6 enum Stack<T> { enum
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
| D | MsgPackDocument.cpp | 78 SmallVector<StackLevel, 4> Stack; in readFromBlob() local 183 SmallVector<WriterStackLevel, 4> Stack; in writeToBlob() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/base/ |
| D | stack_base.c | 18 void Stack(void **inputs, void *output, size_t input_num, size_t copy_size, int outer_start, int ou… in Stack() function
|
| /third_party/rust/rust/compiler/rustc_expand/src/mbe/ |
| D | macro_check.rs | 126 enum Stack<'a, T> { enum 138 impl<'a, T> Stack<'a, T> { impl 150 impl<'a, T> Iterator for &'a Stack<'a, T> { implementation
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | PhiValues.cpp | 51 SmallVectorImpl<const PHINode *> &Stack) { in processPhi() 129 SmallVector<const PHINode *, 8> Stack; in getValuesForPhi() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/ |
| D | TruncInstCombine.cpp | 66 SmallVector<Instruction *, 8> Stack; in buildTruncExpressionDag() local 139 SmallVector<Instruction *, 8> Stack; in getMinBitWidth() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUAlwaysInlinePass.cpp | 59 SmallVector<User *, 16> Stack; in recursivelyVisitUsers() local
|
| D | AMDGPUUnifyDivergentExitNodes.cpp | 101 SmallVector<BasicBlock *, 8> Stack; in isUniformlyReached() local
|
| D | SILowerI1Copies.cpp | 140 SmallVector<MachineBasicBlock *, 4> Stack; member in __anon4619b4010111::PhiIncomingAnalysis 280 SmallVector<MachineBasicBlock *, 4> Stack; member in __anon4619b4010111::LoopFinder
|
| D | AMDGPUAnnotateKernelFeatures.cpp | 112 SmallVector<const Constant *, 16> Stack; in visitConstantExprsRecursively() local
|
| /third_party/grpc/test/core/util/ |
| D | chunked_vector_test.cc | 39 TEST(ChunkedVectorTest, Stack) { in TEST() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | PseudoSourceValue.h | 39 Stack, enumerator
|
| /third_party/skia/m133/third_party/externals/expat/expat/examples/ |
| D | element_declarations.c | 63 } Stack; typedef
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
| D | OrcCBindingsStack.h | 125 CBindingsResolver(OrcCBindingsStack &Stack, in CBindingsResolver() 204 OrcCBindingsStack &Stack; variable
|
| /third_party/rust/rust/compiler/rustc_codegen_cranelift/src/ |
| D | pointer.rs | 20 Stack(StackSlot), enumerator
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/pynative/grad/function/ |
| D | func_builder.cc | 190 NodePtr FuncBuilder::Stack(const NodePtr &x, const ValuePtr &axis_value) { in Stack() function in mindspore::pynative::autograd::FuncBuilder 196 NodePtr FuncBuilder::Stack(const NodePtrList &x, int64_t axis) { in Stack() function in mindspore::pynative::autograd::FuncBuilder
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | CFIInstrInserter.cpp | 224 SmallVector<MachineBasicBlock *, 4> Stack; in updateSuccCFAInfo() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
| D | ValueEnumerator.cpp | 172 UseListOrderStack &Stack) { in predictValueUseListOrderImpl() 240 OrderMap &OM, UseListOrderStack &Stack) { in predictValueUseListOrder() 268 UseListOrderStack Stack; in predictUseListOrder() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | TimeProfiler.cpp | 181 SmallVector<Entry, 16> Stack; member
|
| /third_party/rust/crates/rustix/src/backend/linux_raw/process/ |
| D | types.rs | 54 Stack = linux_raw_sys::general::RLIMIT_STACK, enumerator
|