Home
last modified time | relevance | path

Searched defs:spirv_inst_iter (Results 1 – 1 of 1) sorted by relevance

/external/vulkan-validation-layers/layers/
Dcore_validation.cpp186 struct spirv_inst_iter { struct
195 spirv_inst_iter() {} in spirv_inst_iter() argument
197spirv_inst_iter(std::vector<uint32_t>::const_iterator zero, std::vector<uint32_t>::const_iterator … in spirv_inst_iter() function
199 bool operator==(spirv_inst_iter const &other) { return it == other.it; } in operator ==() argument
201 bool operator!=(spirv_inst_iter const &other) { return it != other.it; } in operator !=() argument
203 spirv_inst_iter operator++(int) { /* x++ */ in operator ++() argument
209 spirv_inst_iter operator++() { /* ++x; */ in operator ++() argument
215 spirv_inst_iter &operator*() { return *this; } in operator *() argument
216 spirv_inst_iter const &operator*() const { return *this; } in operator *() argument