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

  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 1054 This is a subset of decls_match: it identifies declarations that cannot be
1116 decls_match (tree newdecl, tree olddecl, bool record_versions /* = true */)
1224 types_match = decls_match (newres, oldres);
1671 types_match = decls_match (newdecl, olddecl);
1767 types_match = decls_match (newdecl, olddecl);
3386 && ! decls_match (olddecl, newdecl))
1111 decls_match (tree newdecl, tree olddecl, bool record_versions \/* = true *\/) function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 993 decls_match (tree newdecl, tree olddecl, bool record_versions /* = true */)
1101 types_match = decls_match (newres, oldres);
1545 types_match = decls_match (newdecl, olddecl);
1641 types_match = decls_match (newdecl, olddecl);
3154 && ! decls_match (olddecl, newdecl))
988 decls_match (tree newdecl, tree olddecl, bool record_versions \/* = true *\/) function

Completed in 104 milliseconds