Home
last modified time | relevance | path

Searched refs:check2 (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm/test/Transforms/CorrelatedValuePropagation/
Dicmp.ll10 declare void @check2(i1) #1
15 ; CHECK: call void @check2(i1 true)
28 tail call void @check2(i1 %tmp48) #4
37 ; CHECK: call void @check2(i1 true)
59 tail call void @check2(i1 %tmp48) #4
/external/v8/test/mjsunit/
Delements-kind-depends.js60 function check2(b) { function
69 check2(b);
74 check2(b);
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dmetafunctions.cpp31 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
Ddeduction.cpp50 int check2[int_values<3, 12, 3>::value == 1? 1 : -1]; variable
Dpartial-ordering.cpp29 int check2[X1<tuple<int, int>>::value == 1? 1 : -1]; variable
Dmulti-level-substitution.cpp67 int check2[X1<short, int, long>::Inner<tuple<pair<short, unsigned short>, variable
/external/clang/test/SemaCXX/
Dpragma-pack.cpp20 namespace check2 { namespace
56 int check2[__alignof(X<long double, true>) == 2 ? 1 : -1]; variable
Dissue547.cpp66 int check2[classify_function<f2>::value == 9? 1 : -1]; variable
Dcxx1y-deduced-return-type.cpp149 int &check2 = take_fn(arg_single<int>); variable
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DTnaf.java204 SimpleBigDecimal check2; in round() local
208 check2 = eta0.add(fourEta1); in round()
214 check2 = eta0.subtract(fourEta1); in round()
235 if (check2.compareTo(ECConstants.TWO) >= 0) in round()
256 if (check2.compareTo(MINUS_TWO) < 0) in round()
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/
Dp9.cpp27 int check2[int_values<256, 12, 3>::value == 0? 1 : -1]; variable
/external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/
Dp2.cpp12 typename S<n>::T check2; // ok, n is value-dependent in T() local
Dp2-0x.cpp13 typename S<n>::T check2; // ok, n is value-dependent in T() local
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
Dp21.cpp28 int check2[X<int(float, int)>::value == 0? 1 : -1]; // uses primary template variable
Dp9-0x.cpp52 int check2[is_same<split_arrays<int[1], float[2], double[3]>::bounds_types, variable
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
Dcwg1170.cpp41 int check2[has_copy_constructor<HasDeletedCopy>::value? -1 : 1]; variable
/external/clang/test/SemaObjCXX/
Darc-libstdcxx.mm8 int check2[std::__is_scalar<__autoreleasing id>::__value? -1 : 1];
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleMatcherTest.java440 check2(sorted); in check()
444 check2(sorted); in check()
450 private void check2(Set<ULocale> sorted) { in check2() method in LocaleMatcherTest
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DLocaleMatcherTest.java444 check2(sorted); in check()
448 check2(sorted); in check()
454 private void check2(Set<ULocale> sorted) { in check2() method in LocaleMatcherTest
/external/clang/test/SemaTemplate/
Dms-lookup-template-base-classes.cpp573 template <typename T> decltype(h(T())) check2(); // expected-note{{candidate template ignored: subs…
574 decltype(check2<int>()) y; // expected-error{{no matching function for call to 'check2'}}
/external/clang/test/CXX/drs/
Ddr4xx.cpp997 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
Ddr1xx.cpp563 int check2[__is_pod(A) ? 1 : -1]; variable
751 int check2[sizeof(x) > sizeof(int) ? 1 : -1]; variable
/external/v8/src/compiler/
Dsimplified-lowering.cc2502 Node* check2 = graph()->NewNode(machine()->Float64LessThanOrEqual(), in Float64Ceil() local
2505 check2, if_false1); in Float64Ceil()
2628 Node* check2 = graph()->NewNode(machine()->Float64LessThanOrEqual(), in Float64Floor() local
2631 check2, if_false1); in Float64Floor()
2766 Node* check2 = graph()->NewNode(machine()->Float64LessThanOrEqual(), in Float64Trunc() local
2769 check2, if_false1); in Float64Trunc()
2869 Node* check2 = graph()->NewNode(machine()->Word32Equal(), rhs, zero); in Int32Div() local
2870 Node* branch2 = graph()->NewNode(common()->Branch(), check2, if_false1); in Int32Div()
2946 Node* check2 = graph()->NewNode(machine()->Int32LessThan(), lhs, zero); in Int32Mod() local
2948 check2, if_false1); in Int32Mod()
/external/openssh/
Dsshkey.c3157 u_int blocksize, rounds, nkeys, encrypted_len, check1, check2; in sshkey_parse_private2() local
3305 (r = sshbuf_get_u32(decrypted, &check2)) != 0) in sshkey_parse_private2()
3307 if (check1 != check2) { in sshkey_parse_private2()
3626 u_int16_t check1, check2; in sshkey_parse_private_rsa1() local
3697 (r = sshbuf_get_u16(decrypted, &check2)) != 0) in sshkey_parse_private_rsa1()
3699 if (check1 != check2) { in sshkey_parse_private_rsa1()
/external/clang/docs/
DUsersManual.rst941 **-f[no-]sanitize=check1,check2,...**
987 **-f[no-]sanitize-recover=check1,check2,...**
1011 **-f[no-]sanitize-trap=check1,check2,...**

12