/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | metafunctions.cpp | 48 int check0[count<>::value == 0? 1 : -1]; variable 65 int check0[is_same<EverythingToInt<tuple<double, float>>::type, variable 75 int check0[is_same<double_values<1, 2, -3>::type, variable 146 int check0[ListI<1, 2, 3>::sum::value == 6? 1 : -1]; variable 166 int check0[is_same<build_indices<5>::type, variable 191 int check0[is_same<apply_each<int, variable 253 int check0[Arity<int()>::value == 0? 1 : -1]; variable 271 int check0[is_same<replace_with_int<pair<tuple<float, double, short>, variable
|
D | deduction.cpp | 38 int check0[char_values<1, 12, 3>::value == 1? 1 : -1]; variable
|
D | partial-ordering.cpp | 27 int check0[X1<tuple<>>::value == 0? 1 : -1]; variable
|
D | multi-level-substitution.cpp | 43 int check0[X<short, int, long>::Inner<tuple<pair<short, unsigned short>, variable
|
/external/clang/test/SemaTemplate/ |
D | issue150.cpp | 52 int check0[is_same<X<int, Y>::type, Y<int, int*, int* const> >::value? 1 : -1]; variable 71 int check0[is_same<X<int, int, Y>::type, Y<int, int*, int* const> >::value? 1 : -1]; variable
|
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/ |
D | p9.cpp | 15 int check0[X<1, 2>::value == 0? 1 : -1]; variable
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/ |
D | p21.cpp | 26 int check0[X<int>::value == 0? 1 : -1]; // uses primary template variable
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/ |
D | cwg1170.cpp | 39 int check0[has_copy_constructor<HasCopy>::value? 1 : -1]; variable
|
/external/clang/test/SemaObjCXX/ |
D | arc-libstdcxx.mm | 6 int check0[std::__is_scalar<__strong id>::__value? -1 : 1];
|
/external/clang/test/SemaCXX/ |
D | issue547.cpp | 64 int check0[classify_function<f0>::value == 2? 1 : -1]; variable
|
/external/oprofile/gui/ |
D | oprof_start.cpp | 734 get_unit_mask_part(descr, 0, check0->isChecked(), mask); in get_unit_mask() 756 check0->hide(); in hide_masks() 791 case 0: check = check0; break; in setup_unit_masks()
|