GNU Octave
4.0.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 84 of file jit-util.h.
|
inline |
Definition at line 87 of file jit-util.h.
|
inline |
Definition at line 88 of file jit-util.h.
|
inline |
Definition at line 92 of file jit-util.h.
References mknown.
Referenced by jit_info::compile(), and jit_function_info::jit_function_info().
|
private |
Definition at line 94 of file jit-util.h.
Referenced by known().