Home
last modified time | relevance | path

Searched defs:ti2 (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp2.cpp20 …const std::type_info &ti2 = typeid([&]() -> int { return i; }()); // expected-error{{lambda expre… in unevaluated_operand() local
39 const std::type_info &ti2 in odr_used() local
H A Dp2-generic-lambda-1y.cpp22 …const std::type_info &ti2 = typeid([](auto) -> int { return i; }(i)); // expected-er… in unevaluated_operand() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Ddelete-null-pointer.cpp34 Templ<int *> ti2; in instantiate() local
/llvm-project/clang/test/SemaCXX/
H A Dconstant-expression-cxx2a.cpp306 const std::type_info &ti2 = typeid(*this); member
1327 auto &ti2 = typeid(a.m); global() variable
/llvm-project/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp490 constexpr const std::type_info &ti2 = typeid(t); global() variable