GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <llvm/Value.h>
#include <llvm/Support/raw_os_ostream.h>
Go to the source code of this file.
Macros | |
#define | __STDC_CONSTANT_MACROS |
#define | __STDC_LIMIT_MACROS |
Functions | |
std::ostream & | operator<< (std::ostream &os, const llvm::Value &v) |
#define __STDC_CONSTANT_MACROS |
Definition at line 27 of file jit-util.cc.
#define __STDC_LIMIT_MACROS |
Definition at line 26 of file jit-util.cc.
std::ostream& operator<< | ( | std::ostream & | os, |
const llvm::Value & | v | ||
) |
Definition at line 44 of file jit-util.cc.