HomeSort by: relevance | last modified time | path
    Searched refs:CheckVectorCast (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCast.cpp 2966 } else if (Self.CheckVectorCast(OpRange, DestType, SrcType, Kind)) {
2973 if (Self.CheckVectorCast(OpRange, SrcType, DestType, Kind))
SemaExpr.cpp 7449 bool Sema::CheckVectorCast(SourceRange R, QualType VectorTy, QualType Ty,
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 11712 // CheckVectorCast - check type constraints for vectors.
11716 bool CheckVectorCast(SourceRange R, QualType VectorTy, QualType Ty,

Completed in 38 milliseconds