Searched defs:ErrorDescription (Results 1 – 1 of 1) sorted by relevance
444 struct ErrorDescription { struct456 ErrorDescription() { internal_memset(this, 0, sizeof(*this)); } in ErrorDescription() argument457 explicit ErrorDescription(LinkerInitialized) {} in ErrorDescription() function458 ASAN_FOR_EACH_ERROR_KIND(ASAN_ERROR_DESCRIPTION_CONSTRUCTOR) in ASAN_FOR_EACH_ERROR_KIND()461 void Print() { in Print()