| /external/rust/crates/tower-layer/src/ |
| D | stack.rs | 6 pub struct Stack<Inner, Outer> { struct 11 impl<Inner, Outer> Stack<Inner, Outer> { argument 18 impl<S, Inner, Outer> Layer<S> for Stack<Inner, Outer> implementation 32 impl<Inner, Outer> fmt::Debug for Stack<Inner, Outer> implementation
|
| /external/rust/crates/pest/src/ |
| D | stack.rs | 17 pub struct Stack<T: Clone> { struct 19 cache: Vec<T>, 43 impl<T: Clone> Default for Stack<T> { argument 49 impl<T: Clone> Stack<T> { implementation 137 impl<T: Clone> Index<Range<usize>> for Stack<T> { implementation
|
| /external/rust/crates/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 …]
|
| /external/ruy/ruy/profiler/ |
| D | instrumentation.h | 93 struct Stack { struct 101 int GetBufferSize(const Stack& stack); argument
|
| /external/compiler-rt/lib/ubsan/ |
| D | ubsan_diag.h | 23 SymbolizedStack *Stack; variable 32 : Stack(Stack) {} in Stack() argument 73 Location(const SymbolizedStackHolder &Stack) : in Location()
|
| /external/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
|
| /external/clang/lib/Sema/ |
| D | SemaAttr.cpp | 300 PragmaStack<StringLiteral *> *Stack = in ActOnPragmaMSSeg() local 409 VisStack *Stack = static_cast<VisStack*>(VisContext); in AddPushedVisibilityAttribute() local 431 VisStack *Stack = static_cast<VisStack*>(S.VisContext); in PushPragmaVisibility() local 480 VisStack *Stack = static_cast<VisStack*>(VisContext); in PopPragmaVisibility() local
|
| /external/perfetto/protos/perfetto/trace_processor/ |
| D | stack.proto | 23 message Stack { message
|
| /external/compiler-rt/lib/esan/ |
| D | esan_sideline.h | 51 char *Stack; variable
|
| /external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
| D | tf_side_effects.h | 30 struct Stack : ::mlir::SideEffects::Resource::Base<Stack> { struct 31 StringRef getName() final { return "Stack"; } in getName() argument
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
| D | PhiValues.cpp | 50 SmallVectorImpl<const PHINode *> &Stack) { in processPhi() 128 SmallVector<const PHINode *, 8> Stack; in getValuesForPhi() local
|
| D | SyncDependenceAnalysis.cpp | 159 static void computeStackPO(BlockStack &Stack, const LoopInfo &LI, Loop *Loop, in computeStackPO() 215 BlockStack Stack; in computeTopLevelPO() local 224 std::vector<const BasicBlock *> Stack; in computeLoopPO() local
|
| /external/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
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/AsmParser/ |
| D | WebAssemblyAsmTypeCheck.h | 31 SmallVector<wasm::ValType, 8> Stack; variable
|
| /external/rust/crates/rustix/src/ |
| D | runtime.rs | 54 pub type Stack = linux_raw_sys::general::stack_t; typedef 402 pub unsafe fn sigaltstack(new: Option<Stack>) -> io::Result<Stack> { in sigaltstack()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/BinaryFormat/ |
| D | MsgPackDocument.cpp | 132 SmallVector<StackLevel, 4> Stack; in readFromBlob() local 251 SmallVector<WriterStackLevel, 4> Stack; in writeToBlob() local
|
| /external/cronet/base/allocator/partition_allocator/src/partition_alloc/starscan/stack/ |
| D | stack.cc | 87 Stack::Stack(void* stack_top) : stack_top_(stack_top) { in Stack() function in partition_alloc::internal::Stack
|
| /external/rust/crates/tokio-util/src/time/wheel/ |
| D | stack.rs | 6 pub(crate) trait Stack: Default { interface
|
| /external/rust/crates/tokio-util/src/time/ |
| D | delay_queue.rs | 406 struct Stack<T> { struct 408 head: Option<Key>, 409 _p: PhantomData<fn() -> T>, 1162 impl<T> wheel::Stack for Stack<T> { implementation 1252 impl<T> Default for Stack<T> { implementation
|
| /external/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
|
| /external/libchrome/base/containers/ |
| D | README.md | 242 # Stack chapter
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUAlwaysInlinePass.cpp | 59 SmallVector<User *, 16> Stack; in recursivelyVisitUsers() local
|
| /external/apache-xml/src/main/java/org/apache/xml/serializer/ |
| D | NamespaceMappings.java | 374 private class Stack { class in NamespaceMappings 392 public Stack() in Stack() method in NamespaceMappings.Stack
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyDebugFixup.cpp | 92 std::vector<StackElem> Stack; in runOnMachineFunction() local
|
| /external/cronet/base/containers/ |
| D | README.md | 284 ## Stack section in base/containers library
|