| 1500 | }; |
| 1501 | |
| 1502 | TypeDeclPtr makePrintFlags() { |
| 1503 | auto ft = new TypeDecl(Type::tBitfield); |
| 1504 | ft->alias = "print_flags"; |
| 1505 | ft->argNames = { "escapeString", "namesAndDimensions", "typeQualifiers", "refAddresses", "singleLine", "fixedPoint", "fullTypeInfo" }; |
| 1506 | return ft; |
| 1507 | } |
| 1508 | |
| 1509 | template <> |
| 1510 | struct typeFactory<PrintFlags> { |
no outgoing calls
no test coverage detected