Home | History | Annotate | Download | only in Sema

Lines Matching refs:Restrict

1569   // Apply const/volatile/restrict qualifiers to T.
1585 // No diagnostic for 'restrict' or '_Atomic' applied to a
1619 // C90 doesn't have restrict nor _Atomic, so it doesn't force us to
1649 // object or incomplete types shall not be restrict-qualified."
1921 // Handle restrict on references.
2464 { "restrict", DeclSpec::TQ_restrict, RestrictQualLoc },
3625 T = S.BuildQualifiedType(T, DeclType.Loc, Qualifiers::Restrict);
4169 if (Chunk.Fun.TypeQuals & Qualifiers::Restrict)