Home | History | Annotate | Download | only in cached

Lines Matching full:callee

172   std::string Callee;
175 CallExprAST(const std::string &callee, std::vector<ExprAST*> &args)
176 : Callee(callee), Args(args) {}
718 Function *CalleeF = TheModule->getFunction(Callee);
721 sprintf(error_str, "Unknown function referenced %s", Callee.c_str());