Searched defs:StackStateOfBB (Results 1 – 1 of 1) sorted by relevance
3471 struct StackStateOfBB { struct3473 StackStateOfBB(int EntryVal, int ExitVal, bool EntrySetup, bool ExitSetup) : in StackStateOfBB() argument3478 int EntryValue = 0;3479 int ExitValue = 0;3480 bool EntryIsSetup = false;3481 bool ExitIsSetup = false;