search for: theinterpret

Displaying 3 results from an estimated 3 matches for "theinterpret".

Did you mean: reinterpret
2004 May 11
3
[LLVMdev] ExecutionEngine/Interpreter/ExternalFunctions.cpp
...ks, Reid. static FILE *getFILE(void *Ptr) { static Module *LastMod = 0; static PointerTy IOBBase = 0; static unsigned FILESize; if (LastMod != &TheInterpreter->getModule()) { // Module change or initialize? Module *M = LastMod = &TheInterpreter->getModule(); // Check to see if the currently loade...
2004 May 11
0
[LLVMdev] ExecutionEngine/Interpreter/ExternalFunctions.cpp
...*getFILE(void *Ptr) { > static Module *LastMod = 0; > static PointerTy IOBBase = 0; > static unsigned FILESize; > > if (LastMod != &TheInterpreter->getModule()) { // Module change or initialize? > Module *M = LastMod = &TheInterpreter->getModule(); > > // Check to see if the...
2004 May 11
1
[LLVMdev] ExecutionEngine/Interpreter/ExternalFunctions.cpp
...; > static Module *LastMod = 0; > > static PointerTy IOBBase = 0; > > static unsigned FILESize; > > > > if (LastMod != &TheInterpreter->getModule()) { // Module change or initialize? > > Module *M = LastMod = &TheInterpreter->getModule(); > > > > // Check...