GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <stdexcept>
Go to the source code of this file.
Classes | |
singleton | llvm::IRBuilder< preserveNames, T, Inserter > |
singleton | llvm::IRBuilderDefaultInserter< preserveNames > |
class | jit_fail_exception |
class | jit_internal_list< LIST_T, NODE_T > |
class | jit_internal_node< LIST_T, NODE_T > |
class | jit_internal_node< LIST_T, NODE_T > |
Namespaces | |
llvm | |
Macros | |
#define | JIT_ASSIGN_ARG(i) the_args[i] = arg ## i; |
#define | JIT_EXPAND(ret, fname, type, isconst, N) |
Typedefs | |
typedef IRBuilder< true, ConstantFolder, IRBuilderDefaultInserter< true > > | llvm::IRBuilderD |
Functions | |
template<typename T , typename U > | |
bool | isa (U *value) |
std::ostream & | operator<< (std::ostream &os, const llvm::Value &v) |
#define JIT_ASSIGN_ARG | ( | i | ) | the_args[i] = arg ## i; |
Definition at line 206 of file jit-util.h.
#define JIT_EXPAND | ( | ret, | |
fname, | |||
type, | |||
isconst, | |||
N | |||
) |
Definition at line 207 of file jit-util.h.
bool isa | ( | U * | value | ) |
Definition at line 201 of file jit-util.h.
References jit_internal_node< LIST_T, NODE_T >::value().
Referenced by install_ov_class_fcns().
std::ostream& operator<< | ( | std::ostream & | os, |
const llvm::Value & | v | ||
) |
Definition at line 44 of file jit-util.cc.