Home | History | Annotate | Download | only in complete

Lines Matching defs:error_str

1162     char error_str[64];
1163 sprintf(error_str, "Unknown function referenced %s", Callee.c_str());
1164 return ErrorV(error_str);