Searched refs:IsLaxCompatible (Results 1 – 1 of 1) sorted by relevance
9461 auto IsLaxCompatible = [this](QualType FirstType, QualType SecondType) { in areLaxCompatibleSveTypes() local9503 return IsLaxCompatible(FirstType, SecondType) || in areLaxCompatibleSveTypes()9504 IsLaxCompatible(SecondType, FirstType); in areLaxCompatibleSveTypes()