HomeSort by relevance Sort by last modified time
    Searched refs:iplist (Results 1 - 17 of 17) sorted by null

  /external/llvm/include/llvm/
SymbolTableListTraits.h 1 //===-- llvm/SymbolTableListTraits.h - Traits for iplist --------*- C++ -*-===//
34 template<typename NodeTy, typename Traits> class iplist;
49 typedef iplist<ValueSubClass> ItemParentClass::*Sublist;
52 iplist<ValueSubClass>* Anchor(static_cast<iplist<ValueSubClass>*>(this));
57 static iplist<ValueSubClass> &getList(ItemParentClass *Par) {
Module.h 117 typedef iplist<GlobalVariable> GlobalListType;
119 typedef iplist<Function> FunctionListType;
121 typedef iplist<GlobalAlias> AliasListType;
483 static iplist<GlobalVariable> Module::*getSublistAccess(GlobalVariable*) {
490 static iplist<Function> Module::*getSublistAccess(Function*) {
497 static iplist<GlobalAlias> Module::*getSublistAccess(GlobalAlias*) {
Function.h 73 typedef iplist<Argument> ArgumentListType;
74 typedef iplist<BasicBlock> BasicBlockListType;
327 static iplist<Argument> Function::*getSublistAccess(Argument*) {
333 static iplist<BasicBlock> Function::*getSublistAccess(BasicBlock*) {
BasicBlock.h 74 typedef iplist<Instruction> InstListType;
208 static iplist<Instruction> BasicBlock::*getSublistAccess(Instruction*) {
  /frameworks/compile/mclinker/unittests/
GCFactoryListTraitsTest.h 82 const llvm::iplist<Node, mcld::GCFactoryListTraits<Node> > &getNodeList() const
85 llvm::iplist<Node, mcld::GCFactoryListTraits<Node> > &getNodeList()
92 llvm::iplist<Node, mcld::GCFactoryListTraits<Node> > m_pNodeList;
GCFactoryListTraitsTest.cpp 41 // Reset the node value and (re)insert into the iplist.
51 // Erasing of llvm::iplist won't destroy the allocation of the nodes managed
66 llvm::iplist<Node>::const_iterator it = m_pNodeList.begin(); \
104 for (llvm::iplist<Node>::const_iterator I = m_pNodeList.begin(),
  /external/llvm/include/llvm/ADT/
ilist.h 48 template<typename NodeTy, typename Traits> class iplist;
291 /// iplist - The subset of list functionality that can safely be used on nodes
302 /// in the list. When the list is empty, the pointer in the iplist points
312 class iplist : public Traits { class in namespace:llvm
332 // No fundamental reason why iplist can't be copyable, but the default
334 iplist(const iplist &); // do not implement
335 void operator=(const iplist &); // do not implement
350 iplist() : Head(this->provideInitialHead()) {} function in class:llvm::iplist
351 ~iplist() {
    [all...]
  /external/llvm/lib/VMCore/
SymbolTableListTraitsImpl.h 44 iplist<ValueSubClass> &ItemList = TraitsClass::getList(getListOwner());
49 for (typename iplist<ValueSubClass>::iterator I = ItemList.begin();
57 for (typename iplist<ValueSubClass>::iterator I = ItemList.begin();
  /external/llvm/include/llvm/Support/
InstIterator.h 120 typedef InstIterator<iplist<BasicBlock>,
123 typedef InstIterator<const iplist<BasicBlock>,
Recycler.h 69 iplist<RecyclerStruct> FreeList;
  /external/llvm/include/llvm/MC/
MCAssembler.h 455 typedef iplist<MCFragment> FragmentListType;
666 typedef iplist<MCSectionData> SectionDataListType;
667 typedef iplist<MCSymbolData> SymbolDataListType;
693 iplist<MCSectionData> Sections;
695 iplist<MCSymbolData> Symbols;
  /frameworks/compile/mclinker/include/mcld/Support/
MemoryArea.h 128 typedef llvm::iplist<Space> SpaceList;
  /external/llvm/include/llvm/Bitcode/
Archive.h 181 /// The default constructor is only used by the Archive's iplist when it
213 typedef iplist<ArchiveMember> MembersList;
333 /// on the Archive's iplist of ArchiveMember. However, it is recommended
335 /// @returns the iplist of ArchiveMember
336 /// @brief Get the iplist of the members
  /frameworks/compile/mclinker/include/mcld/LD/
Layout.h 145 typedef llvm::iplist<Range> RangeList;
  /frameworks/compile/mclinker/include/mcld/MC/
MCLinker.h 253 typedef llvm::iplist<llvm::MCFragment,
  /external/chromium/net/spdy/
spdy_session_unittest.cc 556 std::string iplist; member in struct:net::TestHosts
568 test_hosts[i].iplist, "");
  /external/chromium/net/socket/
ssl_client_socket_pool_unittest.cc 656 std::string iplist; member in struct:net::__anon4197::TestHosts
667 test_hosts[i].iplist, "");

Completed in 183 milliseconds