Home
last modified time | relevance | path

Searched refs:expectAlloc (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/test/support/
Duses_alloc_types.hpp200 CtorAlloc const& expectAlloc) const { in checkConstruct()
204 has_alloc() && expectAlloc == *get_alloc(); in checkConstruct()
Dcontrolled_allocators.hpp187 auto expectAlloc = &makeTypeID<Alloc>(); in checkConstruct() local
191 COMPARE_TYPEID(last_construct_alloc, expectAlloc) && in checkConstruct()
/external/llvm-project/libcxx/test/support/
Duses_alloc_types.h199 CtorAlloc const& expectAlloc) const {
203 has_alloc() && expectAlloc == *get_alloc();
Dcontrolled_allocators.h186 auto expectAlloc = &makeTypeID<Alloc>(); in checkConstruct() local
190 COMPARE_TYPEID(last_construct_alloc, expectAlloc) && in checkConstruct()