Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dopenmp.c4262 n->sym->comp_mark = 0;
4336 if ((!component_ref_p && n->sym->comp_mark)
4346 n->sym->comp_mark = 1;
H A Dgfortran.h1606 unsigned mark:1, comp_mark:1, gfc_new:1; member
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dopenmp.cc6498 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()
H A Dgfortran.h1857 unsigned mark:1, comp_mark:1, gfc_new:1; member
H A DChangeLog-20202239 * gfortran.h (gfc_symbol): Add comp_mark bitfield.