Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/xray/tests/unit/
H A Dfunction_call_trie_test.cpp322 alignof(FunctionCallTrie)>::type FCTStorage; in TEST() local
323 new (&FCTStorage) FunctionCallTrie(*A); in TEST()
324 auto *T = reinterpret_cast<FunctionCallTrie *>(&FCTStorage); in TEST()