Home
last modified time | relevance | path

Searched refs:r_vector_empty (Results 1 – 6 of 6) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/libr/include/
H A Dr_vector.h72 static inline bool r_vector_empty(const RVector *vec) { in r_vector_empty() function
138 if (!r_vector_empty (vec)) \
142 if (!r_vector_empty (vec)) \
146 if (!r_vector_empty (vec)) \
/dports/devel/radare2/radare2-5.1.1/test/unit/
H A Dtest_vector.c201 bool empty = r_vector_empty (&v); in test_vector_empty()
205 empty = r_vector_empty (&v); in test_vector_empty()
208 empty = r_vector_empty (&v); in test_vector_empty()
213 empty = r_vector_empty (&v); in test_vector_empty()
/dports/devel/radare2/radare2-5.1.1/libr/anal/
H A Dhint.c529 if ((!records || r_vector_empty (records)) && !hint->arch && !hint->bits) { in r_anal_hint_get()
H A Dblock.c536 } while (!r_vector_empty (&path)); in r_anal_block_recurse_depth_first()
H A Dvar.c244 if (r_vector_empty (&var->accesses)) { in r_anal_function_delete_unused_vars()
H A Dfcn.c443 if (r_vector_empty (&other_var->accesses)) { in fcn_takeover_block_recursive_followthrough_cb()