| 287 | } |
| 288 | |
| 289 | int DepthSpec::dtSelectVariable_minimal_depth(int flag) |
| 290 | { |
| 291 | return (flag == MAX_VAR_SCOPE) ? dtVariableSelection_minimal_depth(flag) + 1 : |
| 292 | dtVariableSelection_minimal_depth(flag); |
| 293 | } |
| 294 | |
| 295 | int DepthSpec::dtSelectDerefPointer_minimal_depth(int) |
| 296 | { |
nothing calls this directly
no outgoing calls
no test coverage detected