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

1 2

  /external/clang/include/clang/Basic/
AddressSpaces.h 38 Last,
39 Count = Last-Offset
  /external/llvm/lib/Analysis/
ScalarEvolutionAliasAnalysis.cpp 97 const SCEV *Last = A->getOperand(A->getNumOperands()-1);
98 if (Last->getType()->isPointerTy())
99 return GetBaseValue(Last);
  /external/webrtc/src/system_wrappers/source/
map.cc 84 MapItem* MapWrapper::Last() const
list_no_stl.cc 126 ListItem* ListWrapper::Last() const
list_stl.cc 131 ListItem* ListWrapper::Last() const
137 // std::list::end() addresses the last item + 1. Decrement so that the
138 // actual last is accessed.
map_no_stl.cc 92 // 3. Item should be inserted last
122 MapNoStlItem* MapNoStl::Last() const
list_unittest.cc 56 ListItem* Last() const {
57 return list_.Last();
212 return Erase(list_.Last());
356 for (ListItem* item = ascending_list->Last(); item != NULL;
383 ascending_list->Last()));
409 ListItem* item = descending_list->Last();
455 ListItem* item = ascending_list->Last();
  /external/chromium/testing/gtest/samples/
sample3-inl.h 109 // Gets the last element of the queue, or NULL if the queue is empty.
110 QueueNode<E>* Last() { return last_; }
111 const QueueNode<E>* Last() const { return last_; }
165 QueueNode<E>* last_; // The last node of the queue.
  /external/chromium_org/testing/gtest/samples/
sample3-inl.h 108 // Gets the last element of the queue, or NULL if the queue is empty.
109 QueueNode<E>* Last() { return last_; }
110 const QueueNode<E>* Last() const { return last_; }
164 QueueNode<E>* last_; // The last node of the queue.
  /external/clang/lib/Format/
TokenAnnotator.h 55 Last = Current;
59 FormatToken *Last;
  /external/gtest/samples/
sample3-inl.h 109 // Gets the last element of the queue, or NULL if the queue is empty.
110 QueueNode<E>* Last() { return last_; }
111 const QueueNode<E>* Last() const { return last_; }
165 QueueNode<E>* last_; // The last node of the queue.
  /external/libvpx/libvpx/third_party/googletest/src/samples/
sample3-inl.h 109 // Gets the last element of the queue, or NULL if the queue is empty.
110 QueueNode<E>* Last() { return last_; }
111 const QueueNode<E>* Last() const { return last_; }
165 QueueNode<E>* last_; // The last node of the queue.
  /external/protobuf/gtest/samples/
sample3-inl.h 109 // Gets the last element of the queue, or NULL if the queue is empty.
110 QueueNode<E> * Last() { return last_; }
111 const QueueNode<E> * Last() const { return last_; }
165 QueueNode<E> * last_; // The last node of the queue.
  /ndk/sources/third_party/googletest/googletest/samples/
sample3-inl.h 108 // Gets the last element of the queue, or NULL if the queue is empty.
109 QueueNode<E>* Last() { return last_; }
110 const QueueNode<E>* Last() const { return last_; }
164 QueueNode<E>* last_; // The last node of the queue.
  /external/clang/lib/AST/
TypeLoc.cpp 167 TypeLoc Last;
171 if (!Last)
172 Last = Cur;
173 return Last.getLocalSourceRange().getEnd();
180 Last = Cur;
184 Last = TypeLoc();
186 Last = Cur;
194 if (!Last)
195 Last = Cur;
  /external/clang/lib/ASTMatchers/Dynamic/
Diagnostics.cpp 70 ErrorContent &Last = Errors.back();
71 Last.ContextStack = ContextStack;
72 Last.Messages.push_back(ErrorContent::Message());
73 Last.Messages.back().Range = Range;
74 Last.Messages.back().Type = Error;
75 return ArgStream(&Last.Messages.back().Args);
  /external/clang/utils/TableGen/
ClangASTNodesEmitter.cpp 70 // Returns the first and last non-abstract subrecords
80 Record *First = 0, *Last = 0;
84 First = Last = Base;
109 Last = Result.second;
112 Last = R;
123 assert (Last && "Got a first node but not a last node for a range!");
129 << Last->getName() << ")\n\n";
132 return std::make_pair(First, Last);
145 << macroName(Root.getName()) << "_RANGE(Base, First, Last)\n"
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 75 Last RN 7
111 MOV Last,#0
118 STM pDst!,{temp2,temp1,Last,LR}
120 STM pDst!,{temp2,temp1,Last,LR}
122 STM pDst!,{temp2,temp1,Last,LR}
124 STM pDst!,{temp2,temp1,Last,LR}
126 STM pDst!,{temp2,temp1,Last,LR}
128 STM pDst!,{temp2,temp1,Last,LR}
130 STM pDst!,{temp2,temp1,Last,LR}
131 STM pDst!,{temp2,temp1,Last,LR
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 75 Last RN 7
111 MOV Last,#0
118 STM pDst!,{temp2,temp1,Last,LR}
120 STM pDst!,{temp2,temp1,Last,LR}
122 STM pDst!,{temp2,temp1,Last,LR}
124 STM pDst!,{temp2,temp1,Last,LR}
126 STM pDst!,{temp2,temp1,Last,LR}
128 STM pDst!,{temp2,temp1,Last,LR}
130 STM pDst!,{temp2,temp1,Last,LR}
131 STM pDst!,{temp2,temp1,Last,LR
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
finder.hpp 93 // find last functor -----------------------------------------------//
95 // find the last match a subseqeunce in the sequence ( functor )
152 result_type Last=M;
156 Last=M;
160 return Last;
  /external/llvm/lib/CodeGen/
InterferenceCache.h 35 SlotIndex Last;
71 /// Tag of the LIU last time we looked.
216 /// last - Return the ending index of the last interfering range in the
218 SlotIndex last() { function in class:llvm::InterferenceCache::Cursor
219 return Current->Last;
MachineRegisterInfo.cpp 181 // Next is NULL on the last list element.
182 // Prev pointers are circular, so Head->Prev == Last.
193 // Insert MO between Last and Head in the circular Prev chain.
194 MachineOperand *Last = Head->Contents.Reg.Prev;
195 assert(Last && "Inconsistent use list");
196 assert(MO->getReg() == Last->getReg() && "Different regs on the same list!");
198 MO->Contents.Reg.Prev = Last;
209 Last->Contents.Reg.Next = MO;
  /external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 357 char Last = *FB++ = *FmtStr++;
359 while (Last != 'c' && Last != 'd' && Last != 'i' && Last != 'u' &&
360 Last != 'o' && Last != 'x' && Last != 'X' && Last != 'e' &&
361 Last != 'E' && Last != 'g' && Last != 'G' && Last != 'f' &
    [all...]
  /external/clang/test/SemaCXX/
enum-scoped.cpp 180 Enum() : m_e(E::Last) {}
184 enum eCOLORS { Last };
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 242 First(F), Last(L), SValue(SV), HeaderBB(H), Emitted(E) {}
244 APInt Last;
414 /// references that ned to refer to the last resulting block.
415 void UpdateSplitBlock(MachineBasicBlock *First, MachineBasicBlock *Last);

Completed in 259 milliseconds

1 2