Xreate
The Xreate programming language
|
An instance of compilation::IFnInvocation to manage polymorphic functions invocation. More...
#include <polymorph.h>
An instance of compilation::IFnInvocation to manage polymorphic functions invocation.
Public Member Functions | |
llvm::Value * | operator() (std::vector< llvm::Value *> &&args, const std::string &hintDecl="") |
Returns result of custom function invocation for the given arguments. | |