Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.h285 std::optional<PrimType> classifyComplexElementType(QualType T) const { in classifyComplexElementType() function
H A DByteCodeExprGen.cpp235 classifyComplexElementType(SubExpr->getType()); in VisitCastExpr()
604 PrimType LHSElemT = *this->classifyComplexElementType(LHS->getType()); in VisitComplexBinOp()
605 PrimType RHSElemT = *this->classifyComplexElementType(RHS->getType()); in VisitComplexBinOp()
2995 return this->emitLoadPop(*classifyComplexElementType(SubExpr->getType()), in emitComplexReal()