Home
last modified time | relevance | path

Searched refs:ubsan_json_str (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.41.9/san/memory/
H A Dubsan.c242 ubsan_json_str(ubsan_buf_t *ub, const char *key, const char *string) in ubsan_json_str() function
260 ubsan_json_str(ub, "file", loc->filename); in ubsan_json_loc()
277 ubsan_json_str(ub, "type", std->name); in ubsan_json_type()
315 ubsan_json_str(ub, "op", overflow_str[v->ubsan_type]); in format_overflow()
323 ubsan_json_str(ub, "problem", "bad shift"); in format_shift()
357 ubsan_json_str(ub, "problem", "type mismatch"); in format_type_mismatch()
361 ubsan_json_str(ub, "type", v->align->ty->name); in format_type_mismatch()
377 ubsan_json_str(ub, "problem", "OOB array indexing"); in format_oob()
387 ubsan_json_str(ub, "problem", "nullability"); in format_nullability_arg()
389 ubsan_json_str(ub, "attr", v->lhs ? "nonnull" : "_Nonnull"); in format_nullability_arg()
[all …]