Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/xray/tests/unit/
H A Dfunction_call_trie_test.cpp233 Trie.deepCopyInto(Copy); in TEST()
/openbsd/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h480 void deepCopyInto(FunctionCallTrie &O) const XRAY_NEVER_INSTRUMENT { in deepCopyInto() function