LLVM  8.0.1
Classes | Namespaces
ilist_iterator.h File Reference
#include "llvm/ADT/ilist_node.h"
#include <cassert>
#include <cstddef>
#include <iterator>
#include <type_traits>
Include dependency graph for ilist_iterator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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 > >
 

Namespaces

 llvm
 This class represents lattice values for constants.
 
 llvm::ilist_detail