MCPcopy Create free account
hub / github.com/beefytech/Beef / GetPrimitiveType

Method GetPrimitiveType

IDEHelper/Compiler/BfResolvedTypeUtils.cpp:5646–5649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5644}
5645
5646BfPrimitiveType* BfTypeUtils::GetPrimitiveType(BfModule* module, BfTypeCode typeCode)
5647{
5648 return module->GetPrimitiveType(typeCode);
5649}
5650
5651void BfTypeUtils::PopulateType(BfModule* module, BfType* type)
5652{

Callers 6

GetIRFunctionInfoMethod · 0.45
GetUnionInnerTypeMethod · 0.45
GetDiscriminatorTypeMethod · 0.45
EvaluateToVariantMethod · 0.45
DoHashMethod · 0.45
EqualsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected