Home | History | Annotate | Download | only in Sema

Lines Matching refs:Restrict

920   // Apply const/volatile/restrict qualifiers to T.
924 // or incomplete types shall not be restrict-qualified." C++ also allows
925 // restrict-qualified references.
942 TypeQuals &= ~DeclSpec::TQ_restrict; // Remove the restrict qualifier.
948 TypeQuals &= ~DeclSpec::TQ_restrict; // Remove the restrict qualifier.
998 // C90 doesn't have restrict, so it doesn't force us to produce a warning
1019 // object or incomplete types shall not be restrict-qualified."
1197 // Handle restrict on references.
1758 Restrict) {
1760 QualStr += (NumQuals == 0 ? "restrict" : " restrict");
2123 T = S.BuildQualifiedType(T, DeclType.Loc, Qualifiers::Restrict);
2539 //if (Chunk.Fun.TypeQuals & Qualifiers::Restrict)