| /llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.variadic/ |
| H A D | metafunctions.cpp | 32 int check3[count<char, signed char, unsigned char>::value == 3? 1 : -1]; variable 51 int check3[count<char, signed char, unsigned char>::value == 3? 1 : -1]; variable 108 int check3[sum<1, 2, 3, 4, 5>::value == 15? 1 : -1]; variable 256 int check3[Arity<int(float, double, long double...)>::value == 3? 1 : -1]; variable
|
| H A D | partial-ordering.cpp | 30 int check3[X1<tuple<int, int&>>::value == 2? 1 : -1]; variable
|
| H A D | multi-level-substitution.cpp | 74 int check3[X1<short, int>::Inner<tuple<pair<short, unsigned short>, variable
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/ |
| H A D | p2.cpp | 18 typename S<k>::T check3; // ok, k 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 | 29 int check3[Y<>::value == 0? 1 : -1]; // uses primary template variable
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.fct.spec/temp.deduct/ |
| H A D | cwg1170.cpp | 42 int check3[has_copy_constructor<HasPrivateCopy>::value? -1 : 1]; variable
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | arc-libstdcxx.mm | 9 int check3[std::__is_scalar<__strong A*>::__value? -1 : 1];
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | issue547.cpp | 67 int check3[classify_function<f3>::value == 10? 1 : -1]; variable
|
| H A D | deduced-return-type-cxx14.cpp | 180 …int &check3 = take_fn<int>(arg_single); // expected-error {{no matching}} expected-note@-4{{no ove… variable
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimpleLoopUnswitch/ |
| H A D | exponential-switch-unswitch.ll | 86 %check3 = icmp eq i32 %c2, 33 108 br i1 %check3, label %exit, label %inner_latch
|
| /llvm-project-15.0.7/clang/test/CXX/drs/ |
| H A D | dr4xx.cpp | 1012 int check3[__INT_MAX__ >= 32767 ? 1 : -1]; variable 1022 int check3[__SIZE_WIDTH__ >= 16 ? 1 : -1]; variable 1207 int check3[ __is_trivially_constructible(A, const A&) ? 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/llvm/test/Transforms/OpenMP/ |
| H A D | custom_state_machines.ll | 946 ; AMDGPU: worker_state_machine.parallel_region.check3: 1073 ; AMDGPU: worker_state_machine.parallel_region.check3: 1351 ; AMDGPU: worker_state_machine.parallel_region.check3: 1476 ; AMDGPU: worker_state_machine.parallel_region.check3: 1928 ; NVPTX: worker_state_machine.parallel_region.check3: 2054 ; NVPTX: worker_state_machine.parallel_region.check3: 2330 ; NVPTX: worker_state_machine.parallel_region.check3: 2454 ; NVPTX: worker_state_machine.parallel_region.check3:
|