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

Method RegisterSetFunctionDeclType

source/val/function.cpp:112–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112spv_result_t Function::RegisterSetFunctionDeclType(FunctionDecl type) {
113 assert(declaration_type_ == FunctionDecl::kFunctionDeclUnknown);
114 declaration_type_ = type;
115 return SPV_SUCCESS;
116}
117
118spv_result_t Function::RegisterBlock(uint32_t block_id, bool is_definition) {
119 assert(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected