Home
last modified time | relevance | path

Searched defs:Stack (Results 1 – 25 of 177) sorted by relevance

12345678

/external/rust/crates/tower-layer/src/
Dstack.rs6 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/
Dstack.rs17 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/
Dstack.rs43 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/
Dinstrumentation.h93 struct Stack { struct
101 int GetBufferSize(const Stack& stack); argument
/external/compiler-rt/lib/ubsan/
Dubsan_diag.h23 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/
DMsgPackDocument.cpp78 SmallVector<StackLevel, 4> Stack; in readFromBlob() local
183 SmallVector<WriterStackLevel, 4> Stack; in writeToBlob() local
/external/clang/lib/Sema/
DSemaAttr.cpp300 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/
Dstack.proto23 message Stack { message
/external/compiler-rt/lib/esan/
Desan_sideline.h51 char *Stack; variable
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_side_effects.h30 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/
DPhiValues.cpp50 SmallVectorImpl<const PHINode *> &Stack) { in processPhi()
128 SmallVector<const PHINode *, 8> Stack; in getValuesForPhi() local
DSyncDependenceAnalysis.cpp159 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/
DPhiValues.cpp51 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/
DWebAssemblyAsmTypeCheck.h31 SmallVector<wasm::ValType, 8> Stack; variable
/external/rust/crates/rustix/src/
Druntime.rs54 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/
DMsgPackDocument.cpp132 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/
Dstack.cc87 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/
Dstack.rs6 pub(crate) trait Stack: Default { interface
/external/rust/crates/tokio-util/src/time/
Ddelay_queue.rs406 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/
DTruncInstCombine.cpp66 SmallVector<Instruction *, 8> Stack; in buildTruncExpressionDag() local
139 SmallVector<Instruction *, 8> Stack; in getMinBitWidth() local
/external/libchrome/base/containers/
DREADME.md242 # Stack chapter
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUAlwaysInlinePass.cpp59 SmallVector<User *, 16> Stack; in recursivelyVisitUsers() local
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DNamespaceMappings.java374 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/
DWebAssemblyDebugFixup.cpp92 std::vector<StackElem> Stack; in runOnMachineFunction() local
/external/cronet/base/containers/
DREADME.md284 ## Stack section in base/containers library

12345678