Lines Matching defs:loc
53 struct location loc;
118 fail(struct location *loc, const char *msg, ...)
124 loc->filename, loc->line_number);
310 fail(&ctx->loc, "invalid type: %s", s);
404 ctx->loc.line_number = XML_GetCurrentLineNumber(ctx->parser);
415 fail(&ctx->loc, "no platform name given");
417 fail(&ctx->loc, "no gen given");
422 fail(&ctx->loc, "invalid gen given: %s", gen);
681 ctx.loc.filename = filename;