|
sammine-lang
|
This is the complete list of members for FunctionType, including all inherited members.
| FunctionType(std::vector< Type > param_types, Type return_type, bool var_arg=false) (defined in FunctionType) | FunctionType | |
| FunctionType(const std::vector< Type > &total_types, bool var_arg=false) (defined in FunctionType) | FunctionType | |
| get_params_types() const (defined in FunctionType) | FunctionType | |
| get_return_type() const (defined in FunctionType) | FunctionType | |
| is_var_arg() const (defined in FunctionType) | FunctionType | inline |
| operator==(const FunctionType &t) const (defined in FunctionType) | FunctionType |