Home
last modified time | relevance | path

Searched defs:not_reached (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/
H A Dassert.h20 #define not_reached() do { \ macro
/aosp_15_r20/external/jemalloc_new/test/include/test/
H A Djemalloc_test.h152 #define not_reached() do { \ macro
H A Djemalloc_test.h.in152 #define not_reached() do { \ macro
/aosp_15_r20/external/pigweed/pw_allocator/
H A Dtest_harness.cc33 constexpr bool not_reached(T&) { in not_reached() function
/aosp_15_r20/external/pandora/bt-test-interfaces/pandora/
Dsecurity.proto206 google.protobuf.Empty not_reached = 2; field
/aosp_15_r20/external/jemalloc_new/src/
H A Dmalloc_io.c32 #define not_reached() do { \ macro
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_draw.c1003 bool *not_reached) in dd_fence_state()