Lines Matching defs:repr

1432   interned_string repr = get_type_name(ftype);
1433 const_cast<translation_unit*>(this)->get_types().function_types()[repr].
2717 string repr;
2722 repr = "unspecified symbol type";
2725 repr = "variable symbol type";
2728 repr = "function symbol type";
2731 repr = "section symbol type";
2734 repr = "file symbol type";
2737 repr = "common data object symbol type";
2740 repr = "thread local data object symbol type";
2743 repr = "indirect function symbol type";
2749 repr = s.str();
2754 o << repr;
2767 string repr;
2772 repr = "local binding";
2775 repr = "global binding";
2778 repr = "weak binding";
2781 repr = "GNU unique binding";
2787 repr = s.str();
2792 o << repr;
2805 string repr;
2810 repr = "default visibility";
2813 repr = "protected visibility";
2816 repr = "hidden visibility";
2819 repr = "internal visibility";
2825 repr = s.str();
2830 o << repr;
8312 string repr;
8314 repr = "restrict";
8317 if (!repr.empty())
8318 repr += ' ';
8319 repr += "const";
8323 if (!repr.empty())
8324 repr += ' ';
8325 repr += "volatile";
8327 return repr;
9155 string repr;
9160 repr = indent;
9162 repr += "struct";
9164 repr += "class";
9167 repr = indent + "union";
9171 repr += " ";
9176 repr += name;
9178 repr += "{";
9181 repr += "\n";
9198 repr +=
9207 repr += real_indent;
9208 repr += (*dm)->get_pretty_representation(internal,
9212 repr +=
9216 repr += ";";
9220 repr += "}";
9222 repr += indent + "}";
9224 return repr;
14184 string repr = t->get_cached_pretty_representation(/*internal=*/true);
14194 environment::canonical_types_map_type::iterator i = types.find(repr);
14199 types[repr] = v;
14277 << repr
14308 << repr
17288 string repr;
17291 repr += "<anonymous range>";
17293 repr += "<range " + get_name() + ">";
17294 repr += as_string();
17296 return repr;
19058 string repr = get_name();
19066 priv_->id_ = env.intern(repr);
24503 string repr;
24507 repr = string("union ") +
24510 repr = get_class_or_union_flat_representation(this, "",
24516 repr = "union ";
24518 repr += get_qualified_name(internal);
24520 repr += get_name();
24523 return repr;
25748 string repr = v->get_pretty_representation(/*internal=*/true);
25750 h = hashing::combine_hashes(h, hash_string(repr));
25757 string repr = f->get_pretty_representation(/*internal=*/true);
25759 h = hashing::combine_hashes(h, hash_string(repr));