Home
last modified time | relevance | path

Searched refs:check1 (Results 1 – 21 of 21) sorted by relevance

/external/llvm/test/Transforms/CorrelatedValuePropagation/
Dicmp.ll7 declare void @check1(i1) #1
14 ; CHECK: call void @check1(i1 false)
23 tail call void @check1(i1 %tmp47) #4
36 ; CHECK: call void @check1(i1 false)
54 tail call void @check1(i1 %tmp47) #0
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
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
Ddeduction.cpp49 int check1[int_values<256, 12, 3>::value == 0? 1 : -1]; variable
Dpartial-ordering.cpp28 int check1[X1<tuple<int>>::value == 2? 1 : -1]; variable
Dmulti-level-substitution.cpp48 int check1[X<short, int>::Inner<tuple<pair<short, unsigned short>, variable
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DTnaf.java203 SimpleBigDecimal check1; in round() local
207 check1 = eta0.subtract(threeEta1); in round()
213 check1 = eta0.add(threeEta1); in round()
223 if (check1.compareTo(MINUS_ONE) < 0) in round()
244 if (check1.compareTo(ECConstants.ONE) >= 0) in round()
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/
Dp9.cpp16 int check1[X<1, 1>::value == 1? 1 : -1]; variable
/external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/
Dp2.cpp10 S<s> check1; // ok, s is value-dependent in T() local
Dp2-0x.cpp11 S<s> check1; // ok, s is value-dependent in T() local
/external/clang/test/Parser/
Dcxx-attributes.cpp18 int check1[__alignof__(T1) == 1 ? 1 : -1]; variable
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
Dp21.cpp27 int check1[X<int(int, float, double)>::value == 1? 1 : -1]; // uses partial specialization variable
Dp9-0x.cpp50 int check1[is_same<split_arrays<int[1], float[2], double[3]>::element_types, variable
/external/clang/test/SemaCXX/
Dpragma-pack.cpp55 int check1[__alignof(X<int, true>) == 1 ? 1 : -1]; variable
Dissue547.cpp65 int check1[classify_function<f1>::value == 8? 1 : -1]; variable
Dcxx1y-deduced-return-type.cpp148 …int &check1 = take_fn(arg_single); // expected-error {{no matching}} expected-note@-2 {{couldn't i… variable
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
Dcwg1170.cpp40 int check1[has_copy_constructor<HasNonConstCopy>::value? 1 : -1]; variable
/external/clang/test/SemaObjCXX/
Darc-libstdcxx.mm7 int check1[std::__is_scalar<__weak id>::__value? -1 : 1];
/external/clang/test/CXX/drs/
Ddr4xx.cpp996 int check1[__SCHAR_MAX__ >= 127 ? 1 : -1]; variable
1006 int check1[__PTRDIFF_WIDTH__ >= 16 ? 1 : -1]; variable
1190 int check1[ __is_trivially_copyable(const int) ? 1 : -1]; variable
Ddr1xx.cpp557 int check1[__is_pod(int(A::*)) ? 1 : -1]; variable
743 int check1[-1 < zero ? 1 : -1]; variable
/external/openssh/
Dsshkey.c3210 u_int blocksize, rounds, nkeys, encrypted_len, check1, check2; in sshkey_parse_private2() local
3350 if ((r = sshbuf_get_u32(decrypted, &check1)) != 0 || in sshkey_parse_private2()
3353 if (check1 != check2) { in sshkey_parse_private2()
3672 u_int16_t check1, check2; in sshkey_parse_private_rsa1() local
3742 if ((r = sshbuf_get_u16(decrypted, &check1)) != 0 || in sshkey_parse_private_rsa1()
3745 if (check1 != check2) { in sshkey_parse_private_rsa1()
/external/clang/docs/
DUsersManual.rst920 **-f[no-]sanitize=check1,check2,...**
1070 **-f[no-]sanitize-recover=check1,check2,...**