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

Method GetResultTypeId

source/val/function.h:146–146  ·  view source on GitHub ↗

Returns return type id of the function

Source from the content-addressed store, hash-verified

144
145 /// Returns return type id of the function
146 uint32_t GetResultTypeId() const { return result_type_id_; }
147
148 /// Returns the number of blocks in the current function being parsed
149 size_t undefined_block_count() const;

Callers 2

ValidateReturnValueFunction · 0.45
CfgPassFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected