MCPcopy Create free account
hub / github.com/KhronosGroup/SPIRV-Tools / end

Method end

source/opt/function.h:128–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126
127 iterator begin() { return iterator(&blocks_, blocks_.begin()); }
128 iterator end() { return iterator(&blocks_, blocks_.end()); }
129 const_iterator begin() const { return cbegin(); }
130 const_iterator end() const { return cend(); }
131 const_iterator cbegin() const {

Callers 2

RemoveParameterMethod · 0.45
ReorderBasicBlocksMethod · 0.45

Calls 1

iteratorClass · 0.85

Tested by

no test coverage detected