Home
last modified time | relevance | path

Searched refs:type_repr (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Lib/lib2to3/
H A Dbtm_matcher.py146 (node.id, subnode.id, type_repr(subnode_key), str(subnode.fixers)))
155 def type_repr(type_num): function
H A Dpytree.py21 def type_repr(type_num): function
239 type_repr(self.type),
441 args = [type_repr(self.type), self.content, self.name]
/third_party/libabigail/src/
H A Dabg-dwarf-reader.cc9752 string type_repr = "void";
9755 type_repr = die_qualified_type_name(rdr, &type_die, where_offset);
9758 repr = type_repr + " " + repr;
H A Dabg-ir.cc21046 string type_repr; in get_pretty_representation() local
21049 type_repr = "void"; in get_pretty_representation()
21051 type_repr = "..."; in get_pretty_representation()
21053 type_repr = ir::get_pretty_representation(t, internal); in get_pretty_representation()
21055 string result = type_repr; in get_pretty_representation()
/third_party/python/Objects/
H A Dtypeobject.c1025 type_repr(PyTypeObject *type) in type_repr() function
1028 // type_repr() called before the type is fully initialized in type_repr()
4405 (reprfunc)type_repr, /* tp_repr */

Completed in 61 milliseconds