Searched defs:StackStateOfBB (Results 1 – 1 of 1) sorted by relevance
2752 struct StackStateOfBB { struct2754 StackStateOfBB(int EntryVal, int ExitVal, bool EntrySetup, bool ExitSetup) : in StackStateOfBB() function2759 int EntryValue = 0;2760 int ExitValue = 0;2761 bool EntryIsSetup = false;2762 bool ExitIsSetup = false;