clang 22.0.0git
|
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/AST/ByteCode/PrimType.h"
Public Member Functions | |
OptPrimType ()=default | |
OptPrimType (std::nullopt_t) | |
OptPrimType (PrimType T) | |
constexpr | operator bool () const |
PrimType | operator* () const |
PrimType | value_or (PrimType PT) const |
bool | operator== (PrimType PT) const |
bool | operator== (OptPrimType OPT) const |
bool | operator!= (PrimType PT) const |
bool | operator!= (OptPrimType OPT) const |
Definition at line 53 of file PrimType.h.
|
default |
Referenced by operator!=(), and operator==().
|
inline |
Definition at line 59 of file PrimType.h.
|
inline |
Definition at line 60 of file PrimType.h.
References clang::T.
|
inlineexplicitconstexpr |
Definition at line 62 of file PrimType.h.
|
inline |
Definition at line 81 of file PrimType.h.
References OptPrimType().
Definition at line 80 of file PrimType.h.
|
inline |
Definition at line 63 of file PrimType.h.
|
inline |
Definition at line 79 of file PrimType.h.
References OptPrimType().
Definition at line 74 of file PrimType.h.
Definition at line 68 of file PrimType.h.
Referenced by clang::interp::CheckNonNullArgs(), clang::interp::interp__builtin_addressof(), clang::interp::popArg(), and clang::interp::Compiler< Emitter >::visitDeclAndReturn().