tbind

A binding label for another language.

声明

语法

tbind = Bind(string lang, string name)

参数

无。

返回值

无。

描述

There is one constructor, Bind:

Argument

描述

lang

the language being bound to, such as c.

name

the name the symbol has in that language.

Nothing in ASR refers to this type today: bind(c, name=...) is recorded in the bindc_name member of Variable and FunctionType, and the ABI in their abi member.

也可以看看

abi, FunctionType, Variable