Home
last modified time | relevance | path

Searched defs:block_store (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libc/test/src/__support/
H A Dblockstore_test.cpp22 LIBC_NAMESPACE::BlockStore<Element, BLOCK_SIZE, REVERSE> block_store; in populate_and_iterate() local
47 BlockStore<int, 4, REVERSE> block_store; in back_test() local
57 BlockStore<int, 2, REVERSE> block_store; empty_test() local
[all...]
/llvm-project/libc/src/__support/
H A Dblockstore.h182 destroy(BlockStore<T,BLOCK_SIZE,REVERSE_ORDER> * block_store) destroy() argument