Searched refs:classifyComplexElementType (Results 1 – 2 of 2) sorted by relevance
602 PrimType SourceElemT = classifyComplexElementType(SubExpr->getType()); in VisitCastExpr()1141 PrimType ResultElemT = this->classifyComplexElementType(E->getType()); in VisitComplexBinOp()1258 return this->emitArrayElemPop(classifyComplexElementType(E->getType()), in VisitComplexBinOp()6345 PrimType ElemT = classifyComplexElementType(SubExpr->getType()); in VisitComplexUnaryOperator()6773 return this->emitArrayElemPop(classifyComplexElementType(SubExpr->getType()), in emitComplexReal()6780 PrimType ElemT = classifyComplexElementType(E->getType()); in emitComplexBoolCast()6835 ElemT = classifyComplexElementType(LHS->getType()); in emitComplexComparison()6855 ElemT = classifyComplexElementType(RHS->getType()); in emitComplexComparison()
374 PrimType classifyComplexElementType(QualType T) const { in classifyComplexElementType() function