Home
last modified time | relevance | path

Searched refs:IMPORT_NAME (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Include/
Dopcode.h93 #define IMPORT_NAME 108 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DCOFFImportFile.cpp101 return IMPORT_NAME; in getNameType()
106 return IMPORT_NAME; in getNameType()
/third_party/python/Lib/
Dmodulefinder.py13 IMPORT_NAME = dis.opmap['IMPORT_NAME'] variable
406 if (op == IMPORT_NAME and i >= 2
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCOFF.h641 IMPORT_NAME = 1, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DCOFF.h691 IMPORT_NAME = 1, enumerator
/third_party/python/Python/
Dcompile.c1095 case IMPORT_NAME: in stack_effect()
3351 ADDOP_NAME(c, IMPORT_NAME, alias->name, names); in compiler_import()
3413 ADDOP_NAME(c, IMPORT_NAME, s->v.ImportFrom.module, names); in compiler_from_import()
3416 ADDOP_NAME(c, IMPORT_NAME, empty_string, names); in compiler_from_import()
Dceval.c3690 case TARGET(IMPORT_NAME): { in _PyEval_EvalFrameDefault()
/third_party/python/Doc/library/
Ddis.rst969 .. opcode:: IMPORT_NAME (namei)