Searched defs:ti1 (Results 1 – 4 of 4) sorted by relevance
19 const std::type_info &ti1 = typeid([&]() -> P& { return p; }()); in unevaluated_operand() local34 const std::type_info &ti1 in odr_used() local
21 …const std::type_info &ti1 = typeid([](auto &a) -> P& { static P p; return p; }(i)); // expected-wa… in unevaluated_operand() local
303 const std::type_info &ti1 = typeid(*this); member 1326 auto &ti1 = typeid(a); global() variable
487 constexpr const std::type_info &ti1 = typeid(*p); // expected-error {{must be initialized by a constant expression}} cxx11-note {{typeid applied to expression of polymorphic ty global() variable