Searched refs:check4 (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/ |
| H A D | p2.cpp | 21 …typename S<i>::T check4; // cxx98-error {{not an integral constant expression}} cxx98-note {{read … in T() local
|
| H A D | p2-0x.cpp | 27 typename S<i>::T check4; // ok, i is value-dependent in T() local
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/ |
| H A D | p21.cpp | 30 int check4[Y<int&, float&, double&>::value == 1? 1 : -1]; // uses partial specialization variable
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | arc-libstdcxx.mm | 10 int check4[std::__is_scalar<__weak A*>::__value? -1 : 1];
|
| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | select-rank02.f90 | 43 subroutine check4(arr) subroutine
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.variadic/ |
| H A D | partial-ordering.cpp | 31 int check4[X1<tuple<int&, int&>>::value == 3? 1 : -1]; variable
|
| H A D | metafunctions.cpp | 257 …Arity<int(float, double, long double, char)> check4; // expected-error{{implicit instantiation of … variable
|
| H A D | multi-level-substitution.cpp | 94 int check4[X2<short, int, long>::Inner<int(pair<short, unsigned short>, variable
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimpleLoopUnswitch/ |
| H A D | exponential-switch-unswitch.ll | 87 %check4 = icmp eq i32 %c2, 34 106 br i1 %check4, label %exit, label %inner_latch
|
| /llvm-project-15.0.7/clang/test/CXX/drs/ |
| H A D | dr4xx.cpp | 1013 int check4[__LONG_MAX__ >= 2147483647 ? 1 : -1]; variable 1023 int check4[__WCHAR_WIDTH__ >= 8 ? 1 : -1]; variable 1208 int check4[ __is_trivially_constructible(B, const B&) ? 1 : -1]; variable
|
| /llvm-project-15.0.7/clang-tools-extra/unittests/clang-tidy/ |
| H A D | ClangTidyOptionsTest.cpp | 118 Checks: "check3,check4" in TEST()
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | deduced-return-type-cxx14.cpp | 181 int &check4 = take_fn<int>(arg_single<int>); variable
|