Searched refs:error_info (Results 1 – 5 of 5) sorted by relevance
4 struct [[nodiscard]] error_info{ struct8 error_info enable_missile_safety_mode();15 error_info &foo();
43 struct [[nodiscard]] error_info{ struct47 struct error_info enable_missile_safety_mode(void); argument
54 __scudo_get_error_info(struct scudo_error_info *error_info, in __scudo_get_error_info() argument59 Allocator.getErrorInfo(error_info, fault_addr, stack_depot, region_info, in __scudo_get_error_info()
74 void __scudo_get_error_info(struct scudo_error_info *error_info,
1825 struct [[nodiscard]] error_info { /*...*/ };1826 error_info enable_missile_safety_mode();1833 error_info &foo();1834 void f() { foo(); } // Does not diagnose, error_info is a reference.