mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Added @return support
This commit is contained in:
parent
f8ec709750
commit
e06949dac1
10 changed files with 88 additions and 32 deletions
|
@ -1776,6 +1776,7 @@ public:
|
|||
BfLocalVariable* AddLocalVariableDef(BfLocalVariable* localVarDef, bool addDebugInfo = false, bool doAliasValue = false, BfIRValue declareBefore = BfIRValue(), BfIRInitType initType = BfIRInitType_NotSet);
|
||||
bool TryLocalVariableInit(BfLocalVariable* localVar);
|
||||
void LocalVariableDone(BfLocalVariable* localVar, bool isMethodExit);
|
||||
void CreateRetValLocal();
|
||||
void CreateDIRetVal();
|
||||
BfTypedValue CreateTuple(const Array<BfTypedValue>& values, const Array<String>& fieldNames);
|
||||
void CheckTupleVariableDeclaration(BfTupleExpression* tupleExpr, BfType* initType);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue