HomeSort by relevance Sort by last modified time
    Searched defs:Stack (Results 26 - 50 of 248) sorted by null

12 3 4 5 6 7 8 910

  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
PseudoSourceValue.h 34 /// a memory access references the functions stack frame (e.g., a spill slot),
35 /// below the stack frame (e.g., argument space), or constant pool.
39 Stack,
67 bool isStack() const { return Kind == Stack; }
163 /// Return a pseudo source value referencing the area below the stack frame of
180 /// Return a pseudo source value referencing a fixed stack frame entry,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
PseudoSourceValue.h 34 /// a memory access references the functions stack frame (e.g., a spill slot),
35 /// below the stack frame (e.g., argument space), or constant pool.
39 Stack,
67 bool isStack() const { return Kind == Stack; }
163 /// Return a pseudo source value referencing the area below the stack frame of
180 /// Return a pseudo source value referencing a fixed stack frame entry,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
PseudoSourceValue.h 34 /// a memory access references the functions stack frame (e.g., a spill slot),
35 /// below the stack frame (e.g., argument space), or constant pool.
39 Stack,
67 bool isStack() const { return Kind == Stack; }
163 /// Return a pseudo source value referencing the area below the stack frame of
180 /// Return a pseudo source value referencing a fixed stack frame entry,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
PseudoSourceValue.h 34 /// a memory access references the functions stack frame (e.g., a spill slot),
35 /// below the stack frame (e.g., argument space), or constant pool.
39 Stack,
67 bool isStack() const { return Kind == Stack; }
163 /// Return a pseudo source value referencing the area below the stack frame of
180 /// Return a pseudo source value referencing a fixed stack frame entry,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
PseudoSourceValue.h 34 /// a memory access references the functions stack frame (e.g., a spill slot),
35 /// below the stack frame (e.g., argument space), or constant pool.
39 Stack,
67 bool isStack() const { return Kind == Stack; }
163 /// Return a pseudo source value referencing the area below the stack frame of
180 /// Return a pseudo source value referencing a fixed stack frame entry,
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_util.h 236 class Stack
252 Stack() : size(0), limit(0), array(0) { }
253 ~Stack() { if (array) FREE(array); }
288 void moveTo(Stack&); // move all items to target (not like push(pop()))
418 Stack ids;
  /development/vndk/tools/header-checker/tests/input/
example1.h 64 class Stack {
69 Stack() : head_(nullptr) { }
  /device/linaro/bootloader/edk2/DuetPkg/DxeIpl/
HobGeneration.h 72 EFI_HOB_MEMORY_ALLOCATION_STACK Stack;
  /device/linaro/bootloader/edk2/MdePkg/Library/SmmPeriodicSmiLib/
SmmPeriodicSmiLib.c 71 /// The size, in bytes, of the stack allocated for a periodic SMI handler.
76 /// A pointer to the stack allocated using AllocatePages(). This field will
79 VOID *Stack;
319 if (PeriodicSmiLibraryHandler->Stack != NULL) {
321 PeriodicSmiLibraryHandler->Stack,
324 PeriodicSmiLibraryHandler->Stack = NULL;
539 function requires a seperate stack for the periodic SMI handler. A non zero
540 stack size must be specified in PeriodicSmiEnable() for this function to be
543 If the stack size passed into PeriodicSmiEnable() was zero, the 0 is returned.
570 // If PeriodicSmiYield() is called without an allocated stack, then just return
    [all...]
  /external/clang/lib/AST/
NestedNameSpecifier.cpp 625 SmallVector<NestedNameSpecifier *, 4> Stack;
627 Stack.push_back(NNS);
628 while (!Stack.empty()) {
629 NestedNameSpecifier *NNS = Stack.pop_back_val();
653 SaveSourceLocation(Stack.empty()? R.getEnd() : R.getBegin(),
  /external/clang/lib/Format/
ContinuationIndenter.h 330 /// \brief A stack keeping track of properties applying to parenthesis
332 std::vector<ParenState> Stack;
334 /// \brief Ignore the stack of \c ParenStates for state comparison.
342 /// ParenState stack (in an otherwise identical state) and these different
374 return Stack < Other.Stack;
  /external/clang/lib/Sema/
SemaAttr.cpp 111 // Reset just pops the top of the stack, or resets the current alignment to
114 if (PackStack.Stack.empty()) {
119 << "stack empty";
168 if (PackStack.Stack.empty())
169 Diag(PragmaLoc, diag::warn_pragma_pop_failed) << "pack" << "stack empty";
205 if (Action & PSK_Pop && VtorDispStack.Stack.empty())
207 << "stack empty";
221 Stack.push_back(Slot(StackSlotLabel, CurrentValue, CurrentPragmaLocation));
225 auto I = llvm::find_if(llvm::reverse(Stack), [&](const Slot &x) {
229 if (I != Stack.rend())
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 45 SmallVector<WorkListUnit,20> Stack;
48 return !Stack.empty();
52 Stack.push_back(U);
56 assert (!Stack.empty());
57 const WorkListUnit& U = Stack.back();
58 Stack.pop_back(); // This technically "invalidates" U, but we are fine.
64 I = Stack.begin(), E = Stack.end(); I != E; ++I) {
111 SmallVector<WorkListUnit,20> Stack;
114 return !Queue.empty() || !Stack.empty()
    [all...]
  /external/compiler-rt/lib/asan/tests/
asan_str_test.cc 39 Stack,
44 return oob_kind == OOBKind::Stack ? kStackReadUnderflow
49 return oob_kind == OOBKind::Stack ? kStackReadOverflow
93 StrLenOOBTestTemplate(stack_string, length, OOBKind::Stack);
  /external/giflib/
dgif_lib.c 783 Private->StackPtr = 0; /* No pixels on the pixel stack. */
806 GifByteType *Stack, *Suffix;
813 Stack = Private->Stack;
823 /* Let pop the stack off before continueing to read the GIF file: */
825 Line[i++] = Stack[--StackPtr];
856 * pixels on our stack. If we done, pop the stack in reverse
857 * (thats what stack is good for!) order to output. */
867 Stack[StackPtr++] = DGifGetPrefixChar(Prefix
    [all...]
  /external/proguard/src/proguard/evaluation/
Stack.java 28 * This class represents an operand stack that contains <code>Value</code>
33 public class Stack
44 * Creates a new Stack with a given maximum size, accounting for the double
47 public Stack(int maxSize)
54 * Creates a Stack that is a copy of the given Stack.
56 public Stack(Stack stack)
59 this(stack.values.length)
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
stack_ops.cc 47 class Stack : public ResourceBase {
57 Stack(const DataType& elem_type, const string& stack_name, int max_size)
67 return errors::InvalidArgument("Stack[", stack_name_, "] overflowed ",
78 return errors::InvalidArgument("Stack[", stack_name_,
86 // We don't swap the first tensor on the stack and any subsequent tensors
107 return strings::StrCat("Stack[", stack_name_, "]");
126 return errors::InvalidArgument("Stack[", stack_name_,
133 Status GetStack(OpKernelContext* ctx, Stack** stack) {
142 "Stack handle must have two elements, but had shape: "
197 Stack* stack = new Stack(elem_type_, stack_name, size); variable
256 Stack* stack = nullptr; variable
402 Stack* stack = nullptr; variable
508 Stack* stack = nullptr; variable
    [all...]
  /frameworks/base/tools/aapt2/xml/
XmlDom.cpp 22 #include <stack>
41 struct Stack {
43 std::stack<xml::Element*> node_stack;
65 static void FinishPendingText(Stack* stack) {
66 if (stack->last_text_node != nullptr) {
67 if (!stack->last_text_node->text.empty()) {
68 CHECK(!stack->node_stack.empty());
69 stack->node_stack.top()->AppendChild(std::move(stack->last_text_node))
79 Stack* stack = reinterpret_cast<Stack*>(XML_GetUserData(parser)); local
96 Stack* stack = reinterpret_cast<Stack*>(XML_GetUserData(parser)); local
107 Stack* stack = reinterpret_cast<Stack*>(XML_GetUserData(parser)); local
145 Stack* stack = reinterpret_cast<Stack*>(XML_GetUserData(parser)); local
155 Stack* stack = reinterpret_cast<Stack*>(XML_GetUserData(parser)); local
176 Stack* stack = reinterpret_cast<Stack*>(XML_GetUserData(parser)); local
186 Stack stack; local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ModuleManager.h 90 Stack.reserve(N);
97 /// \brief The stack used when marking the imports of a particular module
99 SmallVector<ModuleFile *, 4> Stack;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Serialization/
ModuleManager.h 90 Stack.reserve(N);
97 /// \brief The stack used when marking the imports of a particular module
99 SmallVector<ModuleFile *, 4> Stack;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Serialization/
ModuleManager.h 90 Stack.reserve(N);
97 /// \brief The stack used when marking the imports of a particular module
99 SmallVector<ModuleFile *, 4> Stack;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Serialization/
ModuleManager.h 94 Stack.reserve(N);
101 /// \brief The stack used when marking the imports of a particular module
103 SmallVector<ModuleFile *, 4> Stack;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
PseudoSourceValue.h 35 /// a memory access references the functions stack frame (e.g., a spill slot),
36 /// below the stack frame (e.g., argument space), or constant pool.
40 Stack,
69 bool isStack() const { return Kind == Stack; }
170 /// Return a pseudo source value referencing the area below the stack frame of
187 /// Return a pseudo source value referencing a fixed stack frame entry,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Serialization/
ModuleManager.h 94 Stack.reserve(N);
101 /// \brief The stack used when marking the imports of a particular module
103 SmallVector<ModuleFile *, 4> Stack;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
PseudoSourceValue.h 35 /// a memory access references the functions stack frame (e.g., a spill slot),
36 /// below the stack frame (e.g., argument space), or constant pool.
40 Stack,
69 bool isStack() const { return Kind == Stack; }
170 /// Return a pseudo source value referencing the area below the stack frame of
187 /// Return a pseudo source value referencing a fixed stack frame entry,

Completed in 291 milliseconds

12 3 4 5 6 7 8 910