Searched defs:StackStateOfBB (Results 1 – 1 of 1) sorted by relevance
3247 struct StackStateOfBB { struct3249 StackStateOfBB(int EntryVal, int ExitVal, bool EntrySetup, bool ExitSetup) : in StackStateOfBB() function3254 int EntryValue = 0;3255 int ExitValue = 0;3256 bool EntryIsSetup = false;3257 bool ExitIsSetup = false;