| 1028 | struct TypeSpec : EmptySpec { |
| 1029 | Alignment align() const { return ALIGN_DEFAULT; } |
| 1030 | unsigned width() const { return 0; } |
| 1031 | int precision() const { return -1; } |
| 1032 | bool flag(unsigned) const { return false; } |
| 1033 | char type() const { return TYPE; } |
no outgoing calls
no test coverage detected