LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
liboverload.hh File Reference

Declare functions and variables exported by overload module. More...

#include <misc/error.hh>
#include <ast/fwd.hh>
#include <overload/binder.hh>
Include dependency graph for liboverload.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  overload
 Perform type checking, allowing function overloading.

Functions

std::pair
< overfun_bindings_type
*, misc::error
overload::bind (ast::Ast &tree)
 Bind identifier uses to their definition, allowing function overloading, and return a list of potential definition sites for each function call.
misc::error overload::types_check (ast::Ast &tree, overload::overfun_bindings_type *overfun_bindings)
 Check types allowing function overloading.

Detailed Description

Declare functions and variables exported by overload module.