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

12 3 4

  /external/llvm/include/llvm/Support/
FileSystem.h 38 #include <stack>
785 std::stack<directory_iterator, std::vector<directory_iterator> > Stack;
800 State->Stack.push(directory_iterator(path, ec));
801 if (State->Stack.top() == directory_iterator())
812 if ((ec = State->Stack.top()->status(st))) return *this;
814 State->Stack.push(directory_iterator(*State->Stack.top(), ec));
816 if (State->Stack.top() != end_itr) {
820 State->Stack.pop()
    [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 1 //===-- X86FloatingPoint.cpp - Floating point Reg -> Stack converter ------===//
11 // pseudo registers into register stack instructions. This pass uses live
15 // The x87 hardware tracks liveness of the stack registers, so it is necessary
18 // identical stack positions. Instructions are inserted at the end of each basic
65 memset(Stack, 0, sizeof(Stack));
86 // LiveBundle. It represents a set of CFG edges where the live FP stack
87 // registers must be allocated identically in the x87 stack.
94 // but the exact mapping of FP registers to stack slots is fixed later.
100 // stack order has not yet been fixed
    [all...]
  /external/openfst/src/include/fst/extensions/pdt/
expand.h 42 PdtStack<typename Arc::StateId, typename Arc::Label> *stack; member in struct:fst::ExpandFstOptions
50 : CacheOptions(opts), keep_parentheses(kp), stack(s), state_table(st) {}
90 stack_(opts.stack ? opts.stack: new PdtStack<StateId, Label>(parens)),
93 own_stack_(opts.stack == 0), own_state_table_(opts.state_table == 0),
186 // Stack push/pop
326 // shortest-stack first queue discipline and relies on the
342 typedef PdtStack<StackId, Label> Stack;
388 // 1. states corresponding to shortest stack first,
390 // 3. among states with the same stack, shortest-first order is used
    [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 453 llvm::Value *Stack;
454 CallStackRestore(llvm::Value *Stack) : Stack(Stack) {}
456 llvm::Value *V = CGF.Builder.CreateLoad(Stack);
860 /// These turn into simple stack objects, or GlobalValues depending on target.
    [all...]
CodeGenModule.cpp     [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 134 UseListOrderStack &Stack) {
189 Stack.emplace_back(V, F, List.size());
190 assert(List.size() == Stack.back().Shuffle.size() && "Wrong size");
192 Stack.back().Shuffle[I] = List[I].second;
196 OrderMap &OM, UseListOrderStack &Stack) {
206 predictValueUseListOrderImpl(V, F, IDPair.first, OM, Stack);
213 predictValueUseListOrder(Op, F, OM, Stack);
221 // function in a stack.
224 UseListOrderStack Stack;
234 predictValueUseListOrder(&BB, &F, OM, Stack);
    [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 149 // Dynamic stack
    [all...]
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 342 enum class PDB_MemoryType { Code, Data, Stack, HeapCode };
  /external/clang/lib/Sema/
SemaOpenMP.cpp 33 // Stack of data-sharing attributes for variables
64 /// \brief Stack for tracking declarations used in OpenMP directives and
110 /// \brief Stack of used declaration and their data-sharing attributes.
111 StackTy Stack;
122 explicit DSAStackTy(Sema &S) : Stack(1), SemaRef(S) {}
126 Stack.push_back(SharingMapTy(DKind, DirName, CurScope, Loc));
127 Stack.back().DefaultAttrLoc = Loc;
131 assert(Stack.size() > 1 && "Data-sharing attributes stack is empty!");
132 Stack.pop_back()
    [all...]
SemaType.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARF.cpp 188 typedef std::vector<DIEInfo> Stack;
189 Stack m_dies;
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 268 /// PackContext - Manages the stack for \#pragma pack. An alignment
303 /// The stack always has at least one element in it.
306 /// Stack of active SEH __finally scopes. Can be empty.
330 SmallVector<Slot, 2> Stack;
345 /// VisContext - Manages the stack for \#pragma GCC visibility.
363 /// ExprCleanupObjects - This is the stack of objects requiring
376 /// \brief Stack containing information about each of the nested
804 /// A stack of expression evaluation contexts.
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aether-util-0.9.0.M2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-util/0.9.0.M3/
aether-util-0.9.0.M3.jar 
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /prebuilts/tools/common/m2/repository/xalan/serializer/2.7.1/
serializer-2.7.1.jar 
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 

Completed in 2022 milliseconds

12 3 4