Searched refs:volatile_ (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/gcc/fortran/
H A Dsymbol.c371 *volatile_ = "VOLATILE", *is_protected = "PROTECTED", local
573 conf (value, volatile_)
594 conf (volatile_, intrinsic)
595 conf (volatile_, external)
597 if (attr->volatile_ && attr->intent == INTENT_IN)
599 a1 = volatile_;
610 conf (procedure, volatile_)
638 conf2 (volatile_);
687 conf2 (volatile_);
759 conf2 (volatile_);
[all...]
H A Dinterface.c1147 if (s1->attr.volatile_ != s2->attr.volatile_)
2167 || actual->symtree->n.sym->attr.volatile_)
2168 && (formal->attr.asynchronous || formal->attr.volatile_)
2873 && (f->sym->attr.asynchronous || f->sym->attr.volatile_)
2875 && (a->expr->symtree->n.sym->attr.volatile_
2939 || f->sym->attr.volatile_
2956 if (f->sym->attr.volatile_
2969 if (f->sym->attr.volatile_
2985 if (f->sym->attr.volatile_
[all...]
H A Dtrans-common.c335 if (h->sym->attr.volatile_)
H A Ddependency.c141 if (e1->symtree->n.sym->attr.volatile_)
H A Dtrans-decl.c648 if (sym->attr.volatile_)
2363 if (f->sym->attr.volatile_)
2370 if (f->sym->attr.volatile_)
H A Dgfortran.h742 optional:1, pointer:1, target:1, value:1, volatile_:1, temporary:1, member in struct:__anon98
H A Dmodule.c2057 if (attr->volatile_)
2195 attr->volatile_ = 1;
H A Dresolve.c1378 || a.optional || a.pointer || a.save || a.target || a.volatile_
2273 else if (arg->sym->attr.volatile_)
8002 sym->attr.volatile_ = tsym->attr.volatile_;

Completed in 218 milliseconds