Home
last modified time | relevance | path

Searched refs:UNREACHABLE (Results 1 – 25 of 72) sorted by relevance

123

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmemtag.h46 UNREACHABLE("memory tagging not supported");
51 UNREACHABLE("memory tagging not supported");
56 UNREACHABLE("memory tagging not supported");
114 UNREACHABLE("memory tagging not supported"); in systemDetectsMemoryTagFaultsTestOnly()
118 UNREACHABLE("memory tagging not supported"); in enableSystemMemoryTaggingTestOnly()
260 UNREACHABLE("memory tagging not supported"); in systemSupportsMemoryTagging()
264 UNREACHABLE("memory tagging not supported"); in systemDetectsMemoryTagFaultsTestOnly()
268 UNREACHABLE("memory tagging not supported"); in enableSystemMemoryTaggingTestOnly()
278 UNREACHABLE("memory tagging not supported"); in selectRandomTag()
284 UNREACHABLE("memory tagging not supported"); in addFixedTag()
[all …]
/freebsd/crypto/heimdal/lib/krb5/
H A Dwarn.c185 UNREACHABLE(return 0); in krb5_verr()
207 UNREACHABLE(return 0); in krb5_err()
227 UNREACHABLE(return 0); in krb5_verrx()
246 UNREACHABLE(return 0); in krb5_errx()
268 UNREACHABLE(return 0); in krb5_vabort()
288 UNREACHABLE(return 0); in krb5_abort()
297 UNREACHABLE(return 0); in krb5_vabortx()
316 UNREACHABLE(return 0); in krb5_abortx()
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.cpp84 UNREACHABLE("libclang_rt.ubsan was built without __int128 support"); in getSIntValue()
86 UNREACHABLE("unexpected bit width"); in getSIntValue()
100 UNREACHABLE("libclang_rt.ubsan was built without __int128 support"); in getUIntValue()
102 UNREACHABLE("unexpected bit width"); in getUIntValue()
155 UNREACHABLE("unexpected floating point bit width"); in getFloatValue()
H A Dubsan_monitor.cpp50 UNREACHABLE("Invalid arguments passed to __ubsan_get_current_report_data"); in __ubsan_get_current_report_data()
H A Dubsan_diag.cpp64 UNREACHABLE("unknown ErrorType!"); in ConvertTypeToString()
75 UNREACHABLE("unknown ErrorType!"); in ConvertTypeToFlagName()
141 UNREACHABLE("long long smaller than 64 bits?"); in RenderHex()
/freebsd/contrib/atf/atf-c++/detail/
H A Dexceptions.cpp141 UNREACHABLE; in throw_atf_error()
153 UNREACHABLE; in throw_atf_error()
/freebsd/sys/contrib/edk2/Include/
H A DBase.h56 #ifndef UNREACHABLE
62 #define UNREACHABLE() __builtin_unreachable () macro
69 #define UNREACHABLE() __builtin_unreachable () macro
73 #ifndef UNREACHABLE
78 #define UNREACHABLE() macro
/freebsd/contrib/atf/atf-c/detail/
H A Dprocess_test.c105 UNREACHABLE; in check_file()
145 UNREACHABLE; in capture_stream_process()
165 UNREACHABLE; in capture_stream_fini()
200 UNREACHABLE; in connect_stream_init()
254 UNREACHABLE; in inherit_stream_init()
328 UNREACHABLE; in redirect_fd_stream_init()
374 UNREACHABLE; in redirect_path_stream_init()
590 UNREACHABLE; in fork_and_wait_child()
1004 UNREACHABLE; in child_cookie()
H A Dprocess.c360 UNREACHABLE; in child_connect()
385 UNREACHABLE; in parent_connect()
436 UNREACHABLE; in do_child()
480 UNREACHABLE; in fork_with_streams()
H A Dsanity.h67 #define UNREACHABLE INV(0) macro
/freebsd/contrib/atf/atf-c/
H A Dtc.c316 UNREACHABLE; in validate_expect()
342 UNREACHABLE; in fail_requirement()
378 UNREACHABLE; in pass()
535 UNREACHABLE; in check_prog()
626 UNREACHABLE; in atf_tc_init()
859 UNREACHABLE; in _atf_tc_fail()
901 UNREACHABLE; in _atf_tc_fail_requirement()
908 UNREACHABLE; in _atf_tc_pass()
1073 UNREACHABLE; in atf_tc_run()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.h231 UNREACHABLE("AddressInformation kind is invalid"); in Address()
248 UNREACHABLE("AddressInformation kind is invalid");
/freebsd/contrib/kyua/utils/
H A Dmemory.cpp99 UNREACHABLE; in sysctlbyname()
H A Dsanity.hpp165 #define UNREACHABLE UNREACHABLE_MSG("") macro
/freebsd/contrib/kyua/utils/signals/
H A Dprogrammer.cpp111 UNREACHABLE; in ~programmer()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_unwind_fuchsia.cpp60 UNREACHABLE("signal context doesn't exist"); in UnwindSlow()
H A Dsanitizer_common.cpp61 UNREACHABLE("unable to mmap"); in ReportMmapFailureAndDie()
81 UNREACHABLE("unable to unmmap"); in ReportMunmapFailureAndDie()
/freebsd/contrib/kyua/model/
H A Dmetadata.cpp87 UNREACHABLE; in push_lua()
94 UNREACHABLE; in set_lua()
145 UNREACHABLE; in push_lua()
152 UNREACHABLE; in set_lua()
H A Dtest_result.cpp87 UNREACHABLE; in good()
/freebsd/contrib/kyua/engine/
H A Datf_result.cpp398 UNREACHABLE; in good()
508 UNREACHABLE; in apply()
540 UNREACHABLE; in externalize()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrControl.td109 defm UNREACHABLE : NRI<(outs), (ins), [(trap)], "unreachable", 0x00>;
114 // get the attention of the debugger. Unfortunately, because UNREACHABLE is a
115 // terminator, lowering debugtrap to UNREACHABLE can create an invalid
/freebsd/contrib/kyua/cli/
H A Dcmd_help_test.cpp84 UNREACHABLE; in run()
115 UNREACHABLE; in run()
/freebsd/contrib/atf/atf-sh/
H A Datf-check.cpp647 UNREACHABLE; in run_status_check()
756 UNREACHABLE; in run_output_check()
834 UNREACHABLE; in run_output_checks()
894 UNREACHABLE; in process_option()
/freebsd/contrib/kyua/utils/sqlite/
H A Dstatement.cpp71 UNREACHABLE; in c_type_to_cxx()
202 UNREACHABLE; in step()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_debugging.cpp42 UNREACHABLE("missing case"); in ReportTypeDescription()
54 UNREACHABLE("missing case"); in ReportLocationTypeDescription()

123