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

Method SetHadReturn

IDEHelper/Compiler/BfModule.h:1203–1208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1201 }
1202
1203 void SetHadReturn(bool hadReturn)
1204 {
1205 mHadReturn = hadReturn;
1206 if (mDeferredLocalAssignData != NULL)
1207 mDeferredLocalAssignData->mHadReturn = hadReturn;
1208 }
1209
1210 BfMethodState* GetRootMethodState()
1211 {

Callers 9

VisitCodeBlockMethod · 0.80
DoIfStatementMethod · 0.80
VisitMethod · 0.80
DoForLessMethod · 0.80
EmitReturnMethod · 0.80
EmitDefaultReturnMethod · 0.80
ProcessMethodMethod · 0.80
CreateCallMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected