HomeSort by: relevance | last modified time | path
    Searched refs:copy_contract_attributes (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
contracts.h 281 extern void copy_contract_attributes (tree, tree);
contracts.cc 920 void copy_contract_attributes (tree olddecl, tree newdecl) function
2231 copy_contract_attributes (newdecl, olddecl);
2275 copy_contract_attributes (olddecl, newdecl);
decl.cc 2998 copy_contract_attributes (olddecl, newdecl);
3049 copy_contract_attributes (olddecl, newdecl);
pt.cc 26842 copy_contract_attributes (decl, code_pattern);

Completed in 49 milliseconds