Home | History | Annotate | Download | only in Frontend

Lines Matching full:__is_scalar

299     // Provide specializations for the __is_scalar type trait so that 
312 Out << "template<typename _Tp> struct __is_scalar;\n"
316 << "struct __is_scalar<__attribute__((objc_ownership(strong))) _Tp> {\n"
324 << "struct __is_scalar<__attribute__((objc_ownership(weak))) _Tp> {\n"
332 << "struct __is_scalar<__attribute__((objc_ownership(autoreleasing)))"