Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c1436 PyCompilerFlags localflags; in PyParser_ASTFromString() local
1444 localflags.cf_flags = 0; in PyParser_ASTFromString()
1445 flags = &localflags; in PyParser_ASTFromString()
1465 PyCompilerFlags localflags; in PyParser_ASTFromFile() local
1472 localflags.cf_flags = 0; in PyParser_ASTFromFile()
1473 flags = &localflags; in PyParser_ASTFromFile()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c1461 PyCompilerFlags localflags; in PyParser_ASTFromString() local
1469 localflags.cf_flags = 0; in PyParser_ASTFromString()
1470 flags = &localflags; in PyParser_ASTFromString()
1490 PyCompilerFlags localflags; in PyParser_ASTFromFile() local
1497 localflags.cf_flags = 0; in PyParser_ASTFromFile()
1498 flags = &localflags; in PyParser_ASTFromFile()