Home
last modified time | relevance | path

Searched defs:ComplexTy (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp1679 if (const auto *ComplexTy = E->getType()->getAs<ComplexType>()) { in VisitImplicitValueInitExpr() local
1928 if (const auto *ComplexTy = QT->getAs<ComplexType>()) { in visitInitList() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1123 QualType ComplexTy, in handleComplexIntegerToFloatConversion()
H A DSemaOpenMP.cpp19275 if (auto *ComplexTy = OrigType->getAs<ComplexType>()) in actOnOMPReductionKindClause() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7479 const ComplexType *ComplexTy = Ty->castAs<ComplexType>(); in visitComplex() local