Home
last modified time | relevance | path

Searched refs:Stmt (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_transformer.py22 self.assertIsInstance(child1, ast.Stmt)
Dtest_compiler.py265 NOLINENO = (compiler.ast.Module, compiler.ast.Stmt, compiler.ast.Discard)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dtransformer.py189 return Module(doc, Stmt(stmts))
274 assert isinstance(code, Stmt)
310 assert isinstance(code, Stmt)
328 return Stmt(stmts)
567 return Stmt(stmts)
1092 if isinstance(result, Stmt):
1094 return Stmt([result])
1099 if isinstance(result, Stmt):
Dast.py1215 class Stmt(Node): class
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/
Dast.txt13 Stmt: nodes!
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR33.patch7799 - EFI_BATCH_STATEMENT *Stmt;
7831 - Stmt = AllocateZeroPool (sizeof (EFI_BATCH_STATEMENT));
7832 - if (Stmt == NULL) {
7836 - Stmt->Signature = EFI_BATCH_STMT_SIGNATURE;
7837 - Stmt->StmtType = StmtType;
7838 - Stmt->BeginFilePos = Script->FilePosition;
7839 - InitializeListHead (&Stmt->StmtInfo.ForInfo.ValueList);
7846 - if (Stmt->StmtType == StmtFor) {
7847 - Stmt->StmtInfo.ForInfo.BeginLineNum = SEnvGetLineNumber();
7854 - if (Stmt->StmtType == StmtFor &&
[all …]
DShellR64.patch8463 EFI_BATCH_STATEMENT *Stmt;
8696 EFI_BATCH_STATEMENT *Stmt;