/llvm-project/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/ |
H A D | p2.cpp | 12 S<s> check1; // ok, s is value-dependent in T() local
|
H A D | p2-0x.cpp | 15 S<s> check1; // ok, s is value-dependent in T() local
|
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/ |
H A D | metafunctions.cpp | 30 int check1[count<int>::value == 1? 1 : -1]; variable 49 int check1[count<int>::value == 1? 1 : -1]; variable 83 int check1[is_same<square<1, 2, -3>::type, variable 200 int check1[is_same<apply_each_indirect<int, add_reference, add_pointer, variable 254 int check1[Arity<int(float, double)>::value == 2? 1 : -1]; variable
|
H A D | deduction.cpp | 49 int check1[int_values<256, 12, 3>::value == 0? 1 : -1]; variable
|
H A D | partial-ordering.cpp | 28 int check1[X1<tuple<int>>::value == 2? 1 : -1]; variable
|
H A D | multi-level-substitution.cpp | 48 int check1[X<short, int>::Inner<tuple<pair<short, unsigned short>, variable
|
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/ |
H A D | cwg1170.cpp | 40 int check1[has_copy_constructor<HasNonConstCopy>::value? 1 : -1]; variable
|
/llvm-project/clang/test/CXX/temp/temp.decls/temp.class.spec/ |
H A D | p9.cpp | 16 int check1[X<1, 1>::value == 1? 1 : -1]; variable
|
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/ |
H A D | p21.cpp | 27 int check1[X<int(int, float, double)>::value == 1? 1 : -1]; // uses partial specialization variable
|
H A D | p9-0x.cpp | 88 int check1[is_same<split_arrays<int[1], float[2], double[3]>::element_types, variable
|
/llvm-project/clang/test/SemaCXX/ |
H A D | pragma-pack.cpp | 55 int check1[__alignof(X<int, true>) == 1 ? 1 : -1]; variable
|
H A D | typo-correction-crash.cpp | 2 auto check1() { in check1() function
|
H A D | issue547.cpp | 65 int check1[classify_function<f1>::value == 8? 1 : -1]; variable
|
H A D | deduced-return-type-cxx14.cpp | 178 …int &check1 = take_fn(arg_single); // expected-error {{no matching}} expected-note@-2 {{couldn't i… variable
|
/llvm-project/clang/test/Parser/ |
H A D | cxx-attributes.cpp | 24 int check1[__alignof__(T1) == 1 ? 1 : -1]; variable
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | instantiation-dependence.cpp | 40 int check1[__is_void(indirect_void_t<T>) == 0 ? 1 : -1]; // "ok", dependent in foo() local
|