Home
last modified time | relevance | path

Searched refs:new_quals (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c2086 int new_quals = TYPE_QUALS (newtype); in diagnose_mismatched_decls() local
2089 if (new_quals != old_quals) in diagnose_mismatched_decls()
2091 addr_space_t new_addr = DECODE_QUAL_ADDR_SPACE (new_quals); in diagnose_mismatched_decls()
2111 if (CLEAR_QUAL_ADDR_SPACE (new_quals) in diagnose_mismatched_decls()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc2109 int new_quals = TYPE_QUALS (newtype); in diagnose_mismatched_decls() local
2112 if (new_quals != old_quals) in diagnose_mismatched_decls()
2114 addr_space_t new_addr = DECODE_QUAL_ADDR_SPACE (new_quals); in diagnose_mismatched_decls()
2134 if (CLEAR_QUAL_ADDR_SPACE (new_quals) in diagnose_mismatched_decls()