Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-offload.cc1879 int comp_quals = TYPE_QUALS (comp_type); in oacc_rewrite_var_decl() local
1880 if (TREE_CODE (*tp) == COMPONENT_REF && comp_quals != base_quals) in oacc_rewrite_var_decl()
1882 comp_quals |= base_quals; in oacc_rewrite_var_decl()
1884 = build_qualified_type (comp_type, comp_quals); in oacc_rewrite_var_decl()