Searched refs:comp_mark (Results 1 – 5 of 5) sorted by relevance
4262 n->sym->comp_mark = 0;4336 if ((!component_ref_p && n->sym->comp_mark)4346 n->sym->comp_mark = 1;
1606 unsigned mark:1, comp_mark:1, gfc_new:1; member
6498 n->sym->comp_mark = 0; in resolve_omp_clauses()6586 if ((!component_ref_p && n->sym->comp_mark) in resolve_omp_clauses()6596 n->sym->comp_mark = 1; in resolve_omp_clauses()
1857 unsigned mark:1, comp_mark:1, gfc_new:1; member
2239 * gfortran.h (gfc_symbol): Add comp_mark bitfield.