Searched defs:StackStateOfBB (Results 1 – 1 of 1) sorted by relevance
2336 struct StackStateOfBB { struct2338 StackStateOfBB(int EntryVal, int ExitVal, bool EntrySetup, bool ExitSetup) : in StackStateOfBB() function2343 int EntryValue = 0;2344 int ExitValue = 0;2345 bool EntryIsSetup = false;2346 bool ExitIsSetup = false;