Searched defs:StackStateOfBB (Results 1 – 1 of 1) sorted by relevance
3780 struct StackStateOfBB { struct3782 StackStateOfBB(int EntryVal, int ExitVal, bool EntrySetup, bool ExitSetup) : in StackStateOfBB() argument3787 int EntryValue = 0;3788 int ExitValue = 0;3789 bool EntryIsSetup = false;3790 bool ExitIsSetup = false;