clang 24.0.0git
BitcastBuffer.h File Reference
#include "llvm/ADT/SmallVector.h"
#include <cassert>
#include <cstddef>
#include <memory>

Go to the source code of this file.

Classes

struct  clang::interp::Bits
 A quantity in bits. More...
struct  clang::interp::Bytes
 A quantity in bytes. More...
struct  clang::interp::BitRange
 A bit range. Both Start and End are inclusive. More...
struct  clang::interp::BitcastBuffer
 Track what bits have been initialized to known values and which ones have indeterminate value. More...

Namespaces

namespace  clang
 Top level wrappers for InstallAPI frontend operations.
namespace  clang::interp

Enumerations

enum class  clang::interp::Endian { clang::interp::Little , clang::interp::Big }