Home
last modified time | relevance | path

Searched defs:DeepCopy (Results 1 – 6 of 6) sorted by relevance

/llvm-project/lldb/unittests/Interpreter/
H A DTestOptionValue.cpp30 TEST(OptionValueString, DeepCopy) { in TEST() argument
52 TEST(OptionValueArgs, DeepCopy) { in TEST() argument
121 TEST(TestProperties, DeepCopy) { in TEST() argument
/llvm-project/lldb/source/Interpreter/
H A DOptionValueArray.cpp309 OptionValueArray::DeepCopy(const OptionValueSP &new_parent) const { DeepCopy() function in OptionValueArray
H A DOptionValueDictionary.cpp336 OptionValueDictionary::DeepCopy(const OptionValueSP &new_parent) const { DeepCopy() function in OptionValueDictionary
H A DOptionValue.cpp593 OptionValueSP OptionValue::DeepCopy(const OptionValueSP &new_parent) const { DeepCopy() function in OptionValue
H A DOptionValueProperties.cpp387 OptionValueProperties::DeepCopy(const OptionValueSP &new_parent) const { in DeepCopy() function in OptionValueProperties
/llvm-project/compiler-rt/lib/xray/tests/unit/
H A Dfunction_call_trie_test.cpp218 TEST(FunctionCallTrieTest, DeepCopy) { in TEST() argument