struct BuiltInTypes

Declaration

struct BuiltInTypes { /* full declaration omitted */ };

Declared at: llvm/unittests/Support/YAMLIOTest.cpp:327

Member Variables

public llvm::StringRef str
public std::string stdstr
public uint64_t u64
public uint32_t u32
public uint16_t u16
public uint8_t u8
public bool b
public int64_t s64
public int32_t s32
public int16_t s16
public int8_t s8
public float f
public double d
public llvm::yaml::Hex8 h8
public llvm::yaml::Hex16 h16
public llvm::yaml::Hex32 h32
public llvm::yaml::Hex64 h64