Home | History | Annotate | Download | only in Sema

Lines Matching refs:Restrict

6313 /// restrict *", and "int const volatile restrict *" to the set of
6354 // Skip over restrict if no restrict found anywhere in the types, or if
6355 // the type cannot be restrict-qualified.
6356 if ((CVR & Qualifiers::Restrict) &&
6382 /// restrict *", and "int const volatile restrict *" to the set of
6532 /// CollectVRQualifiers - This routine returns Volatile/Restrict qualifiers,
6738 // Add restrict version only if there are conversions to a restrict type
6739 // and our candidate type is a non-restrict-qualified pointer.
6744 S.Context.getCVRQualifiedType(CandidateTy, Qualifiers::Restrict));
6755 Qualifiers::Restrict)));
7311 // restrict version
7318 // volatile restrict version
7323 Qualifiers::Restrict)));
7360 // restrict version
7367 // volatile restrict version
7372 Qualifiers::Restrict)));
7567 // Add volatile/restrict version only if there are conversions to a
7568 // volatile/restrict type.