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

Method ValueScopeStart

IDEHelper/Compiler/BfModule.cpp:2584–2589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2582}
2583
2584BfIRValue BfModule::ValueScopeStart()
2585{
2586 if (IsTargetingBeefBackend())
2587 return mBfIRBuilder->CreateValueScopeStart();
2588 return BfIRValue();
2589}
2590
2591void BfModule::ValueScopeEnd(BfIRValue valueScopeStart)
2592{

Callers

nothing calls this directly

Calls 2

BfIRValueClass · 0.85
CreateValueScopeStartMethod · 0.80

Tested by

no test coverage detected