Searched defs:DeepCopy (Results 1 – 6 of 6) sorted by relevance
/llvm-project/lldb/unittests/Interpreter/ | ||
H A D | TestOptionValue.cpp | 30 TEST(OptionValueString, DeepCopy) { in TEST() argument |
/llvm-project/lldb/source/Interpreter/ | ||
H A D | OptionValueArray.cpp | 309 OptionValueArray::DeepCopy(const OptionValueSP &new_parent) const { DeepCopy() function in OptionValueArray |
H A D | OptionValueDictionary.cpp | 336 OptionValueDictionary::DeepCopy(const OptionValueSP &new_parent) const { DeepCopy() function in OptionValueDictionary |
H A D | OptionValue.cpp | 593 OptionValueSP OptionValue::DeepCopy(const OptionValueSP &new_parent) const { DeepCopy() function in OptionValue |
H A D | OptionValueProperties.cpp | 387 OptionValueProperties::DeepCopy(const OptionValueSP &new_parent) const { in DeepCopy() function in OptionValueProperties |
/llvm-project/compiler-rt/lib/xray/tests/unit/ | ||
H A D | function_call_trie_test.cpp | 218 TEST(FunctionCallTrieTest, DeepCopy) { in TEST() argument |