Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib2to3/
Dbtm_matcher.py151 (node.id, subnode.id, type_repr(subnode_key), str(subnode.fixers)))
160 def type_repr(type_num): function
Dpytree.py22 def type_repr(type_num): function
271 type_repr(self.type),
475 args = [type_repr(self.type), self.content, self.name]
/external/python/cpython3/Lib/lib2to3/
Dbtm_matcher.py146 (node.id, subnode.id, type_repr(subnode_key), str(subnode.fixers)))
155 def type_repr(type_num): function
Dpytree.py21 def type_repr(type_num): function
239 type_repr(self.type),
441 args = [type_repr(self.type), self.content, self.name]
/external/libabigail/src/
Dabg-ir.cc18696 string type_repr; in get_pretty_representation() local
18699 type_repr = "void"; in get_pretty_representation()
18701 type_repr = "..."; in get_pretty_representation()
18703 type_repr = ir::get_pretty_representation(t, internal); in get_pretty_representation()
18705 string result = type_repr; in get_pretty_representation()
Dabg-dwarf-reader.cc9837 string type_repr = "void"; in die_pretty_print_decl() local
9840 type_repr = die_qualified_type_name(ctxt, &type_die, where_offset); in die_pretty_print_decl()
9843 repr = type_repr + " " + repr; in die_pretty_print_decl()
/external/python/cpython2/Objects/
Dtypeobject.c700 type_repr(PyTypeObject *type) in type_repr() function
2889 (reprfunc)type_repr, /* tp_repr */
/external/python/cpython3/Objects/
Dtypeobject.c944 type_repr(PyTypeObject *type) in type_repr() function
3754 (reprfunc)type_repr, /* tp_repr */