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

Method GetBeValue

IDEHelper/Backend/BeIRCodeGen.cpp:3761–3770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3759}
3760
3761BeValue* BeIRCodeGen::GetBeValue(int id)
3762{
3763 auto& result = mResults[id];
3764 BF_ASSERT(result.mKind == BeIRCodeGenEntryKind_Value);
3765#ifdef BE_EXTRA_CHECKS
3766 BF_ASSERT(!result.mBeValue->mLifetimeEnded);
3767 BF_ASSERT(!result.mBeValue->mWasRemoved);
3768#endif
3769 return result.mBeValue;
3770}
3771
3772BeType* BeIRCodeGen::GetBeType(int id)
3773{

Callers 4

ToStringMethod · 0.80
GetReflectTypeDeclMethod · 0.80
GetReflectTypeMethod · 0.80
GetFunctionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected