Searched refs:comp_quals (Results 1 – 1 of 1) sorted by relevance
1879 int comp_quals = TYPE_QUALS (comp_type); in oacc_rewrite_var_decl() local1880 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()