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

/freebsd-11-stable/contrib/gcc/cp/
H A Dmangle.c128 /* Indices into subst_identifiers. These are identifiers used in
144 static GTY(()) tree subst_identifiers[SUBID_MAX]; variable
462 == subst_identifiers[index]));
2578 subst_identifiers[SUBID_ALLOCATOR] = get_identifier ("allocator");
2579 subst_identifiers[SUBID_BASIC_STRING] = get_identifier ("basic_string");
2580 subst_identifiers[SUBID_CHAR_TRAITS] = get_identifier ("char_traits");
2581 subst_identifiers[SUBID_BASIC_ISTREAM] = get_identifier ("basic_istream");
2582 subst_identifiers[SUBID_BASIC_OSTREAM] = get_identifier ("basic_ostream");
2583 subst_identifiers[SUBID_BASIC_IOSTREAM] = get_identifier ("basic_iostream");

Completed in 73 milliseconds