Searched refs:isComplexType (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCanonicalType.h264 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isComplexType)
H A DType.h1506 /// isComplexType() does *not* include complex integers (a GCC extension).
1508 bool isComplexType() const; // C99 6.2.5p11 (complex)
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp2061 if (SrcType->isComplexType() && DestType->isComplexType())
H A DSemaExpr.cpp851 if (IntTy->isComplexType() || IntTy->isRealFloatingType()) return true;
953 bool LHSComplexFloat = LHSType->isComplexType();
954 bool RHSComplexFloat = RHSType->isComplexType();
1203 if (LHSType->isComplexType() || RHSType->isComplexType())
9189 if (resultType->isComplexType() || resultType->isComplexIntegerType())
H A DSemaDeclAttr.cpp3627 if (!OldTy->getAs<BuiltinType>() && !OldTy->isComplexType())
3633 if (!OldTy->isComplexType())
H A DSemaOverload.cpp1594 } else if (FromType->isAnyComplexType() && ToType->isComplexType()) {
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTType.cpp1390 if (qual_type->isComplexType())
1822 if (qual_type->isComplexType())
1962 if (qual_type->isComplexType())
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp410 bool Type::isComplexType() const { function in class:Type
H A DExprConstant.cpp4894 else if (ArgTy->isComplexType())
6858 if (E->getType()->isComplexType()) {
H A DASTContext.cpp4204 if (Domain->isComplexType()) {
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp4640 if (Ty->isComplexType())

Completed in 347 milliseconds