LLVM
15.0.0git
|
Go to the source code of this file.
Namespaces | |
llvm | |
This is an optimization pass for GlobalISel generic memory operations. | |
Enumerations | |
enum | llvm::NoneType { llvm::NoneType::None = 1 } |
A simple null object to allow implicit construction of Optional<T> and similar types without having to spell out the specialization's name. More... | |
Variables | |
const NoneType | llvm::None = NoneType::None |
This file provides None, an enumerator for use in implicit constructors of various (usually templated) types to make such construction more terse.
Definition in file None.h.