Searched refs:Templated (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/PCH/ |
D | rdar10830559.cpp | 14 class Templated class 34 friend class Templated< Bar::BarImpl >::s;
|
/external/clang/test/SemaTemplate/ |
D | instantiate-try-catch.cpp | 18 class Templated { class 30 …template class Templated<int>; // expected-note{{in instantiation of member function 'PR10232::Tem… variable
|
/external/clang/test/SemaCXX/ |
D | cxx1y-deduced-return-type.cpp | 437 namespace Templated { namespace
|
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 9375 static TemplateDecl *getDescribedTemplate(Decl *Templated) { in getDescribedTemplate() argument 9376 if (TemplateDecl *TD = Templated->getDescribedTemplate()) in getDescribedTemplate() 9383 static void DiagnoseBadDeduction(Sema &S, NamedDecl *Found, Decl *Templated, in DiagnoseBadDeduction() argument 9398 S.Diag(Templated->getLocation(), in DiagnoseBadDeduction() 9424 S.Diag(Templated->getLocation(), diag::note_ovl_candidate_underqualified) in DiagnoseBadDeduction() 9441 S.Diag(Templated->getLocation(), in DiagnoseBadDeduction() 9452 S.Diag(Templated->getLocation(), in DiagnoseBadDeduction() 9464 S.Diag(Templated->getLocation(), in DiagnoseBadDeduction() 9473 DiagnoseArityMismatch(S, Found, Templated, NumArgs); in DiagnoseBadDeduction() 9477 S.Diag(Templated->getLocation(), in DiagnoseBadDeduction() [all …]
|
/external/google-benchmark/ |
D | README.md | 261 ### Templated benchmarks 262 Templated benchmarks work the same way: This example produces and consumes 643 ### Templated fixtures
|
/external/libcxx/utils/google-benchmark/ |
D | README.md | 261 ### Templated benchmarks 262 Templated benchmarks work the same way: This example produces and consumes 636 ### Templated fixtures
|
/external/eigen/doc/ |
D | AsciiQuickReference.txt | 51 // Templated size versions are faster. Note that Matlab is 1-based (a size N
|