HomeSort by relevance Sort by last modified time
    Searched refs:getchar_func (Results 1 - 2 of 2) sorted by null

  /external/llvm/examples/BrainF/
BrainF.h 82 Function *getchar_func; member in class:BrainF
BrainF.cpp 63 getchar_func = cast<Function>(module->
204 CallInst *getchar_call = builder->CreateCall(getchar_func, tapereg);

Completed in 1423 milliseconds