Searched defs:Tpl (Results 1 – 2 of 2) sorted by relevance
263 typedef ::std::tuple<float, float> Tpl; in TEST() typedef279 typedef ::std::tuple<float, float> Tpl; in TEST() typedef298 typedef ::std::tuple<double, double> Tpl; in TEST() typedef314 typedef ::std::tuple<double, double> Tpl; in TEST() typedef333 typedef ::std::tuple<float, float> Tpl; in TEST() typedef349 typedef ::std::tuple<float, float> Tpl; in TEST() typedef369 typedef ::std::tuple<double, double> Tpl; in TEST() typedef385 typedef ::std::tuple<double, double> Tpl; in TEST() typedef
274 if (const auto *Tpl = dyn_cast<FunctionTemplateDecl>(Rep)) in diagnoseInstanceReference() local