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

  /external/clang/lib/CodeGen/
CGExprScalar.cpp 543 QualType DstType) {
545 DstType = CGF.getContext().getCanonicalType(DstType);
546 if (SrcType == DstType) return Src;
548 if (DstType->isVoidType()) return 0;
561 if (DstType->isBooleanType())
564 llvm::Type *DstTy = ConvertType(DstType);
596 if (DstType->isExtVectorType() && !SrcType->isVectorType()) {
598 QualType EltTy = DstType->getAs<ExtVectorType>()->getElementType();
624 if (DstType->isHalfType()
    [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 556 milliseconds