|
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 73 of file PrimType.h.
|
default |
Referenced by operator!=(), and operator==().
|
inline |
Definition at line 79 of file PrimType.h.
|
inline |
Definition at line 80 of file PrimType.h.
|
inlineexplicitconstexpr |
Definition at line 82 of file PrimType.h.
|
inline |
Definition at line 101 of file PrimType.h.
References OptPrimType().
Definition at line 100 of file PrimType.h.
|
inline |
Definition at line 83 of file PrimType.h.
|
inline |
Definition at line 99 of file PrimType.h.
References OptPrimType().
Definition at line 94 of file PrimType.h.
Definition at line 88 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().