HomeSort by: relevance | last modified time | path
    Searched defs:unreachable (Results 1 - 25 of 54) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
amd64-disp-step-self-call-alarm.c 24 unreachable (void) function
40 unreachable ();
i386-disp-step-self-call-alarm.c 24 unreachable (void) function
40 unreachable ();
amd64-disp-step-self-call-alarm.c 24 unreachable (void) function
40 unreachable ();
i386-disp-step-self-call-alarm.c 24 unreachable (void) function
40 unreachable ();
  /src/sys/sys/
stddef.h 125 * unreachable()
141 #define unreachable() __unreachable() /* sys/cdefs.h */ macro
stddef.h 125 * unreachable()
141 #define unreachable() __unreachable() /* sys/cdefs.h */ macro
  /src/external/bsd/kyua-cli/dist/utils/
sanity.hpp 58 unreachable, enumerator in enum:utils::assert_type
175 #define UNREACHABLE UNREACHABLE_MSG("")
189 utils::sanity_failure(utils::unreachable, __FILE__, __LINE__, msg); \
sanity.hpp 58 unreachable, enumerator in enum:utils::assert_type
175 #define UNREACHABLE UNREACHABLE_MSG("")
189 utils::sanity_failure(utils::unreachable, __FILE__, __LINE__, msg); \
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
util.h 43 #define unreachable() JEMALLOC_INTERNAL_UNREACHABLE() macro
68 unreachable();
util.h 43 #define unreachable() JEMALLOC_INTERNAL_UNREACHABLE() macro
68 unreachable();
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
util.h 43 #define unreachable() JEMALLOC_INTERNAL_UNREACHABLE() macro
68 unreachable();
util.h 43 #define unreachable() JEMALLOC_INTERNAL_UNREACHABLE() macro
68 unreachable();
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
util.h 51 # define unreachable() JEMALLOC_INTERNAL_UNREACHABLE() macro
83 unreachable(); \
util.h 51 # define unreachable() JEMALLOC_INTERNAL_UNREACHABLE() macro
83 unreachable(); \
  /src/external/bsd/jemalloc/include/jemalloc/internal/
util.h 51 # define unreachable() JEMALLOC_INTERNAL_UNREACHABLE() macro
83 unreachable(); \
util.h 51 # define unreachable() JEMALLOC_INTERNAL_UNREACHABLE() macro
83 unreachable(); \
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
AnalyzerStatsChecker.cpp 31 "The # of unreachable blocks in analyzing top level functions");
71 unsigned total = 0, unreachable = 0; local
77 // Check if the block is unreachable
79 ++unreachable;
83 // We never 'reach' the entry block, so correct the unreachable count
84 unreachable--;
87 unreachable--;
104 NumBlocksUnreachable += unreachable;
108 output << " -> Total CFGBlocks: " << total << " | Unreachable CFGBlocks: "
109 << unreachable << " | Exhausted Block:
    [all...]
AnalyzerStatsChecker.cpp 31 "The # of unreachable blocks in analyzing top level functions");
71 unsigned total = 0, unreachable = 0; local
77 // Check if the block is unreachable
79 ++unreachable;
83 // We never 'reach' the entry block, so correct the unreachable count
84 unreachable--;
87 unreachable--;
104 NumBlocksUnreachable += unreachable;
108 output << " -> Total CFGBlocks: " << total << " | Unreachable CFGBlocks: "
109 << unreachable << " | Exhausted Block:
    [all...]
  /src/external/bsd/atf/dist/atf-c/detail/
sanity_test.c 54 enum type { inv, pre, post, unreachable }; enumerator in enum:type
82 case unreachable:
84 UNREACHABLE;
141 case unreachable:
208 ATF_TC(unreachable); variable
209 ATF_TC_HEAD(unreachable, tc)
211 atf_tc_set_md_var(tc, "descr", "Tests the UNREACHABLE macro");
213 ATF_TC_BODY(unreachable, tc)
217 do_test(unreachable, false);
218 do_test(unreachable, true)
    [all...]
sanity_test.c 54 enum type { inv, pre, post, unreachable }; enumerator in enum:type
82 case unreachable:
84 UNREACHABLE;
141 case unreachable:
208 ATF_TC(unreachable); variable
209 ATF_TC_HEAD(unreachable, tc)
211 atf_tc_set_md_var(tc, "descr", "Tests the UNREACHABLE macro");
213 ATF_TC_BODY(unreachable, tc)
217 do_test(unreachable, false);
218 do_test(unreachable, true)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/ginclude/
stddef.h 473 #define unreachable() (__builtin_unreachable ()) macro
stddef.h 473 #define unreachable() (__builtin_unreachable ()) macro
  /src/usr.sbin/traceroute6/
traceroute6.c 90 * unreachable" (which means we got to "host") or hit a max (which
157 * sends an unreachable message using whatever ttl remains in the
193 * network or protocol unreachable, respectively), !S or !F (source
196 * almost all the probes result in some kind of unreachable, traceroute
681 u_long unreachable = 0; local
704 ++unreachable;
708 ++unreachable;
712 ++unreachable;
716 ++unreachable;
735 (unreachable > 0 && unreachable >= ((nprobes + 1) / 2)))
    [all...]
traceroute6.c 90 * unreachable" (which means we got to "host") or hit a max (which
157 * sends an unreachable message using whatever ttl remains in the
193 * network or protocol unreachable, respectively), !S or !F (source
196 * almost all the probes result in some kind of unreachable, traceroute
681 u_long unreachable = 0; local
704 ++unreachable;
708 ++unreachable;
712 ++unreachable;
716 ++unreachable;
735 (unreachable > 0 && unreachable >= ((nprobes + 1) / 2)))
    [all...]
  /src/sys/net/
bpfjit.c 216 bool unreachable; member in struct:bpfjit_insn_data
1291 bool unreachable; local
1298 unreachable = false;
1303 unreachable = false;
1304 insn_dat[i].unreachable = unreachable;
1306 if (unreachable)
1312 unreachable = true;
1319 unreachable = true;
1435 unreachable = true
    [all...]

Completed in 44 milliseconds

1 2 3