Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaARM.cpp1491 auto IsLaxCompatible = [&](QualType FirstType, QualType SecondType) { in areLaxCompatibleSveTypes() local
1534 return IsLaxCompatible(FirstType, SecondType) || in areLaxCompatibleSveTypes()
1535 IsLaxCompatible(SecondType, FirstType); in areLaxCompatibleSveTypes()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10601 auto IsLaxCompatible = [this](QualType FirstType, QualType SecondType) { in areLaxCompatibleRVVTypes() local
10633 return IsLaxCompatible(FirstType, SecondType) || in areLaxCompatibleRVVTypes()
10634 IsLaxCompatible(SecondType, FirstType); in areLaxCompatibleRVVTypes()