Home
last modified time | relevance | path

Searched refs:ti2 (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/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-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Ddelete-null-pointer.cpp34 Templ<int *> ti2; in instantiate() local
35 ti2.foo(); in instantiate()
/llvm-project-15.0.7/mlir/test/Dialect/GPU/
H A Dmapping.mlir37 …scf.parallel (%ti0, %ti1, %ti2, %ti3) = (%zero, %zero, %zero, %zero) to (%four, %four, %four, %fou…
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dconstant-expression-cxx2a.cpp306 const std::type_info &ti2 = typeid(*this); member
309 static_assert(&B2().ti2 == &typeid(B2));
1327 auto &ti2 = typeid(a.m); variable
/llvm-project-15.0.7/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp480 constexpr const std::type_info &ti2 = typeid(t); variable