mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Delegate comparison expansion, hashable, == operator
This commit is contained in:
parent
9dcafb7db8
commit
a3a8bfa40c
8 changed files with 157 additions and 18 deletions
|
@ -1937,6 +1937,7 @@ public:
|
|||
void ProcessMethod_ProcessDeferredLocals(int startIdx = 0);
|
||||
void ProcessMethod(BfMethodInstance* methodInstance, bool isInlineDup = false, bool forceIRWrites = false);
|
||||
void CreateDynamicCastMethod();
|
||||
void CreateDelegateEqualsMethod();
|
||||
void CreateValueTypeEqualsMethod(bool strictEquals);
|
||||
BfIRFunction GetIntrinsic(BfMethodInstance* methodInstance, bool reportFailure = false);
|
||||
BfIRFunction GetBuiltInFunc(BfBuiltInFuncType funcType);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue