Home
last modified time | relevance | path

Searched refs:assert_stmt (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dgraminit.h38 #define assert_stmt 291 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dgraminit.h38 #define assert_stmt 291 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsymbol.py48 assert_stmt = 291 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Grammar/
DGrammar36 import_stmt | global_stmt | exec_stmt | assert_stmt)
63 assert_stmt: 'assert' test [',' test]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
DGrammar.txt55 import_stmt | global_stmt | exec_stmt | assert_stmt)
83 assert_stmt: 'assert' test [',' test]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dparsermodule.c925 VALIDATER(assert_stmt); VALIDATER(list_for);
1543 || (ntype == assert_stmt) in validate_small_stmt()
2002 int res = (validate_ntype(tree, assert_stmt) in validate_assert_stmt()
3180 case assert_stmt: in validate_node()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dparsermodule.c954 VALIDATER(assert_stmt); VALIDATER(list_for);
1572 || (ntype == assert_stmt) in validate_small_stmt()
2031 int res = (validate_ntype(tree, assert_stmt) in validate_assert_stmt()
3209 case assert_stmt: in validate_node()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dtransformer.py497 def assert_stmt(self, nodelist): member in Transformer
1475 symbol.assert_stmt,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dast.c2696 REQ(n, assert_stmt); in ast_for_assert_stmt()
3265 case assert_stmt: in ast_for_stmt()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dast.c2713 REQ(n, assert_stmt); in ast_for_assert_stmt()
3282 case assert_stmt: in ast_for_stmt()