Home | History | Annotate | Download | only in scripts

Lines Matching refs:Template

175                  r'note: in instantiation of function template specialization '
225 r'of function template specialization '
232 r'of function template specialization '
308 r'note: candidate template ignored:\s+'
309 r'couldn\'t infer template argument \'FunctionImpl\'')
334 r'note: candidate function template not viable: '
423 r'of function template specialization '
447 + _GCC_FILE_LINE_RE + r'error: template argument 1 is invalid\n')
453 r'.*error: template argument 1 is invalid\n')
460 r'.*error: template argument 1 is invalid\n'
478 In a mock class template, types or typedefs defined in the base class
479 template are *not* automatically visible. This is how C++ works. Before
486 'TTB', 'Type in Template Base',