GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "jit-util.h"
Public Member Functions | |
jit_fail_exception (void) | |
jit_fail_exception (const std::string &reason) | |
bool | known (void) const |
Private Attributes | |
bool | mknown |
Definition at line 77 of file jit-util.h.
|
inline |
Definition at line 80 of file jit-util.h.
|
inline |
Definition at line 81 of file jit-util.h.
Definition at line 85 of file jit-util.h.
References mknown.
Referenced by jit_info::compile(), and jit_function_info::jit_function_info().
|
private |
Definition at line 87 of file jit-util.h.
Referenced by known().