Home
last modified time | relevance | path

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

/xnu-8020.101.4/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-8020.101.4/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-8020.101.4/libsyscall/mach/
H A Derr_kern.sub147 "(os/unix) network is unreachable",
/xnu-8020.101.4/bsd/netinet/
H A Din_arp.c1422 boolean_t unreachable = !arp_llreach_reachable(llinfo); in arp_lookup_ip() local
1439 if ((unreachable || (llinfo->la_flags & LLINFO_PROBING)) && in arp_lookup_ip()
1486 if (!unreachable && in arp_lookup_ip()
/xnu-8020.101.4/makedefs/
H A DMakeInc.def498 # UBSan unreachable doesn't play nice with ASan (40723397)
499 UBSAN_DISABLED += alignment unreachable
/xnu-8020.101.4/bsd/net/
H A Droute.c981 goto unreachable; in rtalloc1_common_locked()
997 goto unreachable; in rtalloc1_common_locked()
1090 unreachable: in rtalloc1_common_locked()