mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
"protocol" => "interface"
This commit is contained in:
committed by
Christoffer Lerno
parent
e380075852
commit
d01d8d3663
@@ -491,7 +491,7 @@ static inline LLVMCallConv llvm_call_convention_from_call(CallABI abi);
|
||||
void llvm_emit_raw_call(GenContext *c, BEValue *result_value, FunctionPrototype *prototype, LLVMTypeRef func_type, LLVMValueRef func, LLVMValueRef *args, unsigned arg_count, int inline_flag, LLVMValueRef error_var, bool sret_return, BEValue *synthetic_return_param);
|
||||
void llvm_emit_parameter(GenContext *c, LLVMValueRef *args, unsigned *arg_count_ref, ABIArgInfo *info, BEValue *be_value, Type *type);
|
||||
|
||||
// -- Dynamic protocol --
|
||||
// -- Dynamic interface --
|
||||
LLVMValueRef llvm_get_selector(GenContext *c, const char *name);
|
||||
|
||||
// -- C3 Lowering --
|
||||
|
||||
Reference in New Issue
Block a user