Get previous node in the compiler stream.
| 364 | |
| 365 | //! Get previous node in the compiler stream. |
| 366 | ASMJIT_INLINE CBNode* getPrev() const noexcept { return _prev; } |
| 367 | //! Get next node in the compiler stream. |
| 368 | ASMJIT_INLINE CBNode* getNext() const noexcept { return _next; } |
| 369 |
no outgoing calls
no test coverage detected