/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
H A 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
|
H A D | deduction.cpp | 38 int check0[char_values<1, 12, 3>::value == 1? 1 : -1]; variable
|
H A D | partial-ordering.cpp | 27 int check0[X1<tuple<>>::value == 0? 1 : -1]; variable
|
H A D | multi-level-substitution.cpp | 43 int check0[X<short, int, long>::Inner<tuple<pair<short, unsigned short>, variable
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/gprpp/ |
H A D | if_list.h | 29 Check0 check0, Action0 action0) { in IfList() 37 Check0 check0, Check1 check1, Action0 action0, Action1 action1) { in IfList() 47 Check0 check0, Check1 check1, Check2 check2, Action0 action0, in IfList() 60 Check0 check0, Check1 check1, Check2 check2, Check3 check3, in IfList() 75 Check0 check0, Check1 check1, Check2 check2, Check3 check3, in IfList() 92 Check0 check0, Check1 check1, Check2 check2, Check3 check3, in IfList() 111 Check0 check0, Check1 check1, Check2 check2, Check3 check3, in IfList() 132 Check0 check0, Check1 check1, Check2 check2, Check3 check3, in IfList() 155 Check0 check0, Check1 check1, Check2 check2, Check3 check3, in IfList() 180 Check0 check0, Check1 check1, Check2 check2, Check3 check3, in IfList() [all …]
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A 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
|
/aosp_15_r20/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/ |
H A D | cwg1170.cpp | 39 int check0[has_copy_constructor<HasCopy>::value? 1 : -1]; variable
|
/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.class.spec/ |
H A D | p9.cpp | 15 int check0[X<1, 2>::value == 0? 1 : -1]; variable
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/parameter/test/ |
D | singular.cpp | 43 void check0(ArgumentPack const& p, K const& kw, T const& value) in check0() function
|
D | deduced.hpp | 92 void check0(E const& e, A const& args) in check0() function
|
/aosp_15_r20/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/ |
H A D | p21.cpp | 26 int check0[X<int>::value == 0? 1 : -1]; // uses primary template variable
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | issue547.cpp | 64 int check0[classify_function<f0>::value == 2? 1 : -1]; variable
|
/aosp_15_r20/external/pytorch/aten/src/ATen/test/ |
H A D | vulkan_api_test.cpp | 2914 const auto check0 = in test_native_layer_norm() local
|