Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_opcode.h118 [IMPORT_NAME] = IMPORT_NAME,
350 [IMPORT_NAME] = "IMPORT_NAME",
/third_party/python/Include/
H A Dopcode.h68 #define IMPORT_NAME 108 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DCOFFImportFile.cpp95 // type IMPORT_NAME, and the exported function name includes the in getNameType()
101 return IMPORT_NAME; in getNameType()
106 return IMPORT_NAME; in getNameType()
/third_party/python/Lib/
H A Ddis.py658 IMPORT_NAME = opmap['IMPORT_NAME']
666 if op == IMPORT_NAME and i >= 2:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCOFF.h641 IMPORT_NAME = 1, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DCOFF.h691 IMPORT_NAME = 1,
/third_party/python/Python/
H A Dcompile.c1045 case IMPORT_NAME: in stack_effect()
3877 /* The IMPORT_NAME opcode was already generated. This function in compiler_import_as()
3933 ADDOP_NAME(c, IMPORT_NAME, alias->name, names); in compiler_import()
3988 ADDOP_NAME(c, IMPORT_NAME, s->v.ImportFrom.module, names); in compiler_from_import()
3992 ADDOP_NAME(c, IMPORT_NAME, &_Py_STR(empty), names); in compiler_from_import()
H A Dceval.c3946 TARGET(IMPORT_NAME) {

Completed in 28 milliseconds