Searched refs:dotted_as_name (Results 1 - 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dgraminit.h32 #define dotted_as_name 285 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dgraminit.h32 #define dotted_as_name 285 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dsymbol.py42 dotted_as_name = 285 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
H A Dfix_import.py30 elif node.type == syms.dotted_as_name:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
H A Dfixer_util.py402 if child.type == syms.dotted_as_name:
407 elif imp.type == syms.dotted_as_name:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
H A Dtransformer.py887 assert node[0] == symbol.dotted_as_name
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dparsermodule.c1841 /* dotted_as_name: dotted_name [NAME NAME]
1847 int res = validate_ntype(tree, dotted_as_name);
1858 err_string("illegal number of children for dotted_as_name");
1865 /* dotted_as_name (',' dotted_as_name)* */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dparsermodule.c1812 /* dotted_as_name: dotted_name [NAME NAME]
1818 int res = validate_ntype(tree, dotted_as_name);
1829 err_string("illegal number of children for dotted_as_name");
1836 /* dotted_as_name (',' dotted_as_name)* */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dast.c2435 dotted_as_name: dotted_name ['as' NAME]
2462 case dotted_as_name:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dast.c2430 dotted_as_name: dotted_name ['as' NAME]
2457 case dotted_as_name:

Completed in 404 milliseconds