Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp9478 auto IsLaxCompatible = [this](QualType FirstType, QualType SecondType) { in areLaxCompatibleSveTypes() local
9519 return IsLaxCompatible(FirstType, SecondType) || in areLaxCompatibleSveTypes()
9520 IsLaxCompatible(SecondType, FirstType); in areLaxCompatibleSveTypes()
9578 auto IsLaxCompatible = [this](QualType FirstType, QualType SecondType) { in areLaxCompatibleRVVTypes() local
9610 return IsLaxCompatible(FirstType, SecondType) || in areLaxCompatibleRVVTypes()
9611 IsLaxCompatible(SecondType, FirstType); in areLaxCompatibleRVVTypes()