HomeSort by relevance Sort by last modified time
    Searched defs:c2 (Results 151 - 175 of 1527) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/deque/deque.special/
swap_noexcept.pass.cpp 59 C c1, c2; local
60 static_assert(noexcept(swap(c1, c2)), "");
64 C c1, c2; local
65 static_assert(noexcept(swap(c1, c2)), "");
69 C c1, c2; local
70 static_assert(noexcept(swap(c1, c2)), "");
74 C c1, c2; local
77 static_assert( noexcept(swap(c1, c2)), "");
79 static_assert(!noexcept(swap(c1, c2)), "");
85 C c1, c2; local
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/forwardlist/forwardlist.ops/
remove_if.pass.cpp 36 C c2(std::begin(t2), std::end(t2));
39 assert(c1 == c2);
48 C c2; local
51 assert(c1 == c2);
61 C c2(std::begin(t2), std::end(t2));
64 assert(c1 == c2);
72 C c2; local
75 assert(c1 == c2);
85 C c2(std::begin(t2), std::end(t2));
88 assert(c1 == c2);
111 C c2; local
135 C c2; local
    [all...]
unique_pred.pass.cpp 33 C c2(std::begin(t2), std::end(t2));
35 assert(c1 == c2);
43 C c2(std::begin(t2), std::end(t2));
45 assert(c1 == c2);
53 C c2(std::begin(t2), std::end(t2));
55 assert(c1 == c2);
61 C c2; local
63 assert(c1 == c2);
71 C c2(std::begin(t2), std::end(t2));
73 assert(c1 == c2);
110 C c2; local
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/forwardlist/forwardlist.spec/
swap_noexcept.pass.cpp 59 C c1, c2; local
60 static_assert(noexcept(swap(c1, c2)), "");
64 C c1, c2; local
65 static_assert(noexcept(swap(c1, c2)), "");
69 C c1, c2; local
70 static_assert(noexcept(swap(c1, c2)), "");
74 C c1, c2; local
77 static_assert( noexcept(swap(c1, c2)), "");
79 static_assert(!noexcept(swap(c1, c2)), "");
85 C c1, c2; local
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/list/list.special/
swap_noexcept.pass.cpp 59 C c1, c2; local
60 static_assert(noexcept(swap(c1, c2)), "");
64 C c1, c2; local
65 static_assert(noexcept(swap(c1, c2)), "");
69 C c1, c2; local
70 static_assert(noexcept(swap(c1, c2)), "");
74 C c1, c2; local
77 static_assert( noexcept(swap(c1, c2)), "");
79 static_assert(!noexcept(swap(c1, c2)), "");
85 C c1, c2; local
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/vector/vector.special/
swap_noexcept.pass.cpp 60 C c1, c2; local
61 static_assert(noexcept(swap(c1, c2)), "");
65 C c1, c2; local
66 static_assert(noexcept(swap(c1, c2)), "");
70 C c1, c2; local
71 static_assert(noexcept(swap(c1, c2)), "");
75 C c1, c2; local
78 static_assert( noexcept(swap(c1, c2)), "");
80 static_assert(!noexcept(swap(c1, c2)), "");
86 C c1, c2; local
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/vector.bool/
swap_noexcept.pass.cpp 59 C c1, c2; local
60 static_assert(noexcept(swap(c1, c2)), "");
64 C c1, c2; local
65 static_assert(noexcept(swap(c1, c2)), "");
69 C c1, c2; local
70 static_assert(noexcept(swap(c1, c2)), "");
74 C c1, c2; local
77 static_assert( noexcept(swap(c1, c2)), "");
79 static_assert(!noexcept(swap(c1, c2)), "");
85 C c1, c2; local
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.map/unord.map.modifiers/
emplace_hint.pass.cpp 85 C c2; local
86 R r = c.emplace_hint(c2.end(), std::piecewise_construct,
insert_hint_const_lvalue.pass.cpp 90 C c2; local
91 C::const_iterator e = c2.end();
insert_hint_rvalue.pass.cpp 171 C c2; local
172 C::const_iterator e = c2.end();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
emplace_hint.pass.cpp 101 C c2; local
102 R r = c.emplace_hint(c2.end(), std::piecewise_construct,
insert_hint_const_lvalue.pass.cpp 90 C c2; local
91 C::const_iterator e = c2.end();
insert_hint_rvalue.pass.cpp 171 C c2; local
172 C::const_iterator e = c2.end();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multiset/
emplace_hint.pass.cpp 74 C c2; local
75 R r = c1.emplace_hint(c2.begin(), 5, 6);
insert_hint_const_lvalue.pass.cpp 82 C c2; local
83 C::const_iterator e = c2.end();
insert_hint_rvalue.pass.cpp 131 C c2; local
132 C::const_iterator e = c2.end();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.set/
emplace_hint.pass.cpp 74 C c2; local
75 R r = c1.emplace_hint(c2.begin(), 5, 6);
insert_hint_const_lvalue.pass.cpp 82 C c2; local
83 C::const_iterator e = c2.end();
insert_hint_rvalue.pass.cpp 131 C c2; local
132 C::const_iterator e = c2.end();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/
rv_value.pass.cpp 30 typename C::value_type x3, const C& c2)
36 assert(c1 == c2);
67 C c2; local
69 c2.push_back(Ptr(x+i));
70 insert3at(c2, c2.begin(), Ptr(x+3), Ptr(x+4), Ptr(x+5));
71 test(std::move(c1), 0, Ptr(x+3), Ptr(x+4), Ptr(x+5), c2);
75 c2.clear();
77 c2.push_back(Ptr(x+i));
78 insert3at(c2, c2.begin()+1, Ptr(x+3), Ptr(x+4), Ptr(x+5))
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.nonmembers/string.special/
swap_noexcept.pass.cpp 59 C c1, c2; local
60 static_assert(noexcept(swap(c1, c2)), "");
64 C c1, c2; local
65 static_assert(noexcept(swap(c1, c2)), "");
69 C c1, c2; local
72 static_assert( noexcept(swap(c1, c2)), "");
74 static_assert(!noexcept(swap(c1, c2)), "");
80 C c1, c2; local
82 static_assert( noexcept(swap(c1, c2)), "");
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
aix-weak-2a.s 3 .weak c2
4 c2 = 0xcccc2222 define
aix-weak-2b.s 3 .weak c2
4 c2 = 0xdddd2222 define
  /art/runtime/
dex_instruction_visitor_test.cc 54 const uint16_t c2[] = { 0, 0 }; local
55 v2.Visit(c2, sizeof(c2));
utf-inl.h 74 uint32_t c1, c2; local
77 c2 = *utf8_2;
80 return (c2 == 0) ? 0 : -1;
81 } else if (c2 == 0) {
86 c2 = GetUtf16FromUtf8(&utf8_2);
87 } while (c1 == c2);
89 const uint32_t leading_surrogate_diff = GetLeadingUtf16Char(c1) - GetLeadingUtf16Char(c2);
94 return GetTrailingUtf16Char(c1) - GetTrailingUtf16Char(c2);

Completed in 998 milliseconds

1 2 3 4 5 67 8 91011>>