Searched defs:StackStateOfBB (Results 1 – 1 of 1) sorted by relevance
1930 struct StackStateOfBB { struct1931 StackStateOfBB() : EntryValue(0), ExitValue(0), EntryIsSetup(false), in StackStateOfBB() function1933 StackStateOfBB(int EntryVal, int ExitVal, bool EntrySetup, bool ExitSetup) : in StackStateOfBB() function1937 int EntryValue;1938 int ExitValue;1939 bool EntryIsSetup;1940 bool ExitIsSetup;