Searched defs:ComplexTy (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGCleanup.cpp | 52 llvm::Type *ComplexTy = save() local |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaExpr.cpp | 1110 handleIntegerToComplexFloatConversion(Sema & S,ExprResult & IntExpr,ExprResult & ComplexExpr,QualType IntTy,QualType ComplexTy,bool SkipCast) handleIntegerToComplexFloatConversion() argument |
H A D | SemaOpenMP.cpp | 19818 if (auto *ComplexTy = OrigType->getAs<ComplexType>()) actOnOMPReductionKindClause() local |