Home
last modified time | relevance | path

Searched refs:final_ (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dastenums.d49 final_ = 8, /// `final` enumerator
124 …(STC.auto_ | STC.scope_ | STC.static_ | STC.extern_ | STC.const_ | STC.final_ | STC.abstract_ | ST…
133 … STC.TYPECTOR | STC.final_ | STC.tls | STC.gshared | STC.ref_ | STC.return_ | STC.property |
157 (STC.auto_ | STC.scope_ | STC.static_ | STC.extern_ | STC.const_ | STC.final_ |
H A Dtokens.d176 final_, enumerator
520 TOK.final_,
726 TOK.final_: "final",
H A Dtokens.h185 final_, enumerator
H A Ddtoh.d778 …(tdparent && adparent.isClassDeclaration() && !(this.storageClass & AST.STC.final_ || fd.isFinal))…
1436 if (cd.storage_class & AST.STC.final_ || (tdparent && this.storageClass & AST.STC.final_))
H A Dparse.d629 case TOK.final_:
630 stc = STC.final_;
2829 case TOK.final_:
2830 stc = STC.final_;
4182 case TOK.final_:
4183 stc = STC.final_;
5731 case TOK.final_:
7486 case TOK.final_: in isParameters()
7718 case TOK.final_: in skipAttributes()
H A Dfunc.d1856 …ion.isFinal(), ((cd = toParent().isClassDeclaration()) !is null && cd.storage_class & STC.final_)); in isFinalFunc()
1857 …is %d\n", isMember() && (Declaration.isFinal() || (cd !is null && cd.storage_class & STC.final_))); in isFinalFunc()
1866 return (cd !is null) && (cd.storage_class & STC.final_); in isFinalFunc()
H A Ddsymbolsem.d389 …dsym.storage_class |= (sc.stc & ~(STC.synchronized_ | STC.override_ | STC.abstract_ | STC.final_)); in visit()
692 …eClass stc = dsym.storage_class & (STC.synchronized_ | STC.override_ | STC.abstract_ | STC.final_)) in visit()
694 if (stc == STC.final_) in visit()
5014 if (cldec.baseClass.storage_class & STC.final_) in visit()
H A Dsemantic3.d486 …ram.storageClass & (STC.IOR | STC.return_ | STC.scope_ | STC.lazy_ | STC.final_ | STC.TYPECTOR | S… in visit()
H A Ddeclaration.d451 return (storage_class & STC.final_) != 0; in isFinal()
H A Dtraits.d591 ((cast(TypeClass)t.toBasetype()).sym.storage_class & STC.final_) != 0); in semanticTraits()
H A Dhdrgen.d2908 SCstring(STC.final_, Token.toString(TOK.final_)), in stcToString()
H A Ddtemplate.d855 … fparam.storageClass &= (STC.IOR | STC.lazy_ | STC.final_ | STC.TYPECTOR | STC.nodtor); in evaluateConstraint()
H A Dexpressionsem.d4752 … else if ((cd.storage_class & STC.final_) != 0) // https://issues.dlang.org/show_bug.cgi?id=14211 in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A DFSFChangeLog.106103 * unroll.c (find_splittable_{regs,givs}, final_[bg]iv_value): Use
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DFSFChangeLog.106103 * unroll.c (find_splittable_{regs,givs}, final_[bg]iv_value): Use
H A DChangeLog-201446150 {final_}presence_list.