Home
last modified time | relevance | path

Searched defs:ti1 (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp2.cpp19 const std::type_info &ti1 = typeid([&]() -> P& { return p; }()); in unevaluated_operand() local
34 const std::type_info &ti1 in odr_used() local
H A Dp2-generic-lambda-1y.cpp21 …const std::type_info &ti1 = typeid([](auto &a) -> P& { static P p; return p; }(i)); // expected-wa… in unevaluated_operand() local
/llvm-project/clang/test/SemaCXX/
H A Dconstant-expression-cxx2a.cpp303 const std::type_info &ti1 = typeid(*this); member
1326 auto &ti1 = typeid(a); global() variable
/llvm-project/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp487 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