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

Method SetPointeeType

source/opt/types.cpp:751–751  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

749}
750
751void Pointer::SetPointeeType(const Type* type) { pointee_type_ = type; }
752
753Function::Function(const Type* ret_type, const std::vector<const Type*>& params)
754 : Type(kFunction), return_type_(ret_type), param_types_(params) {}

Callers 2

ReplaceTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected