|
LLVM
8.0.1
|
#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/None.h"#include "llvm/ADT/PointerUnion.h"#include "llvm/ADT/SmallVector.h"#include <cassert>#include <cstddef>#include <iterator>#include <type_traits>

Go to the source code of this file.
Classes | |
| class | llvm::TinyPtrVector< EltTy > |
| TinyPtrVector - This class is specialized for cases where there are normally 0 or 1 element in a vector, but is general enough to go beyond that when required. More... | |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
1.8.13