Lines Matching refs:_BitInt
5 void Bounds(const int (&Array)[10], _BitInt(15) Index) {
22 _BitInt(34) a = e1; in Enum()
26 _BitInt(34) b = e2; in Enum()
32 _BitInt(34) c = e3; in Enum()
40 _BitInt(10) E = f; in FloatOverflow()
43 _BitInt(10) E2 = d; in FloatOverflow()
46 _BitInt(7) E3 = f; in FloatOverflow()
49 _BitInt(7) E4 = d; in FloatOverflow()
55 void UIntTruncation(unsigned _BitInt(35) E, unsigned int i, unsigned long long ll) {
77 void IntTruncation(_BitInt(35) E, unsigned _BitInt(42) UE, int i, unsigned j) {
123 void SignChangeCheck(unsigned _BitInt(39) UE, _BitInt(39) E) {
144 void DivByZero(_BitInt(11) E, int i) {
163 void Shifts(_BitInt(9) E) {
187 void SignedIntegerOverflow(_BitInt(93) BiggestE,
188 _BitInt(4) SmallestE,
189 _BitInt(31) JustRightE) {
225 unsigned _BitInt(23) SmallE,
226 unsigned _BitInt(35) BigE) {