Searched refs:dynamic_pointee_type (Results 1 – 2 of 2) sorted by relevance
267 bool CompilerType::IsPossibleDynamicType(CompilerType *dynamic_pointee_type, in IsPossibleDynamicType() argument272 return type_system_sp->IsPossibleDynamicType(m_type, dynamic_pointee_type, in IsPossibleDynamicType()
3537 CompilerType *dynamic_pointee_type, in IsPossibleDynamicType() argument3550 if (dynamic_pointee_type) in IsPossibleDynamicType()3551 dynamic_pointee_type->SetCompilerType(weak_from_this(), type); in IsPossibleDynamicType()3567 if (dynamic_pointee_type) in IsPossibleDynamicType()3568 dynamic_pointee_type->SetCompilerType( in IsPossibleDynamicType()3605 if (dynamic_pointee_type) in IsPossibleDynamicType()3606 dynamic_pointee_type->SetCompilerType( in IsPossibleDynamicType()3637 if (dynamic_pointee_type) in IsPossibleDynamicType()3638 dynamic_pointee_type->SetCompilerType( in IsPossibleDynamicType()3649 if (dynamic_pointee_type) in IsPossibleDynamicType()[all …]