Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp2291 } else if (Self.CheckVectorCast(OpRange, DestType, SrcType, Kind)) { in CheckCStyleCast()
2298 if (Self.CheckVectorCast(OpRange, SrcType, DestType, Kind)) in CheckCStyleCast()
H A DSemaExpr.cpp5237 bool Sema::CheckVectorCast(SourceRange R, QualType VectorTy, QualType Ty, in CheckVectorCast() function in Sema
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h8161 bool CheckVectorCast(SourceRange R, QualType VectorTy, QualType Ty,