/external/rust/crates/pest/src/ |
D | stack.rs | 15 pub struct Stack<T: Clone> { struct 16 ops: Vec<StackOp<T>>, argument 21 impl<T: Clone> Stack<T> { argument 103 impl<T: Clone> Index<Range<usize>> for Stack<T> { implementation
|
/external/rust/crates/tokio/src/time/driver/wheel/ |
D | stack.rs | 8 pub(crate) struct Stack { struct 12 impl Default for Stack { implementation 18 impl Stack { impl
|
/external/ruy/ruy/profiler/ |
D | instrumentation.h | 93 struct Stack { struct 101 int GetBufferSize(const Stack& stack); argument
|
/external/proguard/src/proguard/evaluation/ |
D | Stack.java | 33 public class Stack class 47 public Stack(int maxSize) in Stack() method in Stack 56 public Stack(Stack stack) in Stack() method in Stack
|
/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/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/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/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/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/compiler-rt/lib/esan/ |
D | esan_sideline.h | 51 char *Stack; variable
|
/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/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-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
|
/external/tensorflow/tensorflow/core/kernels/ |
D | stack.cc | 41 class Stack : public ResourceBase { class 51 Stack(const DataType& elem_type, const string& stack_name, int max_size) in Stack() function in tensorflow::Stack
|
/external/armnn/src/backends/reference/workloads/ |
D | Stack.cpp | 12 void Stack(const StackQueueDescriptor& data, in Stack() function
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
D | DebugGrammarLexer.cs | 11 using Stack = System.Collections.Generic.Stack<object>; typedef
|
D | ProfileGrammarLexer.cs | 11 using Stack = System.Collections.Generic.Stack<object>; typedef
|
/external/llvm/include/llvm/CodeGen/ |
D | PseudoSourceValue.h | 39 Stack, enumerator
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyCFGStackify.cpp | 440 GetDepth(const SmallVectorImpl<const MachineBasicBlock *> &Stack, in GetDepth() 476 SmallVector<const MachineBasicBlock *, 8> Stack; in PlaceMarkers() local
|
/external/python/cpython2/Lib/compiler/ |
D | misc.py | 31 class Stack: class
|
/external/clang/include/clang/Serialization/ |
D | ModuleManager.h | 94 SmallVector<ModuleFile *, 4> Stack; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | PseudoSourceValue.h | 39 Stack, enumerator
|
/external/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAnnotateKernelFeatures.cpp | 88 SmallVector<const Constant *, 16> Stack; in visitConstantExprsRecursively() local
|