Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp2385 if (Self.isValidRVVBitcast(SrcType, DestType)) { in TryReinterpretCast()
2995 Self.isValidRVVBitcast(SrcType, DestType)) { in CheckCStyleCast()
H A DSemaExpr.cpp8278 bool Sema::isValidRVVBitcast(QualType srcTy, QualType destTy) { in isValidRVVBitcast() function in Sema
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13047 bool isValidRVVBitcast(QualType srcType, QualType destType);