Home
last modified time | relevance | path

Searched defs:stmts (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dtransformer.py1096 def com_append_stmt(self, stmts, node): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dast.c220 asdl_seq *stmts = NULL; in PyAST_FromNode() local
Dcompile.c1193 compiler_body(struct compiler *c, asdl_seq *stmts) in compiler_body()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dast.c220 asdl_seq *stmts = NULL; in PyAST_FromNode() local
Dcompile.c1170 compiler_body(struct compiler *c, asdl_seq *stmts) in compiler_body()