GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Go to the source code of this file.
Macros | |
#define | __STDC_CONSTANT_MACROS |
#define | __STDC_LIMIT_MACROS |
#define | JIT_METH(clname) |
Functions | |
std::ostream & | jit_print (std::ostream &os, jit_value *avalue) |
std::ostream & | operator<< (std::ostream &os, const jit_block_list &blocks) |
std::ostream & | operator<< (std::ostream &os, const jit_value &value) |
#define JIT_METH | ( | clname | ) |
std::ostream& jit_print | ( | std::ostream & | os, |
jit_value * | avalue | ||
) |
Definition at line 195 of file jit-ir.cc.
References jit_value::print().
Referenced by jit_argument::print(), jit_const< T, EXTRACT_T, PASS_T, QUOTE >::print(), jit_instruction::short_print(), and jit_assign_base::short_print().
std::ostream& operator<< | ( | std::ostream & | os, |
const jit_block_list & | blocks | ||
) |
Definition at line 130 of file jit-ir.cc.
References jit_block_list::begin(), and jit_block_list::end().
std::ostream& operator<< | ( | std::ostream & | os, |
const jit_value & | value | ||
) |
Definition at line 189 of file jit-ir.cc.
References jit_value::short_print().