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

Declarations

tools/clang/include/clang/AST/Type.h
 1970   bool isAnyComplexType() const;   // C99 6.2.5p11 (complex) + Complex Int.

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
  309            T->isAnyComplexType() || T->isVectorType();
tools/clang/lib/AST/ExprConstant.cpp
  218       } else if (Type->isAnyComplexType()) {
 3206     if (I == N || (I == N - 1 && ObjType->isAnyComplexType())) {
 3284     } else if (ObjType->isAnyComplexType()) {
 3457         (ObjType->isArrayType() || ObjType->isAnyComplexType())) {
 3463       if (ObjType->isAnyComplexType())
 7618   if (E->getSubExpr()->getType()->isAnyComplexType())
 7624   assert(E->getSubExpr()->getType()->isAnyComplexType() &&
10154       ArgType->isAnyComplexType() || ArgType->isPointerType() ||
10285     } else if (BaseType->isAnyComplexType()) {
11486   if (LHSTy->isAnyComplexType() || RHSTy->isAnyComplexType()) {
11486   if (LHSTy->isAnyComplexType() || RHSTy->isAnyComplexType()) {
12231   if (E->getSubExpr()->getType()->isAnyComplexType()) {
12515   if (E->getSubExpr()->getType()->isAnyComplexType()) {
12527   if (E->getSubExpr()->getType()->isAnyComplexType()) {
12636   assert(E->isRValue() && E->getType()->isAnyComplexType());
13298   } else if (T->isAnyComplexType()) {
tools/clang/lib/AST/Type.cpp
 2412       BaseTy->isAnyComplexType())
tools/clang/lib/CodeGen/CGExpr.cpp
  173   if (!E->getType()->isAnyComplexType())
 1261     if (!Ty->isAnyComplexType())
 2736     if (E->getType()->isAnyComplexType())
tools/clang/lib/CodeGen/CGExprAgg.cpp
  990       !ArgTy->isMemberPointerType() && !ArgTy->isAnyComplexType()) {
  993   bool IsComplex = ArgTy->isAnyComplexType();
 1917   assert(!Ty->isAnyComplexType() && "Shouldn't happen for complex");
tools/clang/lib/CodeGen/CGExprComplex.cpp
  233     assert(E->getType()->isAnyComplexType() && "Expected complex type!");
  239     assert(E->getType()->isAnyComplexType() && "Expected complex type!");
  919   if (LHSTy->isAnyComplexType()) {
  939   if (LHSTy->isAnyComplexType()) {
tools/clang/lib/CodeGen/CGExprScalar.cpp
 2770   if (Op->getType()->isAnyComplexType()) {
 2787   if (Op->getType()->isAnyComplexType()) {
 2831   if (E->getComputationResultType()->isAnyComplexType())
 3740   } else if (!LHSTy->isAnyComplexType() && !RHSTy->isAnyComplexType()) {
 3740   } else if (!LHSTy->isAnyComplexType() && !RHSTy->isAnyComplexType()) {
 4464   assert(SrcTy->isAnyComplexType() && hasScalarEvaluationKind(DstTy) &&
tools/clang/lib/CodeGen/TargetInfo.cpp
 1258       Ty->isAnyComplexType() || Ty->isEnumeralType() ||
 1426     if (!IsRetSmallStructInRegABI && !RetTy->isAnyComplexType())
 3990   if (RT || Ty->isAnyComplexType() || Ty->isMemberPointerType()) {
 4735   if (Ty->isAnyComplexType())
 4807   if (RetTy->isAnyComplexType())
 6114     if (RetTy->isAnyComplexType())
 6606   return (Ty->isAnyComplexType() ||
 7204       if (RetTy->isAnyComplexType())
 8135   if (Ty->isAnyComplexType()) {
 8580   if (RetTy->isAnyComplexType())
tools/clang/lib/Sema/SemaChecking.cpp
 8964   if (T->isAnyComplexType())
 9074   if (S.getLangOpts().CPlusPlus && !ArgType->isAnyComplexType()) {
tools/clang/lib/Sema/SemaExpr.cpp
10606   if (Type->isAnyComplexType() && BinaryOperator::isRelationalOp(Opc))
12157   } else if (ResType->isAnyComplexType()) {
13626     if (Opc == UO_Real || Input.get()->getType()->isAnyComplexType()) {
tools/clang/lib/Sema/SemaExprCXX.cpp
 4605            T->isAnyComplexType();
tools/clang/lib/Sema/SemaInit.cpp
 1253   if (DeclType->isAnyComplexType() && SubobjectIsDesignatorContext) {
 4277       !DestType->isAnyComplexType() && InitList->getNumInits() > 1) {
tools/clang/lib/Sema/SemaOpenMP.cpp
13415         if (Type->isScalarType() || Type->isAnyComplexType())
13420         if (Type->isScalarType() || Type->isAnyComplexType()) {
13442         if (Init && OrigType->isAnyComplexType()) {
tools/clang/lib/Sema/SemaOverload.cpp
 1806   } else if (FromType->isAnyComplexType() && ToType->isAnyComplexType()) {
 1806   } else if (FromType->isAnyComplexType() && ToType->isAnyComplexType()) {
 1810   } else if ((FromType->isAnyComplexType() && ToType->isArithmeticType()) ||
 1811              (ToType->isAnyComplexType() && FromType->isArithmeticType())) {
tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
  744        T->isAnyComplexType())) {
  947       if (Ex->getType()->isAnyComplexType()) {
  964       if (Ex->getType()->isAnyComplexType()) {
tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
 1491   if (RTy->isAnyComplexType())
tools/clang/lib/StaticAnalyzer/Core/SValBuilder.cpp
   60       type->isAnyComplexType())