Searched refs:AssertCount (Results 1 - 3 of 3) sorted by relevance

/external/libcxx/test/libcxx/experimental/filesystem/class.path/path.member/
H A Dpath.append.pass.cpp21 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : (void)::AssertCount++)
22 int AssertCount = 0; variable
42 assert(AssertCount == 0);
44 assert(AssertCount == 0);
49 assert(AssertCount == 0);
51 assert(AssertCount == 0);
56 assert(AssertCount == 0);
58 assert(AssertCount == 1);
59 AssertCount = 0;
64 assert(AssertCount
[all...]
/external/libcxx/test/libcxx/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
H A Ddb_deallocate.pass.cpp18 int AssertCount = 0; variable
20 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : (void)::AssertCount++)
39 assert(AssertCount == 0);
41 assert(AssertCount == 1);
/external/libcxx/test/libcxx/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.mem/
H A Ddb_deallocate.pass.cpp18 int AssertCount = 0; variable
20 #define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : (void)::AssertCount++)
42 assert(AssertCount == 0);
44 assert(AssertCount >= 1);

Completed in 1267 milliseconds