Lines Matching full:errstr
807 std::string ErrStr;809 .setErrorStr(&ErrStr)814 fprintf(stderr, "Could not create ExecutionEngine: %s\n", ErrStr.c_str());917 char ErrStr[256];918 sprintf(ErrStr, "Unknown variable name %s", Name.c_str());919 if (V == 0) return ErrorV(ErrStr);