Lines Matching refs:fprintf

66         fprintf(stderr,  in parse()
76 fprintf(stderr, "UNKNOWN retval: %s\n", linestr.c_str()); in parse()
102 fprintf(stderr, in parse()
112 fprintf(stderr, "%d: Unknown type: %s\n", lc, vartype.c_str()); in parse()
133 fprintf(fp, "%s %s%s%s(", in print()
139 if (ctx_param != "") fprintf(fp, "%s ", ctx_param.c_str()); in print()
143 if (i != 0 || ctx_param != "") fprintf(fp, ", "); in print()
144 fprintf(fp, "%s %s", m_vars[i].type()->name().c_str(), in print()
147 fprintf(fp, ")%s", newline? "\n" : ""); in print()
191 fprintf(stderr, "ERROR: %u: Missing variable name in attribute\n", (unsigned int)lc); in validateVarAttr()
196 fprintf(stderr, "ERROR: %u: variable %s is not a parameter of %s\n", in validateVarAttr()
242 fprintf(stderr, "ERROR: %u: missing pointer directions\n", (unsigned int)lc); in setAttribute()
253 fprintf(stderr, "ERROR: %u: unknown pointer direction %s\n", in setAttribute()
269 fprintf(stderr, "ERROR: %u: missing flag\n", (unsigned int) lc); in setAttribute()
280fprintf(stderr, "WARNING: %u: setting nullAllowed for non-pointer variable %s\n", in setAttribute()
287fprintf(stderr, "WARNING: %u: setting isLarge flag for a non-pointer variable %s\n", in setAttribute()
293 fprintf(stderr, "WARNING: %u: unknow flag %s\n", (unsigned int)lc, flag.c_str()); in setAttribute()
323 fprintf(stderr, "ERROR: %u: variable %s is not an output or inout\n", in setAttribute()
338 fprintf(stderr, "ERROR: %u: variable %s is not an output or inout\n", in setAttribute()
353 fprintf(stderr, "ERROR: %u: variable %s is not an output or inout\n", in setAttribute()
368 fprintf(stderr, "ERROR: %u: variable %s is not an input or inout\n", in setAttribute()
389 fprintf(stderr, "ERROR: %u: missing flag\n", (unsigned int) lc); in setAttribute()
402 fprintf(stderr, "WARNING: %u: unknown flag %s\n", (unsigned int)lc, flag.c_str()); in setAttribute()
409 fprintf(stderr, "WARNING: %u: unknown attribute %s\n", (unsigned int)lc, token.c_str()); in setAttribute()