#include "gripes.h"
#include "oct-obj.h"
#include "ov.h"
#include "ov-fcn-handle.h"
#include "ov-scalar.h"
#include "ov-typeinfo.h"
#include "ops.h"
Go to the source code of this file.
Functions | |
DEFBINOP (eq, fcn_handle, fcn_handle) | |
DEFBINOP (ne, fcn_handle, fcn_handle) | |
void | install_fcn_ops (void) |
DEFBINOP | ( | eq | , | |
fcn_handle | , | |||
fcn_handle | ||||
) |
Definition at line 35 of file op-fcn.cc.
References CAST_BINOP_ARGS().
DEFBINOP | ( | ne | , | |
fcn_handle | , | |||
fcn_handle | ||||
) |
Definition at line 42 of file op-fcn.cc.
References CAST_BINOP_ARGS().
void install_fcn_ops | ( | void | ) |
Definition at line 50 of file op-fcn.cc.
References INSTALL_BINOP.