ReactOS 0.4.15-dev-7788-g1ad9096
State Struct Reference

#include <stack_allocator.h>

Collaboration diagram for State:

Public Member Functions

 State (char *beg, char *end)
 
 State (const State &other)
 

Public Attributes

charm_beg
 
charm_end
 
charm_cur
 
bool m_isOk
 
bool m_swaped
 
int m_nbAlloc
 
char ** m_sharedCur
 
boolm_sharedOk
 
intm_sharedNbAlloc
 
ulong loc
 
ulong endloc
 
ulong iquantum
 
ulong dquantum
 
charaugmentation
 
int version
 
ulong rareg
 
DwarfBuf init
 
DwarfExprcfa
 
DwarfExprra
 
DwarfExprr
 
DwarfExprinitr
 
int nr
 
DwarfExpr ** stack
 
int nstack
 
ulong addr
 
ulong file
 
ulong line
 
ulong column
 
ulong flags
 
ulong isa
 

Detailed Description

Definition at line 18 of file stack_allocator.h.

Constructor & Destructor Documentation

◆ State() [1/2]

State::State ( char beg,
char end 
)
inline

Definition at line 33 of file stack_allocator.h.

34 : m_beg(beg), m_end(end), m_cur(m_beg), m_isOk(true), m_swaped(false), m_nbAlloc(0),
GLuint GLuint end
Definition: gl.h:1545
int m_nbAlloc
bool m_isOk
char * m_cur
bool m_swaped
int * m_sharedNbAlloc
char * m_end
bool * m_sharedOk
char * m_beg
char ** m_sharedCur

Referenced by AcpiUtCreateControlState().

◆ State() [2/2]

State::State ( const State other)
inline

Definition at line 37 of file stack_allocator.h.

38 : m_beg(other.m_beg), m_end(other.m_end), m_cur(0),
39 m_isOk(true), m_swaped(other.m_swaped), m_nbAlloc(0),
40 m_sharedCur(other.m_sharedCur), m_sharedOk(other.m_sharedOk),
41 m_sharedNbAlloc(other.m_sharedNbAlloc) {}
int other
Definition: msacm.c:1376

Member Data Documentation

◆ addr

ulong State::addr

Definition at line 39 of file dwarfpc.c.

◆ augmentation

char * State::augmentation

Definition at line 30 of file dwarfcfa.c.

◆ cfa

DwarfExpr * State::cfa

Definition at line 34 of file dwarfcfa.c.

◆ column

ulong State::column

Definition at line 42 of file dwarfpc.c.

◆ dquantum

ulong State::dquantum

Definition at line 29 of file dwarfcfa.c.

◆ endloc

ulong State::endloc

Definition at line 27 of file dwarfcfa.c.

◆ file

ulong State::file

Definition at line 40 of file dwarfpc.c.

Referenced by dwarfpctoline().

◆ flags

ulong State::flags

Definition at line 43 of file dwarfpc.c.

Referenced by dwarfpctoline().

◆ init

DwarfBuf State::init

Definition at line 33 of file dwarfcfa.c.

◆ initr

DwarfExpr * State::initr

Definition at line 37 of file dwarfcfa.c.

◆ iquantum

ulong State::iquantum

Definition at line 28 of file dwarfcfa.c.

◆ isa

ulong State::isa

Definition at line 44 of file dwarfpc.c.

◆ line

ulong State::line

Definition at line 41 of file dwarfpc.c.

Referenced by dwarfpctoline().

◆ loc

ulong State::loc

Definition at line 26 of file dwarfcfa.c.

◆ m_beg

char* State::m_beg

Definition at line 19 of file stack_allocator.h.

◆ m_cur

char * State::m_cur

Definition at line 19 of file stack_allocator.h.

◆ m_end

char * State::m_end

Definition at line 19 of file stack_allocator.h.

◆ m_isOk

bool State::m_isOk

Definition at line 20 of file stack_allocator.h.

◆ m_nbAlloc

int State::m_nbAlloc

Definition at line 21 of file stack_allocator.h.

◆ m_sharedCur

char** State::m_sharedCur

Definition at line 25 of file stack_allocator.h.

◆ m_sharedNbAlloc

int* State::m_sharedNbAlloc

Definition at line 27 of file stack_allocator.h.

◆ m_sharedOk

bool* State::m_sharedOk

Definition at line 26 of file stack_allocator.h.

◆ m_swaped

bool State::m_swaped

Definition at line 20 of file stack_allocator.h.

◆ nr

int State::nr

Definition at line 38 of file dwarfcfa.c.

◆ nstack

int State::nstack

Definition at line 40 of file dwarfcfa.c.

◆ r

DwarfExpr * State::r

Definition at line 36 of file dwarfcfa.c.

◆ ra

DwarfExpr * State::ra

Definition at line 35 of file dwarfcfa.c.

◆ rareg

ulong State::rareg

Definition at line 32 of file dwarfcfa.c.

◆ stack

DwarfExpr ** State::stack

Definition at line 39 of file dwarfcfa.c.

◆ version

int State::version

Definition at line 31 of file dwarfcfa.c.


The documentation for this struct was generated from the following files: