![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "jit-ir.h"

Public Member Functions | |
| context (void) | |
| context (jit_factory &factory, jit_value *avalue, size_t aindex, size_t acount) | |
Public Attributes | |
| jit_const_index * | count |
| jit_const_index * | index |
| jit_value * | value |
| jit_magic_end::context::context | ( | jit_factory & | factory, |
| jit_value * | avalue, | ||
| size_t | aindex, | ||
| size_t | acount | ||
| ) |
| jit_const_index* jit_magic_end::context::count |
Definition at line 1273 of file jit-ir.h.
Referenced by jit_magic_end::overload(), jit_magic_end::print(), and jit_convert_llvm::visit().
| jit_const_index* jit_magic_end::context::index |
Definition at line 1272 of file jit-ir.h.
Referenced by jit_magic_end::overload(), jit_magic_end::print(), and jit_convert_llvm::visit().
| jit_value* jit_magic_end::context::value |
Definition at line 1271 of file jit-ir.h.
Referenced by jit_magic_end::overload(), jit_magic_end::print(), jit_magic_end::resolve_context(), and jit_convert_llvm::visit().
1.8.1.2