Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dsetobject.c1042 static PyObject *emptyfrozenset = NULL; variable
1070 if (emptyfrozenset == NULL) in frozenset_new()
1071 emptyfrozenset = make_new_set(type, NULL); in frozenset_new()
1072 Py_XINCREF(emptyfrozenset); in frozenset_new()
1073 return emptyfrozenset; in frozenset_new()
1087 Py_CLEAR(emptyfrozenset); in PySet_Fini()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dsetobject.c1043 static PyObject *emptyfrozenset = NULL; variable
1071 if (emptyfrozenset == NULL) in frozenset_new()
1072 emptyfrozenset = make_new_set(type, NULL); in frozenset_new()
1073 Py_XINCREF(emptyfrozenset); in frozenset_new()
1074 return emptyfrozenset; in frozenset_new()
1088 Py_CLEAR(emptyfrozenset); in PySet_Fini()