Home
last modified time | relevance | path

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

12345678

/external/rust/crates/tokio/src/time/driver/wheel/
Dstack.rs8 pub(crate) struct Stack { struct
12 impl Default for Stack { argument
18 impl Stack { implementation
/external/ruy/ruy/profiler/
Dinstrumentation.h93 struct Stack { struct
101 int GetBufferSize(const Stack& stack); argument
/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/proguard/src/proguard/evaluation/
DStack.java33 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/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/llvm-project/compiler-rt/lib/ubsan/
Dubsan_diag.h22 SymbolizedStack *Stack; variable
31 : Stack(Stack) {} in Stack() function
72 Location(const SymbolizedStackHolder &Stack) : in Location()
/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/compiler-rt/lib/esan/
Desan_sideline.h51 char *Stack; variable
/external/llvm-project/llvm/lib/Analysis/
DPhiValues.cpp50 SmallVectorImpl<const PHINode *> &Stack) { in processPhi()
128 SmallVector<const PHINode *, 8> Stack; in getValuesForPhi() local
DSyncDependenceAnalysis.cpp142 static void computeStackPO(BlockStack &Stack, const LoopInfo &LI, Loop *Loop, in computeStackPO()
198 BlockStack Stack; in computeTopLevelPO() local
207 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/llvm-project/clang/docs/
DHardwareAssistedAddressSanitizerDesign.rst131 Stack section in Instrumentation
/external/llvm-project/llvm/lib/BinaryFormat/
DMsgPackDocument.cpp132 SmallVector<StackLevel, 4> Stack; in readFromBlob() local
251 SmallVector<WriterStackLevel, 4> Stack; in writeToBlob() local
/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/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyDebugFixup.cpp74 std::vector<StackElem> Stack; in runOnMachineFunction() local
/external/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
DTruncInstCombine.cpp78 SmallVector<Instruction *, 8> Stack; in buildTruncExpressionDag() local
152 SmallVector<Instruction *, 8> Stack; in getMinBitWidth() local
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUAlwaysInlinePass.cpp59 SmallVector<User *, 16> Stack; in recursivelyVisitUsers() local
/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/llvm-project/clang/lib/StaticAnalyzer/Core/
DWorkList.cpp37 SmallVector<WorkListUnit, 20> Stack; member in __anoncc2ef6850111::DFS
93 SmallVector<WorkListUnit, 20> Stack; member in __anoncc2ef6850211::BFSBlockDFSContents
/external/llvm-project/llvm/tools/llvm-xray/
Dxray-account.h38 llvm::SmallVector<std::pair<int32_t, uint64_t>, 32> Stack; member
/external/tensorflow/tensorflow/core/kernels/
Dstack.cc41 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/llvm-project/clang/lib/Sema/
DSemaAttr.cpp544 PragmaStack<StringLiteral *> *Stack = in ActOnPragmaMSSeg() local
915 VisStack *Stack = static_cast<VisStack*>(VisContext); in AddPushedVisibilityAttribute() local
937 VisStack *Stack = static_cast<VisStack*>(S.VisContext); in PushPragmaVisibility() local
1048 VisStack *Stack = static_cast<VisStack*>(VisContext); in PopPragmaVisibility() local

12345678