Searched refs:check2 (Results 1 - 14 of 14) sorted by relevance

/external/clang/test/CXX/temp/temp.decls/temp.class.spec/
H A Dp9.cpp26 int check2[int_values<256, 12, 3>::value == 0? 1 : -1]; variable
/external/clang/test/SemaCXX/
H A Dpragma-pack.cpp19 namespace check2 { namespace
H A Dissue547.cpp65 int check2[classify_function<f2>::value == 9? 1 : -1]; variable
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Ddeduction.cpp49 int check2[int_values<3, 12, 3>::value == 1? 1 : -1]; member in namespace:DeductionWithConversion
H A Dmetafunctions.cpp31 int check2[count<float, double>::value == 2? 1 : -1]; member in namespace:Count
50 int check2[count<float, double>::value == 2? 1 : -1]; member in namespace:CountWithPackExpansion
93 int check2[is_same<square_tuple<int_tuple<1, 2, -3> >::type, member in namespace:Math
230 int check2[is_same<apply_each_nested<int, add_reference_meta, member in namespace:TemplateTemplateApply
255 int check2[Arity<int(float...)>::value == 1? 1 : -1]; member in namespace:FunctionTypes
H A Dpartial-ordering.cpp28 int check2[X1<tuple<int, int>>::value == 1? 1 : -1]; variable
H A Dmulti-level-substitution.cpp67 int check2[X1<short, int, long>::Inner<tuple<pair<short, unsigned short>, member in namespace:PacksAtDifferentLevels
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
H A Dp21.cpp27 int check2[X<int(float, int)>::value == 0? 1 : -1]; // uses primary template variable
H A Dp9-0x.cpp52 int check2[is_same<split_arrays<int[1], float[2], double[3]>::bounds_types, member in namespace:DeduceNonTypeTemplateArgsInArray
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dcwg1170.cpp40 int check2[has_copy_constructor<HasDeletedCopy>::value? -1 : 1]; variable
/external/clang/test/CodeGenCXX/
H A Dpointers-to-data-members.cpp161 bool check2() { function in namespace:PR7139
/external/bouncycastle/src/main/java/org/bouncycastle/math/ec/
H A DTnaf.java200 // check2 = eta0 + 4*mu*eta1
204 SimpleBigDecimal check2;
208 check2 = eta0.add(fourEta1);
214 check2 = eta0.subtract(fourEta1);
235 if (check2.compareTo(ECConstants.TWO) >= 0)
256 if (check2.compareTo(MINUS_TWO) < 0)
/external/oprofile/gui/
H A Doprof_start.cpp736 get_unit_mask_part(descr, 2, check2->isChecked(), mask);
758 check2->hide();
793 case 2: check = check2; break;
/external/qemu/block/
H A Dvvfat.c2297 static void check2(BDRVVVFATState* s) function
2853 check2(vvv);

Completed in 285 milliseconds