HomeSort by: relevance | last modified time | path
    Searched defs:mtags (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
mangle.cc 1617 tree mtags = missing_abi_tags (res); local
1623 if (mtags && abi_warn_or_compat_version_crosses (10))
1627 mtags = chainon (mtags, ttags);
1631 && !equal_abi_tags (dtags, mtags))
1640 write_abi_tags (mtags);
1649 if (tree mtags = missing_abi_tags (decl))
1652 tags = chainon (mtags, tags);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
mangle.cc 1538 tree mtags = missing_abi_tags (res); local
1544 if (mtags && abi_warn_or_compat_version_crosses (10))
1548 mtags = chainon (mtags, ttags);
1552 && !equal_abi_tags (dtags, mtags))
1561 write_abi_tags (mtags);
1570 if (tree mtags = missing_abi_tags (decl))
1575 tags = chainon (mtags, tags);

Completed in 26 milliseconds