HomeSort by relevance Sort by last modified time
    Searched defs:c2 (Results 76 - 100 of 880) sorted by null

1 2 34 5 6 7 8 91011>>

  /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/SemaCXX/
attr-cleanup-gcc.cpp 7 void c2(int *a) {} function
14 int v2 __attribute__((cleanup(c2)));
  /external/clang/test/SemaTemplate/
instantiation-default-2.cpp 11 Constant<int&, x> *c2; variable
  /external/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)), "");
  /external/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)), "");
  /external/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)), "");
  /external/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)), "");
  /external/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)), "");
  /external/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/
remove_if.pass.cpp 33 C c2(std::begin(t2), std::end(t2));
35 assert(c1 == c2);
42 C c2; local
44 assert(c1 == c2);
52 C c2(std::begin(t2), std::end(t2));
54 assert(c1 == c2);
60 C c2; local
62 assert(c1 == c2);
70 C c2(std::begin(t2), std::end(t2));
72 assert(c1 == c2);
90 C c2; local
108 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...]
  /external/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)), "");
  /external/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)), "");
  /external/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)), "");
  /external/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)), "");
  /external/libcxx/test/containers/unord/unord.map/unorder.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 149 C c2; local
150 C::const_iterator e = c2.end();
  /external/libcxx/test/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 149 C c2; local
150 C::const_iterator e = c2.end();
  /external/libcxx/test/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();
  /external/libcxx/test/containers/unord/unord.set/
emplace_hint.pass.cpp 74 C c2; local
75 R r = c1.emplace_hint(c2.begin(), 5, 6);

Completed in 761 milliseconds

1 2 34 5 6 7 8 91011>>