GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Macros | Functions
jit-util.cc File Reference
#include <llvm/Value.h>
#include <llvm/Support/raw_os_ostream.h>
Include dependency graph for jit-util.cc:

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)
 

Macro Definition Documentation

#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.

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const llvm::Value &  v 
)

Definition at line 44 of file jit-util.cc.