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