Searched defs:StackStateOfBB (Results 1 – 1 of 1) sorted by relevance
3932 struct StackStateOfBB { struct3934 StackStateOfBB(int EntryVal, int ExitVal, bool EntrySetup, bool ExitSetup) in StackStateOfBB() function3939 int EntryValue = 0;3940 int ExitValue = 0;3941 bool EntryIsSetup = false;3942 bool ExitIsSetup = false;