Pointer into the code segment.
More...
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/AST/ByteCode/Source.h"
Pointer into the code segment.
Definition at line 30 of file Source.h.
◆ CodePtr()
clang::interp::CodePtr::CodePtr |
( |
| ) |
|
|
default |
◆ operator bool()
clang::interp::CodePtr::operator bool |
( |
| ) |
const |
|
inlineexplicit |
◆ operator!=()
bool clang::interp::CodePtr::operator!= |
( |
const CodePtr & |
RHS | ) |
const |
|
inline |
◆ operator*()
const std::byte * clang::interp::CodePtr::operator* |
( |
| ) |
const |
|
inline |
◆ operator+()
CodePtr clang::interp::CodePtr::operator+ |
( |
ssize_t |
RHS | ) |
const |
|
inline |
◆ operator+=()
CodePtr & clang::interp::CodePtr::operator+= |
( |
int32_t |
Offset | ) |
|
|
inline |
◆ operator-() [1/2]
int32_t clang::interp::CodePtr::operator- |
( |
const CodePtr & |
RHS | ) |
const |
|
inline |
◆ operator-() [2/2]
◆ operator<=()
bool clang::interp::CodePtr::operator<= |
( |
const CodePtr & |
RHS | ) |
const |
|
inline |
◆ operator>=()
bool clang::interp::CodePtr::operator>= |
( |
const CodePtr & |
RHS | ) |
const |
|
inline |
◆ read()
std::enable_if_t<!std::is_pointer< T >::value, T > clang::interp::CodePtr::read |
( |
| ) |
|
|
inline |
◆ Function
The documentation for this class was generated from the following file: