Home
last modified time | relevance | path

Searched refs:_list_clear (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/polly/lib/External/isl/include/isl/
Dlist.h51 __isl_give isl_##EL##_list *isl_##EL##_list_clear( \
/external/python/cpython3/Objects/
Dlistobject.c569 _list_clear(PyListObject *a) in _list_clear() function
651 return _list_clear(a); in list_ass_slice()
727 (void)_list_clear(self); in list_inplace_repeat()
796 _list_clear(self); in list_clear_impl()
2696 (void)_list_clear(self); in list___init___impl()
3046 (inquiry)_list_clear, /* tp_clear */