Lines Matching defs:line
107 const char *file, unsigned line,
115 ralloc_asprintf_append(&msg, " In file %s:%u\n", file, line);
127 "\n in SPIR-V source file %s, line %d, col %d",
128 b->file, b->line, b->col);
158 _vtn_warn(struct vtn_builder *b, const char *file, unsigned line,
165 file, line, fmt, args);
170 _vtn_err(struct vtn_builder *b, const char *file, unsigned line,
177 file, line, fmt, args);
182 _vtn_fail(struct vtn_builder *b, const char *file, unsigned line,
189 file, line, fmt, args);
476 b->line = -1;
493 b->line = w[2];
499 b->line = -1;
514 b->line = -1;
6298 b->line = -1;