Home
last modified time | relevance | path

Searched defs:check1 (Results 1 – 16 of 16) sorted by relevance

/llvm-project/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/
H A Dp2.cpp12 S<s> check1; // ok, s is value-dependent in T() local
H A Dp2-0x.cpp15 S<s> check1; // ok, s is value-dependent in T() local
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dmetafunctions.cpp30 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 Ddeduction.cpp49 int check1[int_values<256, 12, 3>::value == 0? 1 : -1]; variable
H A Dpartial-ordering.cpp28 int check1[X1<tuple<int>>::value == 2? 1 : -1]; variable
H A Dmulti-level-substitution.cpp48 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 Dcwg1170.cpp40 int check1[has_copy_constructor<HasNonConstCopy>::value? 1 : -1]; variable
/llvm-project/clang/test/CXX/temp/temp.decls/temp.class.spec/
H A Dp9.cpp16 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 Dp21.cpp27 int check1[X<int(int, float, double)>::value == 1? 1 : -1]; // uses partial specialization variable
H A Dp9-0x.cpp88 int check1[is_same<split_arrays<int[1], float[2], double[3]>::element_types, variable
/llvm-project/clang/test/SemaCXX/
H A Dpragma-pack.cpp55 int check1[__alignof(X<int, true>) == 1 ? 1 : -1]; variable
H A Dtypo-correction-crash.cpp2 auto check1() { in check1() function
H A Dissue547.cpp65 int check1[classify_function<f1>::value == 8? 1 : -1]; variable
H A Ddeduced-return-type-cxx14.cpp178 …int &check1 = take_fn(arg_single); // expected-error {{no matching}} expected-note@-2 {{couldn't i… variable
/llvm-project/clang/test/Parser/
H A Dcxx-attributes.cpp24 int check1[__alignof__(T1) == 1 ? 1 : -1]; variable
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiation-dependence.cpp40 int check1[__is_void(indirect_void_t<T>) == 0 ? 1 : -1]; // "ok", dependent in foo() local