Home | History | Annotate | Download | only in Sema

Lines Matching refs:Restrict

6084 /// restrict *", and "int const volatile restrict *" to the set of
6126 // Skip over Volatile/Restrict if no Volatile/Restrict found anywhere
6129 if ((CVR & Qualifiers::Restrict) && !hasRestrict) continue;
6144 /// restrict *", and "int const volatile restrict *" to the set of
6294 /// CollectVRQualifiers - This routine returns Volatile/Restrict qualifiers,
7258 // Add volatile/restrict version only if there are conversions to a
7259 // volatile/restrict type.