sammine-lang
Loading...
Searching...
No Matches
FunctionType Member List

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)FunctionTypeinline
operator==(const FunctionType &t) const (defined in FunctionType)FunctionType