HomeSort by relevance Sort by last modified time
    Searched defs:Top (Results 1 - 25 of 31) sorted by null

1 2

  /external/lldb/source/Core/
InputReaderStack.cpp 56 InputReaderStack::Top ()
62 input_reader_sp = m_input_readers.top();
  /external/llvm/lib/Analysis/
CFG.cpp 41 std::pair<const BasicBlock*, succ_const_iterator> &Top = VisitStack.back();
42 const BasicBlock *ParentBB = Top.first;
43 succ_const_iterator &I = Top.second;
  /external/clang/lib/Basic/
Module.cpp 162 auto *Top = getTopLevelModule();
164 // A top-level module implicitly uses itself.
165 if (Requested->isSubModuleOf(Top))
168 for (auto *Use : Top->DirectUses)
VirtualFileSystem.cpp 768 yaml::MappingNode *Top = dyn_cast<yaml::MappingNode>(Root);
769 if (!Top) {
785 for (yaml::MappingNode::iterator I = Top->begin(), E = Top->end(); I != E;
841 if (!checkMissingKeys(Top, Keys))
    [all...]
  /external/openfst/src/include/fst/extensions/pdt/
pdt.h 46 // 'nodes_'. Each node represents the top of some stack and is
48 // the stack with the top 'popped' and its children are stored in
81 // label is a close parenthesis that matches the top of the stack,
111 // Returns the stack ID obtained by "popping" the label at the top
117 // Returns the paren ID at the top of the stack for 'stack_id'
118 ssize_t Top(StackId stack_id) const {
  /external/openfst/src/include/fst/
heap.h 48 // \param whether heap top should be max or min element w.r.t. Compare
96 T top = A_[0]; local
101 return top;
106 T Top() const {
replace.h 704 const PrefixTuple& top = stack.Top(); local
706 StateTuple(prefix_id, top.fst_id, top.nextstate));
818 const PrefixTuple& Top() const {
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
BitmapFont.java 75 * Align text on the top of the text block
77 Top,
  /external/llvm/include/llvm/ADT/
DepthFirstIterator.h 76 // VisitStack - Used to maintain the ordering. Top = current block
104 std::pair<PointerIntTy, ChildItTy> &Top = VisitStack.back();
105 NodeType *Node = Top.first.getPointer();
106 ChildItTy &It = Top.second;
107 if (!Top.first.getInt()) {
110 Top.first.setInt(1);
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.h 93 /// top-level schedule() driver.
194 // State of the top and bottom scheduled instruction boundaries.
195 VLIWSchedBoundary Top;
199 /// SUnit::NodeQueueId: 0 (none), 1 (top), 2 (bot), 3 (both)
207 : DAG(nullptr), SchedModel(nullptr), Top(TopQID, "TopQ"),
221 return Top.ResourceModel->getTotalPackets() +
  /external/v8/src/
effects.h 243 Effects<Var, kNoVar> Top() { return node_->effects; }
hydrogen.h 637 HValue* Top() const { return ExpressionStackAt(0); }
654 // environment is the outer environment but the top expression stack
    [all...]
  /external/v8/src/heap/
store-buffer.h 81 Object*** Top() { return reinterpret_cast<Object***>(old_top_); }
82 void SetTop(Object*** top) {
83 DCHECK(top >= Start());
84 DCHECK(top <= Limit());
85 old_top_ = reinterpret_cast<Address*>(top);
  /external/v8/src/compiler/
ast-graph-builder.h 232 Node* Top() {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusmetaheader.h 61 INT16 Top;
  /art/runtime/gc/space/
region_space.h 434 uint8_t* Top() const {
  /external/giflib/
gif_lib.h 47 GifWord Left, Top, Width, Height; /* Current image dimensions. */
  /external/llvm/lib/Target/R600/
R600ControlFlowFinalizer.cpp 187 CFStack::StackItem Top = BranchStack.back();
188 if (Top == CFStack::ENTRY)
191 CurrentSubEntries-= getSubEntrySize(Top);
  /external/llvm/lib/IR/
LegacyPassManager.cpp 500 /// Initialize top level manager. Create first pass manager.
665 // top level manager. Set up analysis resolver to connect them.
743 // Print passes managed by this top level manager.
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp     [all...]
  /external/pdfium/core/include/fxcrt/
fx_coordinates.h 241 void Set(baseType left, baseType top, baseType width, baseType height)
243 FXT_RECT::left = left, FXT_RECT::top = top, FXT_RECT::width = width, FXT_RECT::height = height; member in class:CFX_RTemplate::FXT_RECT
245 void Set(baseType left, baseType top, const FXT_SIZE &size)
247 FXT_RECT::left = left, FXT_RECT::top = top, FXT_RECT::Size(size); member in class:CFX_RTemplate::FXT_RECT
263 FXT_RECT::left = FXT_RECT::top = FXT_RECT::width = FXT_RECT::height = 0;
267 left += p.x, top += p.y;
272 left -= p.x, top -= p.y;
281 return top + height
335 FXT_RECT::top += top; member in class:CFX_RTemplate::FXT_RECT
524 baseType left, top; member in class:CFX_RTemplate
538 int top; member in struct:FX_RECT
750 FX_FLOAT top; member in class:CFX_FloatRect
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 154 // Allow the scheduler to force top-down or bottom-up scheduling. If neither
190 /// schedule the node at the top of the unscheduled region. Otherwise it will
202 /// top-down scheduling.
234 /// The top of the unscheduled zone.
287 MachineBasicBlock::iterator top() const { return CurrentTop; } function in class:llvm::ScheduleDAGMI
314 // Top-Level entry points for the schedule() driver...
358 // liveness during bottom-up scheduling. Top-down scheduling may proceed but
372 /// The top of the unscheduled zone.
396 /// Get current register pressure for the top scheduled instructions.
440 // Top-Level entry points for the schedule() driver..
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincon.h 22 SHORT Top;
  /external/llvm/lib/Object/
MachOObjectFile.cpp     [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]

Completed in 2230 milliseconds

1 2