/minix3/external/bsd/llvm/dist/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 | issue547.cpp | 66 int check2[classify_function<f2>::value == 9? 1 : -1]; variable
|
H A D | cxx1y-deduced-return-type.cpp | 149 int &check2 = take_fn(arg_single<int>); variable
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/ |
H A D | p2.cpp | 12 typename S<n>::T check2; // ok, n is value-dependent in T() local
|
H A D | p2-0x.cpp | 13 typename S<n>::T check2; // ok, n is value-dependent in T() local
|
/minix3/external/bsd/llvm/dist/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
|
/minix3/external/bsd/llvm/dist/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
|
/minix3/external/bsd/llvm/dist/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
|
/minix3/external/bsd/llvm/dist/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 | 52 int check2[is_same<split_arrays<int[1], float[2], double[3]>::bounds_types, variable
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | pointers-to-data-members.cpp | 161 bool check2() { in check2() function
|
/minix3/minix/commands/minix-service/ |
H A D | parse.c | 526 char *check, *check2; in do_pci_device() local
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/drs/ |
H A D | dr4xx.cpp | 997 int check2[__SHRT_MAX__ >= 32767 ? 1 : -1]; variable 1007 int check2[__SIG_ATOMIC_WIDTH__ >= 8 ? 1 : -1]; variable 1191 int check2[!__is_trivially_copyable(volatile int) ? 1 : -1]; variable
|
H A D | dr1xx.cpp | 558 int check2[__is_pod(A) ? 1 : -1]; variable 746 int check2[sizeof(x) > sizeof(int) ? 1 : -1]; variable
|