Searched refs:IMPORT_NAME (Results 1 - 8 of 8) sorted by relevance
/third_party/python/Include/internal/ |
H A D | pycore_opcode.h | 118 [IMPORT_NAME] = IMPORT_NAME, 350 [IMPORT_NAME] = "IMPORT_NAME",
|
/third_party/python/Include/ |
H A D | opcode.h | 68 #define IMPORT_NAME 108 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | COFFImportFile.cpp | 95 // 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 D | dis.py | 658 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 D | COFF.h | 641 IMPORT_NAME = 1, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | COFF.h | 691 IMPORT_NAME = 1,
|
/third_party/python/Python/ |
H A D | compile.c | 1045 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 D | ceval.c | 3946 TARGET(IMPORT_NAME) {
|
Completed in 28 milliseconds