Searched defs:StackStateOfBB (Results 1 – 1 of 1) sorted by relevance
1759 struct StackStateOfBB { struct1760 StackStateOfBB() : EntryValue(0), ExitValue(0), EntryIsSetup(false), in StackStateOfBB() function1762 StackStateOfBB(int EntryVal, int ExitVal, bool EntrySetup, bool ExitSetup) : in StackStateOfBB() function1766 int EntryValue;1767 int ExitValue;1768 bool EntryIsSetup;1769 bool ExitIsSetup;