| 114 | //----------------------------------------------------------------------------- |
| 115 | |
| 116 | void CodeGeneratorVariant::Set() |
| 117 | { |
| 118 | if(GetInsightsOptions().UseShow2C) { |
| 119 | cg = &cgs.cfcg; |
| 120 | } else { |
| 121 | cg = &cgs.cg; |
| 122 | } |
| 123 | } |
| 124 | //----------------------------------------------------------------------------- |
| 125 | |
| 126 | static bool IsCopyOrMoveCtor(const CXXConstructorDecl* ctor) |
nothing calls this directly
no outgoing calls
no test coverage detected