Home
last modified time | relevance | path

Searched defs:list_clear (Results 1 – 5 of 5) sorted by relevance

/external/libcap-ng/libcap-ng-0.7/utils/
Dproc-llist.c68 void list_clear(llist* l) in list_clear() function
/external/python/cpython3/Objects/clinic/
Dlistobject.c.h64 list_clear(PyListObject *self, PyObject *Py_UNUSED(ignored)) in list_clear() function
/external/starlark-go/starlark/
Dlibrary.go1306 func list_clear(_ *Thread, b *Builtin, args Tuple, kwargs []Tuple) (Value, error) { func
/external/python/cpython2/Objects/
Dlistobject.c582 list_clear(PyListObject *a) in list_clear() function
/external/llvm-project/clang/test/Analysis/
Diterator-modeling.cpp490 void list_clear(std::list<int> &L) { in list_clear() function