(&self)
| 95 | } |
| 96 | |
| 97 | pub fn span(&self) -> Span { |
| 98 | self.current_span.unwrap_or(DUMMY_SP) |
| 99 | } |
| 100 | |
| 101 | // Given an ID, check if it's defined by an OpAccessChain, and if it is, return its ptr/indices |
| 102 | fn find_access_chain(&self, id: spirv::Word) -> Option<(spirv::Word, Vec<spirv::Word>)> { |
no outgoing calls
no test coverage detected