Home | History | Annotate | Download | only in lazy

Lines Matching defs:Callee

157   std::string Callee;
160 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args)
161 : Callee(callee), Args(args) {}
700 Function *CalleeF = TheModule->getFunction(Callee);
703 sprintf(error_str, "Unknown function referenced %s", Callee.c_str());