Home
last modified time | relevance | path

Searched refs:DEF_ANNOT (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/
Dsymtable.py5 DEF_IMPORT, DEF_BOUND, DEF_ANNOT, SCOPE_OFF, SCOPE_MASK, FREE,
271 return bool(self.__flags & DEF_ANNOT)
/third_party/python/Include/internal/
Dpycore_symtable.h102 #define DEF_ANNOT 2<<7 /* this name is annotated */ macro
/third_party/python/Modules/
Dsymtablemodule.c88 if (PyModule_AddIntMacro(m, DEF_ANNOT) < 0) return -1; in symtable_init_constants()
/third_party/python/Python/
Dsymtable.c1284 DEF_ANNOT | DEF_LOCAL, LOCATION(e_name))) { in symtable_visit_stmt()
1366 if (cur & (DEF_PARAM | DEF_LOCAL | USE | DEF_ANNOT)) { in symtable_visit_stmt()
1372 } else if (cur & DEF_ANNOT) { in symtable_visit_stmt()
1402 if (cur & (DEF_PARAM | DEF_LOCAL | USE | DEF_ANNOT)) { in symtable_visit_stmt()
1408 } else if (cur & DEF_ANNOT) { in symtable_visit_stmt()