Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp9448 auto IsValidCast = [this](QualType FirstType, QualType SecondType) { in areCompatibleSveTypes() local
9467 return IsValidCast(FirstType, SecondType) || in areCompatibleSveTypes()
9468 IsValidCast(SecondType, FirstType); in areCompatibleSveTypes()
9547 auto IsValidCast = [this](QualType FirstType, QualType SecondType) { in areCompatibleRVVTypes() local
9567 return IsValidCast(FirstType, SecondType) || in areCompatibleRVVTypes()
9568 IsValidCast(SecondType, FirstType); in areCompatibleRVVTypes()