Searched refs:varargslist (Results 1 - 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dgraminit.h11 #define varargslist 264 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dgraminit.h11 #define varargslist 264 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dsymbol.py21 varargslist = 264 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
H A Dtransformer.py250 # parameters: '(' [varargslist] ')'
263 if args[0] == symbol.varargslist:
281 # lambdef: 'lambda' [varargslist] ':' test
282 if nodelist[2][0] == symbol.varargslist:
333 def varargslist(self, nodelist): member in class:Transformer
814 # varargslist:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dparsermodule.c945 VALIDATER(testlist); VALIDATER(varargslist); variable
1132 * '(' [varargslist] ')'
1222 err_string("expected variable argument trailer for varargslist");
1246 err_string("illegal variable argument trailer for varargslist");
1253 * varargslist:
1264 int res = validate_ntype(tree, varargslist) && (nch != 0);
1270 err_string("varargslist missing child nodes");
1351 err_string("illegal formation for varargslist");
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dparsermodule.c916 VALIDATER(testlist); VALIDATER(varargslist); variable
1103 * '(' [varargslist] ')'
1193 err_string("expected variable argument trailer for varargslist");
1217 err_string("illegal variable argument trailer for varargslist");
1224 * varargslist:
1235 int res = validate_ntype(tree, varargslist) && (nch != 0);
1241 err_string("varargslist missing child nodes");
1322 err_string("illegal formation for varargslist");
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dast.c665 /* parameters: '(' [varargslist] ')'
666 varargslist: (fpdef ['=' test] ',')* ('*' NAME [',' '**' NAME]
679 REQ(n, varargslist);
794 "unexpected node in varargslist: %d @ %d",
952 /* lambdef: 'lambda' [varargslist] ':' test */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dast.c665 /* parameters: '(' [varargslist] ')'
666 varargslist: (fpdef ['=' test] ',')* ('*' NAME [',' '**' NAME]
679 REQ(n, varargslist);
794 "unexpected node in varargslist: %d @ %d",
952 /* lambdef: 'lambda' [varargslist] ':' test */

Completed in 49 milliseconds