OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PyST_EXPR
(Results
1 - 4
of
4
) sorted by null
/external/python/cpython3/Modules/
parsermodule.c
177
#define
PyST_EXPR
1
551
res = (self->st_type ==
PyST_EXPR
) ? Py_True : Py_False;
574
res = (self->st_type ==
PyST_EXPR
) ? Py_False : Py_True;
612
(type ==
PyST_EXPR
)
642
return (parser_do_parse(args, kw, "s:expr",
PyST_EXPR
));
784
tree_type =
PyST_EXPR
;
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
parsermodule.c
150
#define
PyST_EXPR
1
506
res = (self->st_type ==
PyST_EXPR
) ? Py_True : Py_False;
529
res = (self->st_type ==
PyST_EXPR
) ? Py_False : Py_True;
574
(type ==
PyST_EXPR
)
602
return (parser_do_parse(args, kw, "s:expr",
PyST_EXPR
));
677
st = parser_newstobject(tree,
PyST_EXPR
);
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
parsermodule.c
150
#define
PyST_EXPR
1
467
res = (self->st_type ==
PyST_EXPR
) ? Py_True : Py_False;
490
res = (self->st_type ==
PyST_EXPR
) ? Py_False : Py_True;
554
(type ==
PyST_EXPR
)
582
return (parser_do_parse(args, kw, "s:expr",
PyST_EXPR
));
657
st = parser_newstobject(tree,
PyST_EXPR
);
[
all
...]
/external/python/cpython2/Modules/
parsermodule.c
150
#define
PyST_EXPR
1
506
res = (self->st_type ==
PyST_EXPR
) ? Py_True : Py_False;
529
res = (self->st_type ==
PyST_EXPR
) ? Py_False : Py_True;
574
(type ==
PyST_EXPR
)
602
return (parser_do_parse(args, kw, "s:expr",
PyST_EXPR
));
677
st = parser_newstobject(tree,
PyST_EXPR
);
[
all
...]
Completed in 325 milliseconds