HomeSort by relevance Sort by last modified time
    Searched refs:c1 (Results 26 - 50 of 1154) sorted by null

12 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.special/
swap_noexcept.pass.cpp 41 C c1, c2; local
42 static_assert(noexcept(swap(c1, c2)), "");
46 C c1, c2; local
47 static_assert(noexcept(swap(c1, c2)), "");
51 C c1, c2; local
52 static_assert(noexcept(swap(c1, c2)), "");
56 C c1, c2; local
57 static_assert(!noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.special/
swap_noexcept.pass.cpp 41 C c1, c2; local
42 static_assert(noexcept(swap(c1, c2)), "");
46 C c1, c2; local
47 static_assert(noexcept(swap(c1, c2)), "");
51 C c1, c2; local
52 static_assert(noexcept(swap(c1, c2)), "");
56 C c1, c2; local
57 static_assert(!noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.special/
swap_noexcept.pass.cpp 41 C c1, c2; local
42 static_assert(noexcept(swap(c1, c2)), "");
46 C c1, c2; local
47 static_assert(noexcept(swap(c1, c2)), "");
51 C c1, c2; local
52 static_assert(noexcept(swap(c1, c2)), "");
56 C c1, c2; local
57 static_assert(!noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.special/
swap_noexcept.pass.cpp 41 C c1, c2; local
42 static_assert(noexcept(swap(c1, c2)), "");
46 C c1, c2; local
47 static_assert(noexcept(swap(c1, c2)), "");
51 C c1, c2; local
52 static_assert(noexcept(swap(c1, c2)), "");
56 C c1, c2; local
57 static_assert(!noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.special/
swap_noexcept.pass.cpp 28 C c1, c2; local
29 static_assert(noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.special/
swap_noexcept.pass.cpp 27 C c1, c2; local
28 static_assert(noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.special/
swap_noexcept.pass.cpp 27 C c1, c2; local
28 static_assert(noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.special/
swap_noexcept.pass.cpp 41 C c1, c2; local
42 static_assert(noexcept(swap(c1, c2)), "");
46 C c1, c2; local
47 static_assert(noexcept(swap(c1, c2)), "");
51 C c1, c2; local
52 static_assert(noexcept(swap(c1, c2)), "");
56 C c1, c2; local
57 static_assert(!noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.spec/
swap_noexcept.pass.cpp 41 C c1, c2; local
42 static_assert(noexcept(swap(c1, c2)), "");
46 C c1, c2; local
47 static_assert(noexcept(swap(c1, c2)), "");
51 C c1, c2; local
52 static_assert(noexcept(swap(c1, c2)), "");
56 C c1, c2; local
57 static_assert(!noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.special/
swap_noexcept.pass.cpp 41 C c1, c2; local
42 static_assert(noexcept(swap(c1, c2)), "");
46 C c1, c2; local
47 static_assert(noexcept(swap(c1, c2)), "");
51 C c1, c2; local
52 static_assert(noexcept(swap(c1, c2)), "");
56 C c1, c2; local
57 static_assert(!noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.special/
swap_noexcept.pass.cpp 41 C c1, c2; local
42 static_assert(noexcept(swap(c1, c2)), "");
46 C c1, c2; local
47 static_assert(noexcept(swap(c1, c2)), "");
51 C c1, c2; local
52 static_assert(noexcept(swap(c1, c2)), "");
56 C c1, c2; local
57 static_assert(!noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
swap_noexcept.pass.cpp 40 C c1, c2; local
41 static_assert(noexcept(swap(c1, c2)), "");
45 C c1, c2; local
46 static_assert(noexcept(swap(c1, c2)), "");
50 C c1, c2; local
51 static_assert(noexcept(swap(c1, c2)), "");
55 C c1, c2; local
56 static_assert(!noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/
eq.pass.cpp 44 const C c1(std::begin(a), std::end(a));
46 assert(!(c1 == c2));
47 assert( (c1 != c2));
63 const C c1(std::begin(a), std::end(a));
64 const C c2 = c1;
65 assert( (c1 == c2));
66 assert(!(c1 != c2));
82 C c1(std::begin(a), std::end(a));
83 C c2 = c1;
85 assert( (c1 == c2))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/
eq.pass.cpp 47 const C c1(std::begin(a), std::end(a));
49 assert(!(c1 == c2));
50 assert( (c1 != c2));
69 const C c1(std::begin(a), std::end(a));
70 const C c2 = c1;
71 assert( (c1 == c2));
72 assert(!(c1 != c2));
91 C c1(std::begin(a), std::end(a));
92 C c2 = c1;
94 assert( (c1 == c2))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/
eq.pass.cpp 46 const C c1(std::begin(a), std::end(a));
48 assert(!(c1 == c2));
49 assert( (c1 != c2));
68 const C c1(std::begin(a), std::end(a));
69 const C c2 = c1;
70 assert( (c1 == c2));
71 assert(!(c1 != c2));
90 C c1(std::begin(a), std::end(a));
91 C c2 = c1;
93 assert( (c1 == c2))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/
eq.pass.cpp 43 const C c1(std::begin(a), std::end(a));
45 assert(!(c1 == c2));
46 assert( (c1 != c2));
62 const C c1(std::begin(a), std::end(a));
63 const C c2 = c1;
64 assert( (c1 == c2));
65 assert(!(c1 != c2));
81 C c1(std::begin(a), std::end(a));
82 C c2 = c1;
84 assert( (c1 == c2))
    [all...]
  /bionic/libc/upstream-freebsd/lib/libc/string/
wcsncasecmp.c 36 wchar_t c1, c2; local
41 c1 = towlower(*s1);
43 if (c1 != c2)
44 return ((int)c1 - c2);
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_asm.c 73 BN_ULONG c1=0; local
76 if (num <= 0) return(c1);
81 mul_add(rp[0],ap[0],w,c1);
82 mul_add(rp[1],ap[1],w,c1);
83 mul_add(rp[2],ap[2],w,c1);
84 mul_add(rp[3],ap[3],w,c1);
90 mul_add(rp[0],ap[0],w,c1);
94 return(c1);
99 BN_ULONG c1=0; local
102 if (num <= 0) return(c1);
565 BN_ULONG c1,c2,c3; local
674 BN_ULONG c1,c2,c3; local
719 BN_ULONG c1,c2,c3; local
800 BN_ULONG c1,c2,c3; local
849 BN_ULONG c0,c1,ml,*tp,n0; local
988 BN_ULONG c0,c1,*tp,n0=*n0p; local
    [all...]
  /external/openssl/crypto/bn/
bn_asm.c 73 BN_ULONG c1=0; local
76 if (num <= 0) return(c1);
81 mul_add(rp[0],ap[0],w,c1);
82 mul_add(rp[1],ap[1],w,c1);
83 mul_add(rp[2],ap[2],w,c1);
84 mul_add(rp[3],ap[3],w,c1);
90 mul_add(rp[0],ap[0],w,c1);
94 return(c1);
99 BN_ULONG c1=0; local
102 if (num <= 0) return(c1);
565 BN_ULONG c1,c2,c3; local
674 BN_ULONG c1,c2,c3; local
719 BN_ULONG c1,c2,c3; local
800 BN_ULONG c1,c2,c3; local
849 BN_ULONG c0,c1,ml,*tp,n0; local
988 BN_ULONG c0,c1,*tp,n0=*n0p; local
    [all...]
  /external/clang/test/SemaCXX/
cxx-member-pointer-op.cpp 12 C c1; local
13 c1.*pmfc(); // expected-error {{invalid use of pointer to member type after .*}}
15 c1.*((pmfc())); // expected-error {{invalid use of pointer to member type after .*}}
  /external/valgrind/main/memcheck/tests/
leak-cycle.c 39 struct n *volatile c1, *volatile c2; local
44 c1 = mkcycle();
47 c1 = c2 = 0;
50 c1 = mkcycle();
55 if (c1 < c2)
56 c2->r = c1;
58 c1->r = c2;
60 c1 = c2 = 0;
63 c1 = mkcycle();
66 c1->r = c2
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/
remove.pass.cpp 27 C c1(std::begin(t1), std::end(t1));
29 c1.remove(0);
30 assert(c1 == c2);
36 C c1(std::begin(t1), std::end(t1));
38 c1.remove(0);
39 assert(c1 == c2);
46 C c1(std::begin(t1), std::end(t1));
48 c1.remove(0);
49 assert(c1 == c2);
54 C c1; local
102 C c1; local
    [all...]
remove_if.pass.cpp 32 C c1(std::begin(t1), std::end(t1));
34 c1.remove_if(g);
35 assert(c1 == c2);
41 C c1(std::begin(t1), std::end(t1));
43 c1.remove_if(g);
44 assert(c1 == c2);
51 C c1(std::begin(t1), std::end(t1));
53 c1.remove_if(g);
54 assert(c1 == c2);
59 C c1; local
107 C c1; local
    [all...]
unique.pass.cpp 27 C c1(std::begin(t1), std::end(t1));
29 c1.unique();
30 assert(c1 == c2);
37 C c1(std::begin(t1), std::end(t1));
39 c1.unique();
40 assert(c1 == c2);
47 C c1(std::begin(t1), std::end(t1));
49 c1.unique();
50 assert(c1 == c2);
55 C c1; local
104 C c1; local
    [all...]
unique_pred.pass.cpp 32 C c1(std::begin(t1), std::end(t1));
34 c1.unique(g);
35 assert(c1 == c2);
42 C c1(std::begin(t1), std::end(t1));
44 c1.unique(g);
45 assert(c1 == c2);
52 C c1(std::begin(t1), std::end(t1));
54 c1.unique(g);
55 assert(c1 == c2);
60 C c1; local
109 C c1; local
    [all...]

Completed in 423 milliseconds

12 3 4 5 6 7 8 91011>>