This file defines the SmallPtrSet class. More...
#include "llvm/ADT/ADL.h"#include "llvm/ADT/EpochTracker.h"#include "llvm/ADT/STLForwardCompat.h"#include "llvm/ADT/iterator_range.h"#include "llvm/Support/Compiler.h"#include "llvm/Support/MathExtras.h"#include "llvm/Support/ReverseIteration.h"#include "llvm/Support/type_traits.h"#include <algorithm>#include <cassert>#include <cstddef>#include <cstdlib>#include <cstring>#include <initializer_list>#include <iterator>#include <limits>#include <utility>Go to the source code of this file.
SmallPtrSet  which provides the typesafe interface that is common across all small sizes. More... This file defines the SmallPtrSet class.
See the doxygen comment for SmallPtrSetImplBase for more details on the algorithm used.
Definition in file SmallPtrSet.h.