Searched defs:asname (Results 1 - 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A DPython-ast.h371 identifier asname; member in struct:_alias
531 alias_ty _Py_alias(identifier name, identifier asname, PyArena *arena);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A DPython-ast.h371 identifier asname; member in struct:_alias
531 alias_ty _Py_alias(identifier name, identifier asname, PyArena *arena);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dcompile.c1914 compiler_import_as(struct compiler *c, identifier name, identifier asname) argument
1940 return compiler_nameop(c, asname, Store);
1973 if (alias->asname) {
1974 r = compiler_import_as(c, alias->name, alias->asname);
2062 if (alias->asname)
2063 store_name = alias->asname;
H A DPython-ast.c383 "asname",
2116 alias(identifier name, identifier asname, PyArena *arena) argument
2128 p->asname = asname;
3306 value = ast2obj_identifier(o->asname);
3308 if (PyObject_SetAttrString(result, "asname", value) == -1)
6546 identifier asname; local
6560 if (PyObject_HasAttrString(obj, "asname")) {
6562 tmp = PyObject_GetAttrString(obj, "asname");
6564 res = obj2ast_identifier(tmp, &asname, aren
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dcompile.c1892 compiler_import_as(struct compiler *c, identifier name, identifier asname) argument
1918 return compiler_nameop(c, asname, Store);
1951 if (alias->asname) {
1952 r = compiler_import_as(c, alias->name, alias->asname);
2040 if (alias->asname)
2041 store_name = alias->asname;
H A DPython-ast.c383 "asname",
2099 alias(identifier name, identifier asname, PyArena *arena) argument
2111 p->asname = asname;
3289 value = ast2obj_identifier(o->asname);
3291 if (PyObject_SetAttrString(result, "asname", value) == -1)
6529 identifier asname; local
6543 if (PyObject_HasAttrString(obj, "asname")) {
6545 tmp = PyObject_GetAttrString(obj, "asname");
6547 res = obj2ast_identifier(tmp, &asname, aren
[all...]

Completed in 58 milliseconds