Home
last modified time | relevance | path

Searched refs:is_null (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/rust/alloc/vec/
Dis_zero.rs43 (*self).is_null() in is_zero()
50 (*self).is_null() in is_zero()
Dmod.rs1144 assume(!ptr.is_null()); in as_ptr()
1180 assume(!ptr.is_null()); in as_mut_ptr()
/Linux-v6.1/kernel/bpf/
Dverifier.c9950 bool is_null) in mark_ptr_or_null_reg() argument
9964 if (is_null) { in mark_ptr_or_null_reg()
9994 bool is_null) in mark_ptr_or_null_regs() argument
10001 if (ref_obj_id && ref_obj_id == id && is_null) in mark_ptr_or_null_regs()
10009 mark_ptr_or_null_reg(state, reg, id, is_null); in mark_ptr_or_null_regs()