Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp2319 if (Self.isValidSveBitcast(SrcType, DestType)) { in TryReinterpretCast()
2881 Self.isValidSveBitcast(SrcType, DestType)) { in CheckCStyleCast()
H A DSemaExpr.cpp7329 bool Sema::isValidSveBitcast(QualType srcTy, QualType destTy) { in isValidSveBitcast() function in Sema
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h11642 bool isValidSveBitcast(QualType srcType, QualType destType);