Searched refs:co_flags (Results 1 - 21 of 21) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dcode.h15 int co_flags; /* CO_..., see below */ member in struct:__anon2662
32 /* Masks for co_flags above */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dcode.h15 int co_flags; /* CO_..., see below */ member in struct:__anon2969
32 /* Masks for co_flags above */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dcodeop.py135 if codeob.co_flags & feature.compiler_flag:
H A Dinspect.py162 object.func_code.co_flags & CO_GENERATOR)
218 co_flags bitmap: 1=optimized | 2=newlocals | 4=*arg | 8=**arg
791 if co.co_flags & CO_VARARGS:
795 if co.co_flags & CO_VARKEYWORDS:
H A Dpdb.py742 if co.co_flags & 4: n = n+1
743 if co.co_flags & 8: n = n+1
H A Dmodulefinder.py602 co.co_flags, co.co_code, tuple(consts), co.co_names,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dcodeobject.c85 co->co_flags = flags;
164 {"co_flags", T_INT, OFF(co_flags), READONLY},
353 cmp = co->co_flags - cp->co_flags;
410 eq = co->co_flags == cp->co_flags;
465 co->co_argcount ^ co->co_nlocals ^ co->co_flags;
H A Dframeobject.c721 if ((code->co_flags & (CO_NEWLOCALS | CO_OPTIMIZED)) ==
724 else if (code->co_flags & CO_NEWLOCALS) {
913 if (co->co_flags & CO_OPTIMIZED) {
953 if (co->co_flags & CO_OPTIMIZED) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dcodeobject.c85 co->co_flags = flags;
164 {"co_flags", T_INT, OFF(co_flags), READONLY},
353 cmp = co->co_flags - cp->co_flags;
410 eq = co->co_flags == cp->co_flags;
465 co->co_argcount ^ co->co_nlocals ^ co->co_flags;
H A Dframeobject.c719 if ((code->co_flags & (CO_NEWLOCALS | CO_OPTIMIZED)) ==
722 else if (code->co_flags & CO_NEWLOCALS) {
911 if (co->co_flags & CO_OPTIMIZED) {
951 if (co->co_flags & CO_OPTIMIZED) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_new.py114 flags = c.co_flags
H A Dtest_import.py348 code.co_flags, code.co_code, tuple(constants),
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A Dinspect.py162 object.func_code.co_flags & CO_GENERATOR)
218 co_flags bitmap: 1=optimized | 2=newlocals | 4=*arg | 8=**arg
794 if co.co_flags & CO_VARARGS:
798 if co.co_flags & CO_VARKEYWORDS:
H A Dmodulefinder.py604 co.co_flags, co.co_code, tuple(consts), co.co_names,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dceval.c3056 co->co_flags & (CO_VARARGS | CO_VARKEYWORDS)) {
3060 if (co->co_flags & CO_VARKEYWORDS) {
3065 if (co->co_flags & CO_VARARGS)
3070 if (!(co->co_flags & CO_VARARGS)) {
3088 if (co->co_flags & CO_VARARGS) {
3175 ((co->co_flags & CO_VARARGS) ||
3210 if (co->co_flags & CO_VARARGS)
3212 if (co->co_flags & CO_VARKEYWORDS)
3255 if (co->co_flags & CO_GENERATOR) {
3848 const int codeflags = current_frame->f_code->co_flags;
[all...]
H A Dpythonrun.c1403 flags->cf_flags |= (co->co_flags & PyCF_MASK);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dceval.c3041 co->co_flags & (CO_VARARGS | CO_VARKEYWORDS)) {
3045 if (co->co_flags & CO_VARKEYWORDS) {
3050 if (co->co_flags & CO_VARARGS)
3055 if (!(co->co_flags & CO_VARARGS)) {
3073 if (co->co_flags & CO_VARARGS) {
3160 ((co->co_flags & CO_VARARGS) ||
3195 if (co->co_flags & CO_VARARGS)
3197 if (co->co_flags & CO_VARKEYWORDS)
3240 if (co->co_flags & CO_GENERATOR) {
3826 const int codeflags = current_frame->f_code->co_flags;
[all...]
H A Dmarshal.c429 w_long(co->co_flags, p);
H A Dpythonrun.c1378 flags->cf_flags |= (co->co_flags & PyCF_MASK);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
H A Dmarshal.c429 w_long(co->co_flags, p);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/
H A Dmarshal.c440 w_long(co->co_flags, p);

Completed in 388 milliseconds