Home
last modified time | relevance | path

Searched refs:const_self_iterator (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
Dilist_node.h55 using const_self_iterator = ilist_iterator<OptionsT, false, true>; variable
83 const_self_iterator getIterator() const { return const_self_iterator(*this); } in getIterator()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dilist_node.h58 typedef ilist_iterator<OptionsT, false, true> const_self_iterator; typedef
82 const_self_iterator getIterator() const { return const_self_iterator(*this); } in getIterator()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DSimpleIListTest.cpp613 Node1Type::const_self_iterator getIterator1() const { in getIterator1()
616 Node2Type::const_self_iterator getIterator2() const { in getIterator2()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DMemorySSA.h179 AllAccessType::const_self_iterator getIterator() const { in getIterator()
191 DefsOnlyType::const_self_iterator getDefsIterator() const { in getDefsIterator()