GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
This is the complete list of members for jit_type, including all inherited members.
convert_fn typedef | jit_type | |
depth(void) const | jit_type | inline |
jit_type(const std::string &aname, jit_type *aparent, llvm::Type *allvm_type, bool askip_paren, int aid) | jit_type | |
llvm_type | jit_type | private |
mark_pointer_arg(jit_convention::type cc) | jit_type | inline |
mark_sret(jit_convention::type cc) | jit_type | inline |
mdepth | jit_type | private |
mid | jit_type | private |
mname | jit_type | private |
mpack | jit_type | private |
mpacked_type | jit_type | private |
mparent | jit_type | private |
mpointer_arg | jit_type | private |
mskip_paren | jit_type | private |
msret | jit_type | private |
munpack | jit_type | private |
name(void) const | jit_type | inline |
pack(jit_convention::type cc) | jit_type | inline |
packed_type(jit_convention::type cc) | jit_type | inline |
parent(void) const | jit_type | inline |
pointer_arg(jit_convention::type cc) const | jit_type | inline |
set_pack(jit_convention::type cc, convert_fn fn) | jit_type | inline |
set_packed_type(jit_convention::type cc, llvm::Type *ty) | jit_type | inline |
set_unpack(jit_convention::type cc, convert_fn fn) | jit_type | inline |
skip_paren(void) const | jit_type | inline |
sret(jit_convention::type cc) const | jit_type | inline |
to_llvm(void) const | jit_type | inline |
to_llvm_arg(void) const | jit_type | |
type_id(void) const | jit_type | inline |
unpack(jit_convention::type cc) | jit_type | inline |