clang 22.0.0git
|
A bit range. Both Start and End are inclusive. More...
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/AST/ByteCode/BitcastBuffer.h"
Public Member Functions | |
BitRange (Bits Start, Bits End) | |
Bits | size () const |
bool | operator< (BitRange Other) const |
bool | contains (Bits B) |
Public Attributes | |
Bits | Start |
Bits | End |
A bit range. Both Start and End are inclusive.
Definition at line 68 of file BitcastBuffer.h.
Definition at line 72 of file BitcastBuffer.h.
Referenced by operator<().
Definition at line 76 of file BitcastBuffer.h.
References Start.
Definition at line 74 of file BitcastBuffer.h.
References BitRange(), clang::Other, and Start.
|
inline |
Definition at line 73 of file BitcastBuffer.h.
Bits clang::interp::BitRange::End |
Definition at line 70 of file BitcastBuffer.h.
Referenced by BitRange(), clang::interp::BitcastBuffer::markInitialized(), and size().
Bits clang::interp::BitRange::Start |
Definition at line 69 of file BitcastBuffer.h.
Referenced by BitRange(), contains(), operator<(), and size().