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

Declarations

tools/clang/include/clang/AST/Type.h
 2012   bool isComplexIntegerType() const;            // GCC _Complex integer type.

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h
  256     if (Ty->isComplexType() || Ty->isComplexIntegerType())
tools/clang/lib/AST/ExprConstant.cpp
12244   if (E->getSubExpr()->getType()->isComplexIntegerType()) {
tools/clang/lib/CodeGen/CGDebugInfo.cpp
  823   if (Ty->isComplexIntegerType())
tools/clang/lib/Sema/SemaCast.cpp
 2571   if (SrcType->isComplexIntegerType() && DestType->isComplexIntegerType())
 2571   if (SrcType->isComplexIntegerType() && DestType->isComplexIntegerType())
tools/clang/lib/Sema/SemaExpr.cpp
  963     assert(IntTy->isComplexIntegerType());
 1041   assert(IntTy->isComplexIntegerType());
 1402   if (LHSType->isComplexIntegerType() || RHSType->isComplexIntegerType())
 1402   if (LHSType->isComplexIntegerType() || RHSType->isComplexIntegerType())
13547     if (resultType->isComplexType() || resultType->isComplexIntegerType())