Home
last modified time | relevance | path

Searched refs:assert_not_implemented (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/proc-macro2/tests/
Dmarker.rs23 fn assert_not_implemented() {}
29 fn assert_not_implemented() {}
35 <$ty>::assert_not_implemented();
/external/jemalloc_new/include/jemalloc/internal/
Dassert.h41 #ifndef assert_not_implemented
42 #define assert_not_implemented(e) do { \ macro
/external/jemalloc_new/test/include/test/
Djemalloc_test.h141 #undef assert_not_implemented
165 #define assert_not_implemented(e) do { \ macro
Djemalloc_test.h.in141 #undef assert_not_implemented
165 #define assert_not_implemented(e) do { \ macro
/external/jemalloc_new/src/
Dmalloc_io.c17 #ifdef assert_not_implemented
18 # undef assert_not_implemented
47 #define assert_not_implemented(e) do { \ macro
562 assert_not_implemented(len != 'l'); in malloc_vsnprintf()
571 assert_not_implemented(len != 'l'); in malloc_vsnprintf()
675 #undef assert_not_implemented