HomeSort by relevance Sort by last modified time
    Searched refs:DstType (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/CodeGen/
CGExprScalar.cpp 548 QualType DstType) {
550 DstType = CGF.getContext().getCanonicalType(DstType);
551 if (SrcType == DstType) return Src;
553 if (DstType->isVoidType()) return 0;
566 if (DstType->isBooleanType())
569 llvm::Type *DstTy = ConvertType(DstType);
601 if (DstType->isExtVectorType() && !SrcType->isVectorType()) {
603 QualType EltTy = DstType->getAs<ExtVectorType>()->getElementType();
632 if (DstType->isHalfType()
    [all...]
CGObjC.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 361 milliseconds