Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Interpreter/
H A DTestOptionValue.cpp29 TEST(OptionValueString, DeepCopy) { in TEST() argument
51 TEST(OptionValueArgs, DeepCopy) { in TEST() argument
123 TEST(TestProperties, DeepCopy) { in TEST() argument
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DOptionValueArray.cpp303 OptionValueArray::DeepCopy(const OptionValueSP &new_parent) const { in DeepCopy() function in OptionValueArray
H A DOptionValueDictionary.cpp326 OptionValueDictionary::DeepCopy(const OptionValueSP &new_parent) const { in DeepCopy() function in OptionValueDictionary
H A DOptionValue.cpp570 OptionValueSP OptionValue::DeepCopy(const OptionValueSP &new_parent) const { in DeepCopy() function in OptionValue
H A DOptionValueProperties.cpp578 OptionValueProperties::DeepCopy(const OptionValueSP &new_parent) const { in DeepCopy() function in OptionValueProperties
/llvm-project-15.0.7/compiler-rt/lib/xray/tests/unit/
H A Dfunction_call_trie_test.cpp218 TEST(FunctionCallTrieTest, DeepCopy) { in TEST() argument