Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp246 bool CompilerType::IsPossibleDynamicType(CompilerType *dynamic_pointee_type, in IsPossibleDynamicType() argument
251 return type_system_sp->IsPossibleDynamicType(m_type, dynamic_pointee_type, in IsPossibleDynamicType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3513 if (dynamic_pointee_type) in IsPossibleDynamicType()
3530 if (dynamic_pointee_type) in IsPossibleDynamicType()
3531 dynamic_pointee_type->SetCompilerType( in IsPossibleDynamicType()
3568 if (dynamic_pointee_type) in IsPossibleDynamicType()
3569 dynamic_pointee_type->SetCompilerType( in IsPossibleDynamicType()
3600 if (dynamic_pointee_type) in IsPossibleDynamicType()
3601 dynamic_pointee_type->SetCompilerType( in IsPossibleDynamicType()
3612 if (dynamic_pointee_type) in IsPossibleDynamicType()
3613 dynamic_pointee_type->SetCompilerType( in IsPossibleDynamicType()
3624 if (dynamic_pointee_type) in IsPossibleDynamicType()
[all …]