| /llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.variadic/ |
| H A D | metafunctions.cpp | 31 int check2[count<float, double>::value == 2? 1 : -1]; variable 50 int check2[count<float, double>::value == 2? 1 : -1]; variable 93 int check2[is_same<square_tuple<int_tuple<1, 2, -3> >::type, variable 230 int check2[is_same<apply_each_nested<int, add_reference_meta, variable 255 int check2[Arity<int(float...)>::value == 1? 1 : -1]; variable
|
| H A D | deduction.cpp | 50 int check2[int_values<3, 12, 3>::value == 1? 1 : -1]; variable
|
| H A D | partial-ordering.cpp | 29 int check2[X1<tuple<int, int>>::value == 1? 1 : -1]; variable
|
| H A D | multi-level-substitution.cpp | 67 int check2[X1<short, int, long>::Inner<tuple<pair<short, unsigned short>, variable
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | pragma-pack.cpp | 20 namespace check2 { namespace 56 int check2[__alignof(X<long double, true>) == 2 ? 1 : -1]; variable
|
| H A D | typo-correction-crash.cpp | 8 auto check2() { in check2() function
|
| H A D | issue547.cpp | 66 int check2[classify_function<f2>::value == 9? 1 : -1]; variable
|
| H A D | deduced-return-type-cxx14.cpp | 179 int &check2 = take_fn(arg_single<int>); variable
|
| /llvm-project-15.0.7/lld/include/lld/Common/ |
| H A D | ErrorHandler.h | 182 T check2(ErrorOr<T> e, llvm::function_ref<std::string()> prefix) { in check2() function 189 T check2(Expected<T> e, llvm::function_ref<std::string()> prefix) { in check2() function 198 #define CHECK(E, S) check2((E), [&] { return toString(S); })
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.class.spec/ |
| H A D | p9.cpp | 27 int check2[int_values<256, 12, 3>::value == 0? 1 : -1]; variable
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/ |
| H A D | p2.cpp | 14 typename S<n>::T check2; // ok, n is value-dependent in T() local
|
| H A D | p2-0x.cpp | 17 typename S<n>::T check2; // ok, n 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 | 28 int check2[X<int(float, int)>::value == 0? 1 : -1]; // uses primary template variable
|
| H A D | p9-0x.cpp | 90 int check2[is_same<split_arrays<int[1], float[2], double[3]>::bounds_types, variable
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.fct.spec/temp.deduct/ |
| H A D | cwg1170.cpp | 41 int check2[has_copy_constructor<HasDeletedCopy>::value? -1 : 1]; variable
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | arc-libstdcxx.mm | 8 int check2[std::__is_scalar<__autoreleasing id>::__value? -1 : 1];
|
| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | select-rank02.f90 | 19 subroutine check2(arr) subroutine
|
| /llvm-project-15.0.7/llvm/test/Transforms/SimpleLoopUnswitch/ |
| H A D | exponential-switch-unswitch.ll | 85 %check2 = icmp eq i32 %c2, 32 110 br i1 %check2, label %exit, label %inner_latch
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | ms-lookup-template-base-classes.cpp | 573 template <typename T> decltype(h(T())) check2(); // expected-note{{candidate template ignored: subs… 574 decltype(check2<int>()) y; // expected-error{{no matching function for call to 'check2'}}
|
| /llvm-project-15.0.7/clang/test/CXX/drs/ |
| H A D | dr4xx.cpp | 1011 int check2[__SHRT_MAX__ >= 32767 ? 1 : -1]; variable 1021 int check2[__SIG_ATOMIC_WIDTH__ >= 8 ? 1 : -1]; variable 1206 int check2[ __is_trivially_copyable(volatile int) ? 1 : -1]; variable
|
| H A D | dr1xx.cpp | 595 int check2[__is_pod(A) ? 1 : -1]; variable 790 int check2[sizeof(x) > sizeof(int) ? 1 : -1]; variable
|
| /llvm-project-15.0.7/llvm/test/Transforms/CorrelatedValuePropagation/ |
| H A D | icmp.ll | 8 declare void @check2(i1) #1 22 ; CHECK-NEXT: tail call void @check2(i1 true) #[[ATTR1]] 36 tail call void @check2(i1 %tmp48) #4 58 ; CHECK-NEXT: tail call void @check2(i1 true) #[[ATTR1]] 81 tail call void @check2(i1 %tmp48) #4
|
| /llvm-project-15.0.7/clang-tools-extra/unittests/clang-tidy/ |
| H A D | ClangTidyOptionsTest.cpp | 106 Checks: "check1,check2" in TEST()
|
| /llvm-project-15.0.7/llvm/test/Analysis/MemorySSA/ |
| H A D | phi-translation.ll | 32 ; CHECK-LABEL: define void @check2 33 define void @check2(i1 %val1, i1 %val2, i1 %val3) {
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | UsersManual.rst | 1681 **-f[no-]sanitize=check1,check2,...** 1727 **-f[no-]sanitize-recover=check1,check2,...** 1753 **-f[no-]sanitize-trap=check1,check2,...**
|