| 4285 | struct DataVariableAndName |
| 4286 | { |
| 4287 | DataVariableAndName() {} |
| 4288 | DataVariableAndName(uint64_t a, Type* t, bool d, const std::string& n) : |
| 4289 | address(a), type(t), autoDiscovered(d), name(n) |
| 4290 | {} |
no outgoing calls
no test coverage detected