Home
last modified time | relevance | path

Searched defs:unreachable (Results 1 – 14 of 14) sorted by relevance

/external/clang/test/Profile/
Dcxx-throws.cpp67 void unreachable(int i) { in unreachable() function
/external/mesa3d/src/util/
Dmacros.h75 #define unreachable(str) \ macro
81 #define unreachable(str) \ macro
87 #define unreachable(str) assert(!str) macro
/external/compiler-rt/test/cfi/
Dstats.cpp35 extern "C" __attribute__((noinline)) void unreachable(A *a) { in unreachable() function
/external/compiler-rt/test/cfi/cross-dso/
Dstats.cpp40 extern "C" __attribute__((noinline)) void unreachable(A *a) { in unreachable() function
/external/clang/lib/StaticAnalyzer/Checkers/
DAnalyzerStatsChecker.cpp72 unsigned total = 0, unreachable = 0; in checkEndAnalysis() local
/external/python/cpython2/Modules/
Dgcmodule.c443 move_unreachable(PyGC_Head *young, PyGC_Head *unreachable) in move_unreachable()
537 move_finalizers(PyGC_Head *unreachable, PyGC_Head *finalizers) in move_finalizers()
601 handle_weakrefs(PyGC_Head *unreachable, PyGC_Head *old) in handle_weakrefs()
879 PyGC_Head unreachable; /* non-problematic unreachable trash */ in collect() local
/external/python/cpython3/Modules/
Dgcmodule.c457 move_unreachable(PyGC_Head *young, PyGC_Head *unreachable) in move_unreachable()
536 move_legacy_finalizers(PyGC_Head *unreachable, PyGC_Head *finalizers) in move_legacy_finalizers()
600 handle_weakrefs(PyGC_Head *unreachable, PyGC_Head *old) in handle_weakrefs()
910 PyGC_Head unreachable; /* non-problematic unreachable trash */ in collect() local
/external/jemalloc/include/jemalloc/internal/
Dutil.h80 #define unreachable() JEMALLOC_INTERNAL_UNREACHABLE() macro
/external/libunwind/include/
Dlibunwind_i.h92 # define unreachable() __builtin_unreachable() macro
94 # define unreachable() do { } while (1) macro
/external/iputils/
Dtraceroute6.c596 int unreachable = 0; in main() local
/external/v8/src/wasm/
Dfunction-body-decoder.cc111 bool unreachable; // The current block has been ended. member
/external/vixl/test/aarch64/
Dtest-disasm-aarch64.cc2867 TEST(unreachable) { in TEST() argument
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc2426 static void unreachable() { in unreachable() function
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp1272 Ice::InstUnreachable *unreachable = Ice::InstUnreachable::create(::function); in createUnreachable() local