Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp2388 if (Self.isValidSveBitcast(SrcType, DestType)) { in TryReinterpretCast()
2998 Self.isValidSveBitcast(SrcType, DestType)) { in CheckCStyleCast()
H A DSemaExpr.cpp7444 bool Sema::isValidSveBitcast(QualType srcTy, QualType destTy) { in isValidSveBitcast() function in Sema
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7433 bool isValidSveBitcast(QualType srcType, QualType destType);