cprover
bytecode_info.h File Reference
#include <cstdint>
Include dependency graph for bytecode_info.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  bytecode_infot
 

Typedefs

typedef uint8_t u1
 
typedef uint16_t u2
 
typedef uint32_t u4
 
typedef uint64_t u8
 
typedef int8_t s1
 
typedef int16_t s2
 
typedef int32_t s4
 
typedef int64_t s8
 

Variables

struct bytecode_infot const bytecode_info []
 

Typedef Documentation

◆ s1

typedef int8_t s1

Definition at line 59 of file bytecode_info.h.

◆ s2

typedef int16_t s2

Definition at line 60 of file bytecode_info.h.

◆ s4

typedef int32_t s4

Definition at line 61 of file bytecode_info.h.

◆ s8

typedef int64_t s8

Definition at line 62 of file bytecode_info.h.

◆ u1

typedef uint8_t u1

Definition at line 55 of file bytecode_info.h.

◆ u2

typedef uint16_t u2

Definition at line 56 of file bytecode_info.h.

◆ u4

typedef uint32_t u4

Definition at line 57 of file bytecode_info.h.

◆ u8

typedef uint64_t u8

Definition at line 58 of file bytecode_info.h.

Variable Documentation

◆ bytecode_info