Searched refs:isAnyComplexType (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprComplex.cpp200 assert(E->getType()->isAnyComplexType() && "Expected complex type!");
206 assert(E->getType()->isAnyComplexType() && "Expected complex type!");
651 assert(OpInfo.Ty->isAnyComplexType());
659 if (LHSTy->isAnyComplexType()) {
671 if (LHSTy->isAnyComplexType()) {
H A DTargetInfo.cpp640 Ty->isAnyComplexType() || Ty->isEnumeralType() ||
721 if (!IsSmallStructInRegABI && !RetTy->isAnyComplexType())
2896 if (Ty->isAnyComplexType())
2915 if (RetTy->isAnyComplexType())
3580 if (RetTy->isAnyComplexType())
4347 return Ty->isAnyComplexType() || isAggregateTypeForABI(Ty);
4878 if (RetTy->isAnyComplexType())
H A DCGExprScalar.cpp1929 if (Op->getType()->isAnyComplexType()) {
1946 if (Op->getType()->isAnyComplexType()) {
1990 if (E->getComputationResultType()->isAnyComplexType())
2693 } else if (!LHSTy->isAnyComplexType()) {
3271 assert(SrcTy->isAnyComplexType() && hasScalarEvaluationKind(DstTy) &&
H A DCGExpr.cpp94 if (!E->getType()->isAnyComplexType())
785 if (!E->getType()->isAnyComplexType())
1879 assert(E->getSubExpr()->getType()->isAnyComplexType());
1891 if (E->getType()->isAnyComplexType())
H A DCGExprAgg.cpp1373 assert(!Ty->isAnyComplexType() && "Shouldn't happen for complex");
H A DCGCall.cpp2236 } else if (Ty->isAnyComplexType()) {
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp589 T->isAnyComplexType())) {
764 if (Ex->getType()->isAnyComplexType()) {
781 if (Ex->getType()->isAnyComplexType()) {
H A DRegionStore.cpp1299 if (RTy->isAnyComplexType())
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCanonicalType.h265 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isAnyComplexType)
H A DType.h1511 bool isAnyComplexType() const; // C99 6.2.5p11 (complex) + Complex Int.
4910 inline bool Type::isAnyComplexType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp127 } else if (Type->isAnyComplexType()) {
2139 } else if (ObjType->isAnyComplexType()) {
2328 (ObjType->isArrayType() || ObjType->isAnyComplexType())) {
2334 if (ObjType->isAnyComplexType())
4513 if (E->getSubExpr()->getType()->isAnyComplexType())
4519 assert(E->getSubExpr()->getType()->isAnyComplexType() &&
5903 } else if (ArgType->isFloatingType() || ArgType->isAnyComplexType()) {
6553 if (LHSTy->isAnyComplexType()) {
6554 assert(RHSTy->isAnyComplexType() && "Invalid comparison");
7210 if (E->getSubExpr()->getType()->isAnyComplexType()) {
[all...]
H A DType.cpp1166 BaseTy->isAnyComplexType())
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp1592 } else if (FromType->isAnyComplexType() && ToType->isAnyComplexType()) {
1596 } else if ((FromType->isAnyComplexType() && ToType->isArithmeticType()) ||
1597 (ToType->isAnyComplexType() && FromType->isArithmeticType())) {
H A DSemaInit.cpp767 if (DeclType->isAnyComplexType() && SubobjectIsDesignatorContext) {
3326 !DestType->isAnyComplexType() && InitList->getNumInits() > 1) {
H A DSemaExpr.cpp8573 } else if (ResType->isAnyComplexType()) {
9687 if (Opc == UO_Real || Input.get()->getType()->isAnyComplexType()) {

Completed in 502 milliseconds