Searched defs:StackStateOfBB (Results 1 – 1 of 1) sorted by relevance
3341 struct StackStateOfBB { struct3343 StackStateOfBB(int EntryVal, int ExitVal, bool EntrySetup, bool ExitSetup) : in StackStateOfBB() function3348 int EntryValue = 0;3349 int ExitValue = 0;3350 bool EntryIsSetup = false;3351 bool ExitIsSetup = false;