Lines Matching defs:repr
805 string repr = get_pretty_representation(decl, true);
806 interned_string irepr = decl->get_environment().intern(repr);
816 string repr = get_pretty_representation(decl, true);
817 interned_string irepr = decl->get_environment().intern(repr);
1575 string repr;
1580 repr = "no-type";
1583 repr = "object-type";
1586 repr = "func-type";
1589 repr = "section-type";
1592 repr = "file-type";
1595 repr = "common-type";
1598 repr = "tls-type";
1601 repr = "gnu-ifunc-type";
1604 repr = "no-type";
1608 o << " type='" << repr << "'";
1620 string repr;
1625 repr = "local-binding";
1628 repr = "global-binding";
1631 repr = "weak-binding";
1634 repr = "gnu-unique-binding";
1637 repr = "no-binding";
1641 o << " binding='" << repr << "'";
1653 string repr;
1658 repr = "default-visibility";
1661 repr = "protected-visibility";
1664 repr = "hidden-visibility";
1667 repr = "internal-visibility";
1670 repr = "default-visibility";
1674 o << " visibility='" << repr << "'";