Searched defs:StackStateOfBB (Results 1 – 1 of 1) sorted by relevance
1697 struct StackStateOfBB { struct1698 StackStateOfBB() : EntryValue(0), ExitValue(0), EntryIsSetup(false), in StackStateOfBB() argument1700 StackStateOfBB(int EntryVal, int ExitVal, bool EntrySetup, bool ExitSetup) : in StackStateOfBB() function1704 int EntryValue;1705 int ExitValue;1706 bool EntryIsSetup;1707 bool ExitIsSetup;