Searched refs:ti2 (Results 1 – 6 of 6) sorted by relevance
20 …const std::type_info &ti2 = typeid([&]() -> int { return i; }()); // expected-error{{lambda expre… in unevaluated_operand() local39 const std::type_info &ti2 in odr_used() local
22 …const std::type_info &ti2 = typeid([](auto) -> int { return i; }(i)); // expected-er… in unevaluated_operand() local
34 Templ<int *> ti2; in instantiate() local35 ti2.foo(); in instantiate()
37 …scf.parallel (%ti0, %ti1, %ti2, %ti3) = (%zero, %zero, %zero, %zero) to (%four, %four, %four, %fou…
306 const std::type_info &ti2 = typeid(*this); member309 static_assert(&B2().ti2 == &typeid(B2));1327 auto &ti2 = typeid(a.m); variable
480 constexpr const std::type_info &ti2 = typeid(t); variable