reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/Type.h
 1969   bool isComplexType() const;      // C99 6.2.5p11 (complex)

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h
  256     if (Ty->isComplexType() || Ty->isComplexIntegerType())
tools/clang/lib/AST/ASTContext.cpp
 5708   if (Domain->isComplexType()) {
tools/clang/lib/AST/ExprConstant.cpp
13081     if (E->getType()->isComplexType()) {
tools/clang/lib/CodeGen/TargetInfo.cpp
 7048   if (Ty->isComplexType())
 9541   if (IsFixed && Ty->isComplexType() && FLen && ArgFPRsLeft >= 2) {
tools/clang/lib/Sema/SemaCast.cpp
 2569   if (SrcType->isComplexType() && DestType->isComplexType())
 2569   if (SrcType->isComplexType() && DestType->isComplexType())
tools/clang/lib/Sema/SemaDeclAttr.cpp
 3981   if (!OldElemTy->getAs<BuiltinType>() && !OldElemTy->isComplexType() &&
 3988     if (!OldElemTy->isComplexType())
tools/clang/lib/Sema/SemaExpr.cpp
  955   if (IntTy->isComplexType() || IntTy->isRealFloatingType()) return true;
 1392   if (LHSType->isComplexType() || RHSType->isComplexType())
 1392   if (LHSType->isComplexType() || RHSType->isComplexType())
13547     if (resultType->isComplexType() || resultType->isComplexIntegerType())
tools/clang/tools/extra/clangd/ExpectedTypes.cpp
   32   if (T->isFloatingType() && !T->isComplexType())
tools/lldb/source/Symbol/ClangASTContext.cpp
 3101               if (field_qual_type->isComplexType())
 4307     if (qual_type->isComplexType())
 5220     if (qual_type->isComplexType())
 5405     if (qual_type->isComplexType())