|
clang 23.0.0git
|
#include "/work/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 72 of file PrimType.h.
|
default |
Referenced by operator!=(), and operator==().
|
inline |
Definition at line 78 of file PrimType.h.
|
inline |
Definition at line 79 of file PrimType.h.
|
inlineexplicitconstexpr |
Definition at line 81 of file PrimType.h.
|
inline |
Definition at line 100 of file PrimType.h.
References OptPrimType().
Definition at line 99 of file PrimType.h.
|
inline |
Definition at line 82 of file PrimType.h.
|
inline |
Definition at line 98 of file PrimType.h.
References OptPrimType().
Definition at line 93 of file PrimType.h.
Definition at line 87 of file PrimType.h.
Referenced by clang::interp::CheckNonNullArgs(), clang::interp::interp__builtin_addressof(), clang::interp::interp__builtin_infer_alloc_token(), clang::interp::popArg(), clang::interp::Compiler< Emitter >::VisitBuiltinCallExpr(), and clang::interp::Compiler< Emitter >::visitDeclAndReturn().