#include "llvm/ADT/ilist_node.h"
#include <cassert>
#include <cstddef>
#include <iterator>
#include <type_traits>
Go to the source code of this file.
|
| struct | llvm::ilist_detail::IteratorTraits< OptionsT, IsConst > |
| | Find const-correct node types. More...
|
| |
| struct | llvm::ilist_detail::IteratorTraits< OptionsT, false > |
| |
| struct | llvm::ilist_detail::IteratorTraits< OptionsT, true > |
| |
| struct | llvm::ilist_detail::IteratorHelper< IsReverse > |
| |
| struct | llvm::ilist_detail::IteratorHelper< false > |
| |
| struct | llvm::ilist_detail::IteratorHelper< true > |
| |
| class | llvm::ilist_iterator< OptionsT, IsReverse, IsConst > |
| | Iterator for intrusive lists based on ilist_node. More...
|
| |
| struct | llvm::simplify_type< From > |
| |
| struct | llvm::simplify_type< ilist_iterator< OptionsT, false, IsConst > > |
| | Allow ilist_iterators to convert into pointers to a node automatically when used by the dyn_cast, cast, isa mechanisms... More...
|
| |
| struct | llvm::simplify_type< const ilist_iterator< OptionsT, false, IsConst > > |
| |