OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Sub_singleton
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Python-ast.c
306
static PyObject *Add_singleton, *
Sub_singleton
, *Mult_singleton,
845
Sub_singleton
= PyType_GenericNew(Sub_type, NULL, NULL);
846
if (!
Sub_singleton
) return 0;
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Python-ast.c
306
static PyObject *Add_singleton, *
Sub_singleton
, *Mult_singleton,
828
Sub_singleton
= PyType_GenericNew(Sub_type, NULL, NULL);
829
if (!
Sub_singleton
) return 0;
[
all
...]
/external/python/cpython2/Python/
Python-ast.c
306
static PyObject *Add_singleton, *
Sub_singleton
, *Mult_singleton,
845
Sub_singleton
= PyType_GenericNew(Sub_type, NULL, NULL);
846
if (!
Sub_singleton
) return 0;
[
all
...]
/external/python/cpython3/Python/
Python-ast.c
394
static PyObject *Add_singleton, *
Sub_singleton
, *Mult_singleton,
1044
Sub_singleton
= PyType_GenericNew(Sub_type, NULL, NULL);
1045
if (!
Sub_singleton
) return 0;
[
all
...]
Completed in 270 milliseconds