Searched refs:Templ (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dmember-name.cc53 struct Templ struct
60 return Templ::y;
64 template<typename T> int Templ<T>::y = 23;
69 Templ<int> t;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dmember-name.cc53 struct Templ struct
60 return Templ::y;
64 template<typename T> int Templ<T>::y = 23;
69 Templ<int> t;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.cpp235 if (const auto *Templ =
239 const auto &TArgs = Templ->getTemplateArgs();
261 if (const auto *Templ = ASTClass->getDescribedClassTemplate()) {
262 if (auto *TParams = Templ->getTemplateParameters()) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMismatchedIteratorChecker.cpp150 const auto *Templ = Func->getPrimaryTemplate(); local
151 if (!Templ)
154 const auto *TParams = Templ->getTemplateParameters();

Completed in 191 milliseconds