Searched defs:not_reached (Results 1 - 3 of 3) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dassert.h16 #ifndef not_reached
17 #define not_reached() do { \ macro
/external/jemalloc/test/include/test/
H A Djemalloc_test.h134 #undef not_reached macro
147 #define not_reached() do { \ macro
/external/jemalloc/src/
H A Dutil.c12 #define not_reached() do { \ macro
287 default: not_reached();
393 not_reached(); \
574 } default: not_reached();
664 #undef not_reached macro

Completed in 736 milliseconds