| 31 | static constexpr auto advance_() noexcept { return advance_(1u); } |
| 32 | |
| 33 | template <typename To> static constexpr auto cast_(auto expr) noexcept { |
| 34 | return lib::ir::IR{lib::code::Cast<To, decltype(expr)>{expr}}; |
| 35 | } |
| 36 | |
| 37 | static constexpr auto getc_() noexcept { |
| 38 | return lib::ir::IR{lib::code::GetC{}}; |
nothing calls this directly
no outgoing calls
no test coverage detected