Searched refs:hasFloatingRepresentation (Results 1 – 8 of 8) sorted by relevance
231 if ((DeclRef1->getType()->hasFloatingRepresentation()) && in checkComparisonOp()232 (DeclRef2->getType()->hasFloatingRepresentation())) { in checkComparisonOp()245 } else if (LHS->getType()->hasFloatingRepresentation()) { in checkComparisonOp()
306 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasFloatingRepresentation)
2134 bool hasFloatingRepresentation() const;
9964 if (LHSType->hasFloatingRepresentation() || in diagnoseTautologicalComparison()10166 if (OtherTy->hasFloatingRepresentation()) { in checkArithmeticOrEnumeralThreeWayCompare()10214 if (CT->getElementType()->hasFloatingRepresentation()) in checkArithmeticOrEnumeralThreeWayCompare()10220 if (Type->hasFloatingRepresentation()) in checkArithmeticOrEnumeralThreeWayCompare()10249 if (Type->hasFloatingRepresentation() && BinaryOperator::isEqualityOp(Opc)) in checkArithmeticOrEnumeralCompare()10764 LHSType->hasFloatingRepresentation()) { in CheckVectorCompareOperands()10765 assert(RHS.get()->getType()->hasFloatingRepresentation()); in CheckVectorCompareOperands()10783 vType->hasFloatingRepresentation()) in CheckVectorLogicalOperands()
3514 if (FirstType->hasFloatingRepresentation() || FirstType->isVectorType()) { in handleTransparentUnionAttr()
932 if (ArgTy->hasFloatingRepresentation()) in EmitCompare()
7092 (RetTy->isVectorType() && !RetTy->hasFloatingRepresentation())) { in classifyReturnType()
1930 bool Type::hasFloatingRepresentation() const { in hasFloatingRepresentation() function in Type