Searched refs:IMPORT_NAME (Results 1 – 8 of 8) sorted by relevance
/third_party/python/Include/ |
D | opcode.h | 93 #define IMPORT_NAME 108 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | COFFImportFile.cpp | 101 return IMPORT_NAME; in getNameType() 106 return IMPORT_NAME; in getNameType()
|
/third_party/python/Lib/ |
D | modulefinder.py | 13 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/ |
D | COFF.h | 641 IMPORT_NAME = 1, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | COFF.h | 691 IMPORT_NAME = 1, enumerator
|
/third_party/python/Python/ |
D | compile.c | 1095 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()
|
D | ceval.c | 3690 case TARGET(IMPORT_NAME): { in _PyEval_EvalFrameDefault()
|
/third_party/python/Doc/library/ |
D | dis.rst | 969 .. opcode:: IMPORT_NAME (namei)
|