/ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.multimap/unord.multimap.swap/ |
swap_noexcept.pass.cpp | 46 C c1, c2; local 47 static_assert(noexcept(swap(c1, c2)), ""); 52 C c1, c2; local 53 static_assert(noexcept(swap(c1, c2)), ""); 58 C c1, c2; local 59 static_assert(noexcept(swap(c1, c2)), ""); 63 C c1, c2; local 64 static_assert(!noexcept(swap(c1, c2)), ""); 69 C c1, c2; local 70 static_assert(!noexcept(swap(c1, c2)), ""); [all...] |
/ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.multiset/unord.multiset.swap/ |
swap_noexcept.pass.cpp | 46 C c1, c2; local 47 static_assert(noexcept(swap(c1, c2)), ""); 52 C c1, c2; local 53 static_assert(noexcept(swap(c1, c2)), ""); 58 C c1, c2; local 59 static_assert(noexcept(swap(c1, c2)), ""); 63 C c1, c2; local 64 static_assert(!noexcept(swap(c1, c2)), ""); 69 C c1, c2; local 70 static_assert(!noexcept(swap(c1, c2)), ""); [all...] |
/ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.set/unord.set.swap/ |
swap_noexcept.pass.cpp | 46 C c1, c2; local 47 static_assert(noexcept(swap(c1, c2)), ""); 52 C c1, c2; local 53 static_assert(noexcept(swap(c1, c2)), ""); 58 C c1, c2; local 59 static_assert(noexcept(swap(c1, c2)), ""); 63 C c1, c2; local 64 static_assert(!noexcept(swap(c1, c2)), ""); 69 C c1, c2; local 70 static_assert(!noexcept(swap(c1, c2)), ""); [all...] |
/ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/ |
time_h.pass.cpp | 38 const char* c2 = 0; local 39 static_assert((std::is_same<decltype(strftime(c1,s,c2,&tmv)), size_t>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/ |
lv_value.pass.cpp | 26 typename C::value_type x3, const C& c2) 32 assert(c1 == c2); 52 C c2 = c1; local 53 insert3at(c2, c2.begin(), 'a', 'b', 'c'); 54 test(c1, 0, 'a', 'b', 'c', c2); 55 c2 = c1; 56 insert3at(c2, c2.begin()+1, 'a', 'b', 'c'); 57 test(c1, 1, 'a', 'b', 'c', c2); [all...] |
rv_value.pass.cpp | 29 typename C::value_type x3, const C& c2) 35 assert(c1 == c2); 65 C c2; local 67 c2.push_back(Ptr(x+i)); 68 insert3at(c2, c2.begin(), Ptr(x+3), Ptr(x+4), Ptr(x+5)); 69 test(std::move(c1), 0, Ptr(x+3), Ptr(x+4), Ptr(x+5), c2); 73 c2.clear(); 75 c2.push_back(Ptr(x+i)); 76 insert3at(c2, c2.begin()+1, Ptr(x+3), Ptr(x+4), Ptr(x+5)) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/test/language.support/support.runtime/ |
ctime.pass.cpp | 38 const char* c2 = 0; local 39 static_assert((std::is_same<decltype(std::strftime(c1,s,c2,&tm)), std::size_t>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/template.bitset/bitset.members/ |
count.pass.cpp | 33 std::size_t c2 = 0; local 36 ++c2; 37 assert(c1 == c2);
|
/external/chromium/third_party/libjingle/source/talk/base/ |
stringutils.cc | 72 wchar_t c1, c2; local 79 c2 = transformation(*s2); 80 if (c1 != c2) return (c1 < c2) ? -1 : 1;
|
/external/clang/test/CodeCompletion/ |
enum-switch-case.c | 23 unsigned c2; local 24 switch (c2) { 37 // CHECK-CC2-NEXT: COMPLETION: c2 : [#unsigned int#]c2
|
/external/clang/test/CodeGen/ |
constant-comparison.c | 6 int *c2 = 3 != 3LL ? &b : &a; variable
|
/external/clang/test/SemaTemplate/ |
instantiation-default-2.cpp | 11 Constant<int&, x> *c2; variable
|
/frameworks/compile/libbcc/tests/debuginfo/host-tests/ |
parameters.cpp | 13 // CHECK: {c = 97 'a', c2 = "01"} 24 char c2[2]; member in struct:char_struct 41 s.c2[0] = '0'; 42 s.c2[1] = '1';
|
/ndk/sources/cxx-stl/llvm-libc++/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++/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++/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++/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++/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++/test/containers/sequences/forwardlist/forwardlist.ops/ |
remove_if.pass.cpp | 31 C c2(std::begin(t2), std::end(t2)); 33 assert(c1 == c2); 40 C c2; local 42 assert(c1 == c2); 50 C c2(std::begin(t2), std::end(t2)); 52 assert(c1 == c2); 58 C c2; local 60 assert(c1 == c2); 68 C c2(std::begin(t2), std::end(t2)); 70 assert(c1 == c2); [all...] |
unique_pred.pass.cpp | 31 C c2(std::begin(t2), std::end(t2)); 33 assert(c1 == c2); 41 C c2(std::begin(t2), std::end(t2)); 43 assert(c1 == c2); 51 C c2(std::begin(t2), std::end(t2)); 53 assert(c1 == c2); 59 C c2; local 61 assert(c1 == c2); 69 C c2(std::begin(t2), std::end(t2)); 71 assert(c1 == c2); [all...] |
/ndk/sources/cxx-stl/llvm-libc++/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++/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++/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++/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++/test/strings/basic.string/string.nonmembers/string.special/ |
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)), "");
|