Searched refs:IsValidCast (Results 1 – 1 of 1) sorted by relevance
8662 auto IsValidCast = [this](QualType FirstType, QualType SecondType) { in areCompatibleSveTypes() local8681 return IsValidCast(FirstType, SecondType) || in areCompatibleSveTypes()8682 IsValidCast(SecondType, FirstType); in areCompatibleSveTypes()