Home
last modified time | relevance | path

Searched refs:classifyComplexElementType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp570 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()
H A DCompiler.h337 PrimType classifyComplexElementType(QualType T) const { in classifyComplexElementType() function