| 104 | //----------------------------------------------------------------------------- |
| 105 | |
| 106 | CodeGeneratorVariant::CodeGenerators::~CodeGenerators() |
| 107 | { |
| 108 | if(GetInsightsOptions().UseShow2C) { |
| 109 | cfcg.~CfrontCodeGenerator(); |
| 110 | } else { |
| 111 | cg.~CodeGenerator(); |
| 112 | } |
| 113 | } |
| 114 | //----------------------------------------------------------------------------- |
| 115 | |
| 116 | void CodeGeneratorVariant::Set() |
nothing calls this directly
no test coverage detected