Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp214 bool CompilerType::IsPossibleDynamicType(CompilerType *dynamic_pointee_type, in IsPossibleDynamicType() argument
218 return m_type_system->IsPossibleDynamicType(m_type, dynamic_pointee_type, in IsPossibleDynamicType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3525 if (dynamic_pointee_type) in IsPossibleDynamicType()
3542 if (dynamic_pointee_type) in IsPossibleDynamicType()
3543 dynamic_pointee_type->SetCompilerType( in IsPossibleDynamicType()
3579 if (dynamic_pointee_type) in IsPossibleDynamicType()
3580 dynamic_pointee_type->SetCompilerType( in IsPossibleDynamicType()
3611 if (dynamic_pointee_type) in IsPossibleDynamicType()
3612 dynamic_pointee_type->SetCompilerType( in IsPossibleDynamicType()
3623 if (dynamic_pointee_type) in IsPossibleDynamicType()
3624 dynamic_pointee_type->SetCompilerType( in IsPossibleDynamicType()
3635 if (dynamic_pointee_type) in IsPossibleDynamicType()
[all …]