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

Method advance

source/text_handler.cpp:219–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217uint32_t AssemblyContext::getBound() const { return bound_; }
218
219spv_result_t AssemblyContext::advance() {
220 return spvtools::advance(text_, &current_position_);
221}
222
223spv_result_t AssemblyContext::getWord(std::string* word,
224 spv_position next_position) {

Callers 8

spvTextEncodeOpcodeFunction · 0.80
GetNumericIdsFunction · 0.80
spvTextToBinaryInternalFunction · 0.80
TESTFunction · 0.80
PositionAfterAdvanceFunction · 0.80
TESTFunction · 0.80

Calls 1

advanceFunction · 0.85

Tested by 3

TESTFunction · 0.64
PositionAfterAdvanceFunction · 0.64
TESTFunction · 0.64