Home
last modified time | relevance | path

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

/xnu-10063.101.15/libkern/conf/ !
H A DMakefile.template130 OSUnserialize.cpo_CXXWARNFLAGS_ADD += -Wno-unreachable-code
131 OSUnserializeXML.cpo_CXXWARNFLAGS_ADD += -Wno-unreachable-code
132 OSUnserialize.cpo_CXXWARNFLAGS_ADD += -Wno-unreachable-code-break
133 OSUnserializeXML.cpo_CXXWARNFLAGS_ADD += -Wno-unreachable-code-break
/xnu-10063.101.15/san/memory/ !
H A Dubsan.h164 struct ubsan_unreachable_desc *unreachable; member
H A Dubsan.c620 ubsan_violation_t v = { UBSAN_UNREACHABLE, 0, 0, .unreachable = desc, &desc->loc }; in __ubsan_handle_builtin_unreachable()
/xnu-10063.101.15/libsyscall/mach/ !
H A Derr_kern.sub151 "(os/unix) network is unreachable",
/xnu-10063.101.15/bsd/netinet/ !
H A Din_arp.c1429 boolean_t unreachable = !arp_llreach_reachable(llinfo); in arp_lookup_ip() local
1446 if ((unreachable || (llinfo->la_flags & LLINFO_PROBING)) && in arp_lookup_ip()
1493 if (!unreachable && in arp_lookup_ip()
/xnu-10063.101.15/bsd/net/ !
H A Droute.c982 goto unreachable; in rtalloc1_common_locked()
998 goto unreachable; in rtalloc1_common_locked()
1091 unreachable: in rtalloc1_common_locked()
/xnu-10063.101.15/makedefs/ !
H A DMakeInc.def520 # UBSan unreachable doesn't play nice with ASan (40723397)
521 UBSAN_DISABLED += alignment unreachable