Searched refs:classifyComplexElementType (Results 1 – 2 of 2) sorted by relevance
570 PrimType SourceElemT = classifyComplexElementType(SubExpr->getType()); in VisitCastExpr()983 PrimType ResultElemT = this->classifyComplexElementType(E->getType()); in VisitComplexBinOp()1100 return this->emitArrayElemPop(classifyComplexElementType(E->getType()), in VisitComplexBinOp()5065 PrimType ElemT = classifyComplexElementType(SubExpr->getType()); in VisitComplexUnaryOperator()5355 return this->emitArrayElemPop(classifyComplexElementType(SubExpr->getType()), in emitComplexReal()5362 PrimType ElemT = classifyComplexElementType(E->getType()); in emitComplexBoolCast()5417 ElemT = classifyComplexElementType(LHS->getType()); in emitComplexComparison()5438 ElemT = classifyComplexElementType(RHS->getType()); in emitComplexComparison()
337 PrimType classifyComplexElementType(QualType T) const { in classifyComplexElementType() function