HomeSort by: relevance | last modified time | path
    Searched refs:volatile_ (Results 1 - 20 of 20) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
tokens.h 268 volatile_, member in class:TOK
astenums.d 113 volatile_ = 0x40_0000_0000_0000, /// destined for volatile in the back end
expression.d 6762 vcond = copyToTemp(STC.volatile_ | STC.const_, "__cond", ce.econd);
expressionsem.d 2286 gate.storage_class |= STC.temp | STC.ctfe | STC.volatile_;
  /src/external/gpl3/gcc/dist/gcc/fortran/
symbol.cc 456 *volatile_ = "VOLATILE", *is_protected = "PROTECTED", local
682 conf (value, volatile_)
703 conf (volatile_, intrinsic)
704 conf (volatile_, external)
706 if (attr->volatile_ && attr->intent == INTENT_IN)
708 a1 = volatile_;
719 conf (procedure, volatile_)
772 conf2 (volatile_);
826 conf2 (volatile_);
907 conf2 (volatile_);
    [all...]
trans-common.cc 329 if (h->sym->attr.volatile_)
1015 dummy_symbol->volatile_ |= attr.volatile_;
interface.cc 1465 if (s1->attr.volatile_ != s2->attr.volatile_)
2690 || actual->symtree->n.sym->attr.volatile_)
2691 && (formal->attr.asynchronous || formal->attr.volatile_)
3698 && (f->sym->attr.asynchronous || f->sym->attr.volatile_)
3700 && (a->expr->symtree->n.sym->attr.volatile_
3787 || f->sym->attr.volatile_
3805 if (f->sym->attr.volatile_
3825 if (f->sym->attr.volatile_
3842 if (f->sym->attr.volatile_
    [all...]
dependency.cc 143 if (e1->symtree->n.sym->attr.volatile_)
gfortran.h 865 optional:1, pointer:1, target:1, value:1, volatile_:1, temporary:1, member in struct:__anon13616
module.cc 2302 if (attr->volatile_)
2533 attr->volatile_ = 1;
trans-decl.cc 735 if (sym->attr.volatile_ || sym->attr.asynchronous)
2789 if (f->sym->attr.volatile_)
2806 if (f->sym->attr.volatile_)
resolve.cc 1612 || a.optional || a.pointer || a.save || a.target || a.volatile_
2570 else if (arg->sym->attr.volatile_)
9472 sym->attr.volatile_ = tsym->attr.volatile_;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
symbol.cc 425 *volatile_ = "VOLATILE", *is_protected = "PROTECTED", local
662 conf (value, volatile_)
683 conf (volatile_, intrinsic)
684 conf (volatile_, external)
686 if (attr->volatile_ && attr->intent == INTENT_IN)
688 a1 = volatile_;
699 conf (procedure, volatile_)
752 conf2 (volatile_);
806 conf2 (volatile_);
887 conf2 (volatile_);
    [all...]
trans-common.cc 329 if (h->sym->attr.volatile_)
1015 dummy_symbol->volatile_ |= attr.volatile_;
interface.cc 1422 if (s1->attr.volatile_ != s2->attr.volatile_)
2643 || actual->symtree->n.sym->attr.volatile_)
2644 && (formal->attr.asynchronous || formal->attr.volatile_)
3568 && (f->sym->attr.asynchronous || f->sym->attr.volatile_)
3570 && (a->expr->symtree->n.sym->attr.volatile_
3645 || f->sym->attr.volatile_
3663 if (f->sym->attr.volatile_
3683 if (f->sym->attr.volatile_
3700 if (f->sym->attr.volatile_
    [all...]
dependency.cc 143 if (e1->symtree->n.sym->attr.volatile_)
gfortran.h 857 optional:1, pointer:1, target:1, value:1, volatile_:1, temporary:1, member in struct:__anon16051
module.cc 2299 if (attr->volatile_)
2524 attr->volatile_ = 1;
trans-decl.cc 734 if (sym->attr.volatile_ || sym->attr.asynchronous)
2744 if (f->sym->attr.volatile_)
2761 if (f->sym->attr.volatile_)
resolve.cc 1582 || a.optional || a.pointer || a.save || a.target || a.volatile_
2522 else if (arg->sym->attr.volatile_)
9119 sym->attr.volatile_ = tsym->attr.volatile_;

Completed in 157 milliseconds