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

Method Comptime_DynamicCastCheck

IDEHelper/Compiler/BfIRBuilder.cpp:5722–5727  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5720}
5721
5722BfIRValue BfIRBuilder::Comptime_DynamicCastCheck(BfIRValue value, int typeId, BfIRType resultType)
5723{
5724 BfIRValue retVal = WriteCmd(BfIRCmd_Comptime_DynamicCastCheck, value, typeId, resultType);
5725 NEW_CMD_INSERTED;
5726 return retVal;
5727}
5728
5729BfIRValue BfIRBuilder::Comptime_GetVirtualFunc(BfIRValue value, int virtualTableId, BfIRType resultType)
5730{

Callers 1

EmitDynamicCastCheckMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected