Lines Matching defs:file
107 const char *file, unsigned line,
115 ralloc_asprintf_append(&msg, " In file %s:%u\n", file, line);
125 if (b->file) {
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);
475 b->file = NULL;
492 b->file = vtn_value(b, w[1], vtn_value_type_string)->str;
498 b->file = NULL;
513 b->file = NULL;
4445 const char *file =
4448 vtn_info("Parsing SPIR-V from %s %u source file %s", lang, version, file);
6297 b->file = NULL;