Searched defs:StackStateOfBB (Results 1 – 2 of 2) sorted by relevance
1930 struct StackStateOfBB { struct1931 StackStateOfBB() : EntryValue(0), ExitValue(0), EntryIsSetup(false), in StackStateOfBB() argument1933 StackStateOfBB(int EntryVal, int ExitVal, bool EntrySetup, bool ExitSetup) : in StackStateOfBB() argument1937 int EntryValue;1938 int ExitValue;1939 bool EntryIsSetup;1940 bool ExitIsSetup;
2752 struct StackStateOfBB { struct2754 StackStateOfBB(int EntryVal, int ExitVal, bool EntrySetup, bool ExitSetup) : in StackStateOfBB() argument2759 int EntryValue = 0;2760 int ExitValue = 0;2761 bool EntryIsSetup = false;2762 bool ExitIsSetup = false;