Searched refs:empty (Results 1 - 25 of 5177) sorted by relevance

1234567891011>>

/external/mesa3d/src/compiler/glsl/glcpp/tests/
H A D068-accidental-pasting.c1 #define empty macro
2 <empty<
3 <empty=
4 >empty>
5 >empty=
6 =empty=
7 !empty=
8 &empty&
9 |empty|
10 +empty
[all...]
/external/clang/test/CodeGen/
H A D2007-02-04-EmptyStruct.c4 struct empty { }; struct
6 void foo(struct empty *p) {
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/
H A Dpreserve-strings.css5 else: 'empty{}';
/external/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.members/
H A Dempty.pass.cpp14 // bool empty() const;
22 assert(q.empty());
24 assert(!q.empty());
26 assert(q.empty());
H A Dempty.fail.cpp15 // bool empty() const noexcept;
27 c.empty(); // expected-error {{ignoring return value of function declared with 'nodiscard' attribute}}
/external/libcxx/test/std/containers/container.adaptors/queue/queue.defn/
H A Dempty.pass.cpp12 // bool empty() const;
20 assert(q.empty());
22 assert(!q.empty());
24 assert(q.empty());
H A Dempty.fail.cpp15 // bool empty() const noexcept;
27 c.empty(); // expected-error {{ignoring return value of function declared with 'nodiscard' attribute}}
/external/libcxx/test/std/containers/container.adaptors/stack/stack.defn/
H A Dempty.pass.cpp12 // bool empty() const;
20 assert(q.empty());
22 assert(!q.empty());
24 assert(q.empty());
H A Dempty.fail.cpp15 // bool empty() const noexcept;
27 c.empty(); // expected-error {{ignoring return value of function declared with 'nodiscard' attribute}}
/external/libcxx/test/std/containers/sequences/array/
H A Dempty.fail.cpp15 // bool empty() const noexcept;
28 c.empty(); // expected-error {{ignoring return value of function declared with 'nodiscard' attribute}}
30 c0.empty(); // expected-error {{ignoring return value of function declared with 'nodiscard' attribute}}
H A Dempty.pass.cpp14 // bool empty() const noexcept;
27 ASSERT_NOEXCEPT(c.empty());
28 assert(!c.empty());
33 ASSERT_NOEXCEPT(c.empty());
34 assert( c.empty());
/external/libcxx/test/std/containers/sequences/deque/deque.capacity/
H A Dempty.pass.cpp14 // bool empty() const noexcept;
27 ASSERT_NOEXCEPT(c.empty());
28 assert(c.empty());
30 assert(!c.empty());
32 assert(c.empty());
38 ASSERT_NOEXCEPT(c.empty());
39 assert(c.empty());
41 assert(!c.empty());
43 assert(c.empty());
H A Dempty.fail.cpp15 // bool empty() const noexcept;
27 c.empty(); // expected-error {{ignoring return value of function declared with 'nodiscard' attribute}}
/external/libcxx/test/std/containers/sequences/forwardlist/
H A Dempty.pass.cpp14 // bool empty() const noexcept;
27 ASSERT_NOEXCEPT(c.empty());
28 assert(c.empty());
30 assert(!c.empty());
32 assert(c.empty());
38 ASSERT_NOEXCEPT(c.empty());
39 assert(c.empty());
41 assert(!c.empty());
43 assert(c.empty());
H A Dempty.fail.cpp15 // bool empty() const noexcept;
27 c.empty(); // expected-error {{ignoring return value of function declared with 'nodiscard' attribute}}
/external/libcxx/test/std/containers/sequences/list/list.capacity/
H A Dempty.pass.cpp14 // bool empty() const noexcept;
27 ASSERT_NOEXCEPT(c.empty());
28 assert(c.empty());
30 assert(!c.empty());
32 assert(c.empty());
38 ASSERT_NOEXCEPT(c.empty());
39 assert(c.empty());
41 assert(!c.empty());
43 assert(c.empty());
H A Dempty.fail.cpp15 // bool empty() const noexcept;
27 c.empty(); // expected-error {{ignoring return value of function declared with 'nodiscard' attribute}}
/external/libcxx/test/std/containers/sequences/vector/vector.capacity/
H A Dempty.pass.cpp14 // bool empty() const noexcept;
27 ASSERT_NOEXCEPT(c.empty());
28 assert(c.empty());
30 assert(!c.empty());
32 assert(c.empty());
38 ASSERT_NOEXCEPT(c.empty());
39 assert(c.empty());
41 assert(!c.empty());
43 assert(c.empty());
/external/libcxx/test/std/containers/sequences/vector.bool/
H A Dempty.pass.cpp14 // bool empty() const noexcept;
27 ASSERT_NOEXCEPT(c.empty());
28 assert(c.empty());
30 assert(!c.empty());
32 assert(c.empty());
38 ASSERT_NOEXCEPT(c.empty());
39 assert(c.empty());
41 assert(!c.empty());
43 assert(c.empty());
/external/libcxx/test/std/containers/unord/unord.multiset/
H A Dempty.pass.cpp14 // bool empty() const noexcept;
27 ASSERT_NOEXCEPT(m.empty());
28 assert(m.empty());
30 assert(!m.empty());
32 assert(m.empty());
38 ASSERT_NOEXCEPT(m.empty());
39 assert(m.empty());
41 assert(!m.empty());
43 assert(m.empty());
/external/libcxx/test/std/containers/unord/unord.set/
H A Dempty.pass.cpp14 // bool empty() const noexcept;
27 ASSERT_NOEXCEPT(m.empty());
28 assert(m.empty());
30 assert(!m.empty());
32 assert(m.empty());
38 ASSERT_NOEXCEPT(m.empty());
39 assert(m.empty());
41 assert(!m.empty());
43 assert(m.empty());
/external/libcxx/test/std/containers/associative/map/map.access/
H A Dempty.fail.cpp15 // bool empty() const noexcept;
27 c.empty(); // expected-error {{ignoring return value of function declared with 'nodiscard' attribute}}
/external/libcxx/test/std/containers/associative/multimap/
H A Dempty.fail.cpp15 // bool empty() const noexcept;
27 c.empty(); // expected-error {{ignoring return value of function declared with 'nodiscard' attribute}}
/external/libcxx/test/std/containers/associative/multiset/
H A Dempty.fail.cpp15 // bool empty() const noexcept;
27 c.empty(); // expected-error {{ignoring return value of function declared with 'nodiscard' attribute}}
/external/libcxx/test/std/containers/associative/set/
H A Dempty.fail.cpp15 // bool empty() const noexcept;
27 c.empty(); // expected-error {{ignoring return value of function declared with 'nodiscard' attribute}}

Completed in 843 milliseconds

1234567891011>>