Lines Matching defs:str_ends_with
191 static bool str_ends_with(const char *s, const char *sub)
219 return str_ends_with(func->name, "_4core5sliceSp15copy_from_slice17len_mismatch_fail") ||
220 str_ends_with(func->name, "_4core6option13unwrap_failed") ||
221 str_ends_with(func->name, "_4core6result13unwrap_failed") ||
222 str_ends_with(func->name, "_4core9panicking5panic") ||
223 str_ends_with(func->name, "_4core9panicking9panic_fmt") ||
224 str_ends_with(func->name, "_4core9panicking14panic_explicit") ||
225 str_ends_with(func->name, "_4core9panicking14panic_nounwind") ||
226 str_ends_with(func->name, "_4core9panicking18panic_bounds_check") ||
227 str_ends_with(func->name, "_4core9panicking18panic_nounwind_fmt") ||
228 str_ends_with(func->name, "_4core9panicking19assert_failed_inner") ||
229 str_ends_with(func->name, "_4core9panicking30panic_null_pointer_dereference") ||
230 str_ends_with(func->name, "_4core9panicking36panic_misaligned_pointer_dereference") ||
231 str_ends_with(func->name, "_7___rustc17rust_begin_unwind") ||
236 str_ends_with(func->name, "_fail"));