Home
last modified time | relevance | path

Searched refs:test_alloc (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
Dconstruct_types.pass.cpp184 TESTA test_alloc(42); in main() local
186 test_non_pmr_uses_alloc<TESTA>(test_alloc); in main()
188 test_non_pmr_uses_alloc<TESTA>(test_alloc, value); in main()
190 test_non_pmr_uses_alloc<TESTA>(test_alloc, cvalue); in main()
192 test_non_pmr_uses_alloc<TESTA>(test_alloc, cvalue, std::move(value)); in main()
/external/python/cpython2/Lib/test/
Dtest_bytes.py652 def test_alloc(self): member in ByteArrayTest
/external/clang/test/Analysis/
Dobjc-arc.m87 void test_alloc() { function