Home
last modified time | relevance | path

Searched defs:assert_empty (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/library/std/src/sys/sgx/waitqueue/unsafe_list/
Dtests.rs6 unsafe fn assert_empty<T>(list: &mut UnsafeList<T>) { in assert_empty() function
/third_party/rust/rust/tests/ui/pattern/usefulness/
Duninhabited.rs11 macro_rules! assert_empty { macro
/third_party/mesa3d/src/intel/vulkan/
Danv_cmd_buffer.c542 #define assert_empty(name) assert(new_pipeline->name.len == 0) in anv_cmd_buffer_flush_pipeline_state() macro