|
38 | 38 | | test.c:26:3:26:3 | f | float | float | essentially Floating type |
|
39 | 39 | | test.c:27:3:27:5 | f32 | float32_t | float32_t | essentially Floating type |
|
40 | 40 | | test.c:28:3:28:6 | cf32 | float | float | essentially Floating type |
|
| 41 | +| test.c:32:3:32:3 | 1 | signed char | signed char | essentially Signed type | |
| 42 | +| test.c:33:3:33:4 | 1 | unsigned char | unsigned char | essentially Unsigned type | |
| 43 | +| test.c:34:3:34:5 | 1 | unsigned long | unsigned long | essentially Unsigned type | |
| 44 | +| test.c:38:13:38:16 | 1 | bool | bool | essentially Boolean type | |
| 45 | +| test.c:38:13:38:16 | (bool)... | bool | bool | essentially Boolean type | |
| 46 | +| test.c:39:20:39:20 | 1 | signed char | signed char | essentially Signed type | |
| 47 | +| test.c:39:20:39:20 | (unsigned int)... | unsigned int | unsigned int | essentially Unsigned type | |
| 48 | +| test.c:40:23:40:23 | 1 | signed char | signed char | essentially Signed type | |
| 49 | +| test.c:40:23:40:23 | (unsigned short)... | unsigned short | unsigned short | essentially Unsigned type | |
| 50 | +| test.c:41:17:41:18 | 1 | signed char | signed char | essentially Signed type | |
| 51 | +| test.c:42:21:42:21 | 1 | signed char | signed char | essentially Signed type | |
| 52 | +| test.c:42:21:42:21 | (signed short)... | signed short | signed short | essentially Signed type | |
| 53 | +| test.c:44:3:44:4 | ! ... | bool | bool | essentially Boolean type | |
| 54 | +| test.c:44:4:44:4 | b | bool | bool | essentially Boolean type | |
| 55 | +| test.c:45:3:45:4 | ! ... | bool | bool | essentially Boolean type | |
| 56 | +| test.c:45:4:45:4 | u | unsigned int | unsigned int | essentially Unsigned type | |
| 57 | +| test.c:46:3:46:5 | ! ... | bool | bool | essentially Boolean type | |
| 58 | +| test.c:46:4:46:5 | us | unsigned short | unsigned short | essentially Unsigned type | |
| 59 | +| test.c:47:3:47:4 | ! ... | bool | bool | essentially Boolean type | |
| 60 | +| test.c:47:4:47:4 | s | signed int | signed int | essentially Signed type | |
| 61 | +| test.c:48:3:48:5 | ! ... | bool | bool | essentially Boolean type | |
| 62 | +| test.c:48:4:48:5 | ss | signed short | signed short | essentially Signed type | |
| 63 | +| test.c:50:3:50:4 | ~ ... | int | int | essentially Signed type | |
| 64 | +| test.c:50:4:50:4 | (int)... | int | int | essentially Signed type | |
| 65 | +| test.c:50:4:50:4 | b | bool | bool | essentially Boolean type | |
| 66 | +| test.c:51:3:51:4 | ~ ... | unsigned int | unsigned int | essentially Unsigned type | |
| 67 | +| test.c:51:4:51:4 | u | unsigned int | unsigned int | essentially Unsigned type | |
| 68 | +| test.c:52:3:52:5 | ~ ... | unsigned short | unsigned short | essentially Unsigned type | |
| 69 | +| test.c:52:4:52:5 | (int)... | int | int | essentially Signed type | |
| 70 | +| test.c:52:4:52:5 | us | unsigned short | unsigned short | essentially Unsigned type | |
| 71 | +| test.c:53:3:53:4 | ~ ... | signed int | signed int | essentially Signed type | |
| 72 | +| test.c:53:4:53:4 | s | signed int | signed int | essentially Signed type | |
| 73 | +| test.c:54:3:54:5 | ~ ... | int | int | essentially Signed type | |
| 74 | +| test.c:54:4:54:5 | (int)... | int | int | essentially Signed type | |
| 75 | +| test.c:54:4:54:5 | ss | signed short | signed short | essentially Signed type | |
0 commit comments