Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaCast.cpp2238 } else if (Self.CheckVectorCast(OpRange, DestType, SrcType, Kind)) { in CheckCStyleCast()
2245 if (Self.CheckVectorCast(OpRange, SrcType, DestType, Kind)) in CheckCStyleCast()
HDSemaExpr.cpp5023 bool Sema::CheckVectorCast(SourceRange R, QualType VectorTy, QualType Ty, in CheckVectorCast() function in Sema
/trueos/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h7494 bool CheckVectorCast(SourceRange R, QualType VectorTy, QualType Ty,