Home
last modified time | relevance | path

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

12345678910>>...12

/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dmsg_193.c28 extern void unreachable(void);
57 unreachable(); /* expect+0: ... [193] */ in test_if_statement()
76 unreachable(); /* expect+0: ... [193] */ in test_if_compound_statement()
81 unreachable(); /* expect+0: ... [193] */ in test_if_compound_statement()
95 unreachable(); /* expect+0: ... [193] */ in test_if_without_else()
105 unreachable(); /* expect+0: ... [193] */ in test_if_with_else()
109 unreachable(); /* expect+0: ... [193] */ in test_if_with_else()
121 unreachable(); in test_if_else_if_else()
123 unreachable(); /* expect+0: ... [193] */ in test_if_else_if_else()
126 unreachable(); /* expec in test_if_else_if_else()
[all...]
/netbsd-src/external/bsd/atf/dist/atf-c/detail/
H A Dsanity_test.c54 enum type { inv, pre, post, unreachable }; enumerator
82 case unreachable: in do_test_child()
141 case unreachable: in do_test()
208 ATF_TC(unreachable);
209 ATF_TC_HEAD(unreachable, tc) in ATF_TC_HEAD() argument
213 ATF_TC_BODY(unreachable, tc) in ATF_TC_BODY() argument
217 do_test(unreachable, false); in ATF_TC_BODY()
218 do_test(unreachable, true); in ATF_TC_BODY()
230 ATF_TP_ADD_TC(tp, unreachable); in ATF_TP_ADD_TCS()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp71 unsigned total = 0, unreachable = 0; in checkEndAnalysis() local
79 ++unreachable; in checkEndAnalysis()
84 unreachable--; in checkEndAnalysis()
87 unreachable--; in checkEndAnalysis()
104 NumBlocksUnreachable += unreachable; in checkEndAnalysis()
109 << unreachable << " | Exhausted Block: " in checkEndAnalysis()
/netbsd-src/lib/libc/time/
H A Dprivate.h1007 # undef unreachable
1008 # define unreachable() abort()
1009 #elif !defined unreachable
1012 # define unreachable() __builtin_unreachable()
1015 # define unreachable() __builtin_unreachable()
1017 # ifndef unreachable
1018 # define unreachable() ((void) 0)
941 # define unreachable( global() macro
945 # define unreachable() __builtin_unreachable( global() macro
948 # define unreachable() __builtin_unreachable( global() macro
951 # define unreachable( global() macro
/netbsd-src/tests/ipf/input/
H A Dni42 # ICMP dest unreachable with 64 bits in payload (in reply to a TCP packet
12 # ICMP dest unreachable with whole packet in payload (40 bytes = 320 bits)
H A Dni32 # ICMP dest unreachable with 64 bits in payload (in reply to a TCP packet
14 # ICMP dest unreachable with whole packet in payload (40 bytes = 320 bits)
H A Dni92 # ICMP dest unreachable with 64 bits in payload (in reply to a TCP packet
14 # ICMP dest unreachable with whole packet in payload (40 bytes = 320 bits)
H A Df211 # ICMP dest unreachable with 64 bits in payload (in reply to a TCP packet
18 # ICMP dest unreachable with whole packet in payload (40 bytes = 320 bits)
H A Dni812 # ICMP dest unreachable with whole packet in payload (40 bytes = 320 bits)
20 # ICMP dest unreachable with 64 bits in payload (in reply to a TCP packet
H A Dni122 # ICMP dest unreachable with 64 bits in payload (in reply to a TCP packet
14 # ICMP dest unreachable with whole packet in payload (40 bytes = 320 bits)
H A Dni112 # ICMP dest unreachable with 64 bits in payload (in reply to a TCP packet
14 # ICMP dest unreachable with whole packet in payload (40 bytes = 320 bits)
H A Df221 # ICMP dest unreachable with 64 bits in payload (in reply to a TCP packet
18 # ICMP dest unreachable with whole packet in payload (40 bytes = 320 bits)
H A Dni102 # ICMP dest unreachable with 64 bits in payload (in reply to a TCP packet
17 # ICMP dest unreachable with whole packet in payload (40 bytes = 320 bits)
/netbsd-src/external/bsd/kyua-cli/dist/utils/
H A Dsanity.hpp58 unreachable, enumerator
189 utils::sanity_failure(utils::unreachable, __FILE__, __LINE__, msg); \
/netbsd-src/usr.sbin/traceroute/
H A Dtraceroute.c933 int unreachable = 0; in main() local
1000 ++unreachable; in main()
1005 ++unreachable; in main()
1019 ++unreachable; in main()
1025 ++unreachable; in main()
1030 ++unreachable; in main()
1035 ++unreachable; in main()
1040 ++unreachable; in main()
1045 ++unreachable; in main()
1059 (unreachable > 0 && unreachable >= ((nprobes + 1) / 2))) in main()
/netbsd-src/sys/net/
H A Dbpfjit.c216 bool unreachable; member
1291 bool unreachable; in optimize_pass1() local
1298 unreachable = false; in optimize_pass1()
1303 unreachable = false; in optimize_pass1()
1304 insn_dat[i].unreachable = unreachable; in optimize_pass1()
1306 if (unreachable) in optimize_pass1()
1312 unreachable = true; in optimize_pass1()
1319 unreachable = true; in optimize_pass1()
1435 unreachable = true; in optimize_pass1()
1482 if (pd->unreachable) in optimize_pass2()
[all …]
/netbsd-src/usr.sbin/traceroute6/
H A Dtraceroute6.c681 u_long unreachable = 0; in main() local
704 ++unreachable; in main()
708 ++unreachable; in main()
712 ++unreachable; in main()
716 ++unreachable; in main()
735 (unreachable > 0 && unreachable >= ((nprobes + 1) / 2))) { in main()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_checks.inc40 UBSAN_CHECK(UnreachableCall, "unreachable-call", "unreachable")
/netbsd-src/external/mpl/bind/dist/doc/notes/
H A Dnotes-9.18.18.rst
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_checks.inc48 UBSAN_CHECK(UnreachableCall, "unreachable-call", "unreachable")
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_checks.inc56 UBSAN_CHECK(UnreachableCall, "unreachable-call", "unreachable")
/netbsd-src/external/bsd/jemalloc/include/jemalloc/internal/
H A Dassert.h27 unreachable(); \
/netbsd-src/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Dassert.h27 unreachable(); \
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DFAQ.rst209 …g turn a call to a function with a mismatched calling convention into "unreachable"? Why not make …
234 unreachable
319 to delete the broken call as unreachable. However, since
320 ``instcombine``/``simplifycfg`` turns the undefined call into unreachable, we
321 end up with a branch on a condition that goes to unreachable: a branch to
322 unreachable can never happen, so "``-inline -instcombine -simplifycfg``" is
/netbsd-src/external/bsd/ipf/dist/rules/
H A Dexample.711 # block all ICMP destination unreachable packets which are port-unreachables

12345678910>>...12