/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> { impl 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/typescript/tests/cases/compiler/ |
D | infinitelyGenerativeInheritance1.ts | 1 interface Stack<T> { interface
|
/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/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/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_util_Stack.js | 23 const StackClass = class Stack { class
|
/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 __anon9fbed61e0111::PhiIncomingAnalysis 280 SmallVector<MachineBasicBlock *, 4> Stack; member in __anon9fbed61e0111::LoopFinder
|
D | AMDGPUAnnotateKernelFeatures.cpp | 112 SmallVector<const Constant *, 16> Stack; in visitConstantExprsRecursively() local
|
D | SIAnnotateControlFlow.cpp | 76 StackVector Stack; member in __anoncd54448b0111::SIAnnotateControlFlow
|
/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/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/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
|
/third_party/rust/crates/rustix/src/backend/libc/process/ |
D | types.rs | 55 Stack = c::RLIMIT_STACK as c::c_int, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | COFFModuleDefinition.cpp | 355 std::vector<Token> Stack; member in llvm::object::Parser
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyCFGStackify.cpp | 1210 getDepth(const SmallVectorImpl<const MachineBasicBlock *> &Stack, in getDepth() 1299 SmallVector<const MachineBasicBlock *, 8> Stack; in rewriteDepthImmediates() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | PredicateInfo.cpp | 256 bool PredicateInfo::stackIsInScope(const ValueDFSStack &Stack, in stackIsInScope() 284 void PredicateInfo::popStackUntilDFSScope(ValueDFSStack &Stack, in popStackUntilDFSScope()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | MinidumpYAML.h | 89 yaml::BinaryRef Stack; member
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_reflect.cpp | 41 using Stack = std::stack<State>; typedef
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
D | memory.h | 62 Stack, // Fiber stack enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | MachO.h | 118 NodeList Stack; variable
|