Home | History | Annotate | Download | only in SemaCXX

Lines Matching full:templates

19 template<typename ...T>  // expected-warning {{variadic templates are incompatible with C++98}}
22 template<template<typename> class ...T> // expected-warning {{variadic templates are incompatible with C++98}}
25 template<int ...I> // expected-warning {{variadic templates are incompatible with C++98}}
388 // expected-warning@-2 {{variable templates are incompatible with C++ standards before C++1y}}
390 // expected-warning@-4 {{variable templates are a C++1y extension}}
395 // expected-warning@-2 {{variable templates are incompatible with C++ standards before C++1y}}
397 // expected-warning@-4 {{variable templates are a C++1y extension}}
402 // expected-warning@-2 {{variable templates are incompatible with C++ standards before C++1y}}
404 // expected-warning@-4 {{variable templates are a C++1y extension}}
413 // expected-warning@-2 {{variable templates are incompatible with C++ standards before C++1y}}
415 // expected-warning@-4 {{variable templates are a C++1y extension}}
420 // expected-warning@-2 {{variable templates are incompatible with C++ standards before C++1y}}
422 // expected-warning@-4 {{variable templates are a C++1y extension}}
429 // expected-warning@-2 {{variable templates are incompatible with C++ standards before C++1y}}
431 // expected-warning@-4 {{variable templates are a C++1y extension}}
436 // expected-warning@-2 {{variable templates are incompatible with C++ standards before C++1y}}
438 // expected-warning@-4 {{variable templates are a C++1y extension}}
443 // expected-warning@-2 {{variable templates are incompatible with C++ standards before C++1y}}
445 // expected-warning@-4 {{variable templates are a C++1y extension}}
450 // expected-warning@-2 {{variable templates are incompatible with C++ standards before C++1y}}
452 // expected-warning@-4 {{variable templates are a C++1y extension}}