| 822 | } |
| 823 | |
| 824 | struct warning_context { |
| 825 | std::string *warn; |
| 826 | size_t line_number; |
| 827 | }; |
| 828 | |
| 829 | // Make index zero-base, and also support relative index. |
| 830 | static inline bool fixIndex(int idx, int n, int *ret, bool allow_zero, |
nothing calls this directly
no outgoing calls
no test coverage detected