Home
last modified time | relevance | path

Searched refs:hasFloatingRepresentation (Results 1 – 16 of 16) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DIdenticalExprChecker.cpp231 if ((DeclRef1->getType()->hasFloatingRepresentation()) && in checkComparisonOp()
232 (DeclRef2->getType()->hasFloatingRepresentation())) { in checkComparisonOp()
245 } else if (LHS->getType()->hasFloatingRepresentation()) { in checkComparisonOp()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DIdenticalExprChecker.cpp230 if ((DeclRef1->getType()->hasFloatingRepresentation()) && in checkComparisonOp()
231 (DeclRef2->getType()->hasFloatingRepresentation())) { in checkComparisonOp()
244 } else if (LHS->getType()->hasFloatingRepresentation()) { in checkComparisonOp()
/external/clang/include/clang/AST/
DCanonicalType.h291 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasFloatingRepresentation)
DType.h1828 bool hasFloatingRepresentation() const;
/external/llvm-project/clang/include/clang/AST/
DCanonicalType.h307 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasFloatingRepresentation)
DType.h2219 bool hasFloatingRepresentation() const;
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp11224 if (LHSType->hasFloatingRepresentation() || in diagnoseTautologicalComparison()
11450 if (OtherTy->hasFloatingRepresentation()) { in checkArithmeticOrEnumeralThreeWayCompare()
11525 if (Type->hasFloatingRepresentation() && BinaryOperator::isEqualityOp(Opc)) in checkArithmeticOrEnumeralCompare()
12082 LHSType->hasFloatingRepresentation()) { in CheckVectorCompareOperands()
12083 assert(RHS.get()->getType()->hasFloatingRepresentation()); in CheckVectorCompareOperands()
12215 !getLangOpts().OpenCLCPlusPlus && vType->hasFloatingRepresentation()) in CheckVectorLogicalOperands()
12325 if (LHS.get()->getType()->hasFloatingRepresentation() || in CheckBitwiseOperands()
12326 RHS.get()->getType()->hasFloatingRepresentation()) in CheckBitwiseOperands()
DSemaDeclAttr.cpp3646 if (FirstType->hasFloatingRepresentation() || FirstType->isVectorType()) { in handleTransparentUnionAttr()
/external/llvm-project/clang/lib/CodeGen/
DCGExprAgg.cpp985 if (ArgTy->hasFloatingRepresentation()) in EmitCompare()
DTargetInfo.cpp7900 (RetTy->isVectorType() && !RetTy->hasFloatingRepresentation())) { in classifyReturnType()
/external/clang/lib/Sema/
DSemaExpr.cpp9063 if (!LHSType->hasFloatingRepresentation() && in CheckCompareOperands()
9154 if (LHSType->hasFloatingRepresentation()) in CheckCompareOperands()
9484 if (!LHSType->hasFloatingRepresentation() && in CheckVectorCompareOperands()
9499 if (!IsRelational && LHSType->hasFloatingRepresentation()) { in CheckVectorCompareOperands()
9500 assert (RHS.get()->getType()->hasFloatingRepresentation()); in CheckVectorCompareOperands()
9518 vType->hasFloatingRepresentation()) in CheckVectorLogicalOperands()
DSemaDeclAttr.cpp3039 if (FirstType->hasFloatingRepresentation() || FirstType->isVectorType()) { in handleTransparentUnionAttr()
/external/clang/lib/AST/
DType.cpp1792 bool Type::hasFloatingRepresentation() const { in hasFloatingRepresentation() function in Type
/external/llvm-project/clang/lib/AST/
DType.cpp2102 bool Type::hasFloatingRepresentation() const { in hasFloatingRepresentation() function in Type
DASTContext.cpp3822 (EltTy->hasFloatingRepresentation() && !EltTy->isBFloat16Type() && \ in getScalableVectorType()
3824 (EltTy->hasFloatingRepresentation() && EltTy->isBFloat16Type() && \ in getScalableVectorType()
/external/clang/lib/CodeGen/
DTargetInfo.cpp6444 (RetTy->isVectorType() && !RetTy->hasFloatingRepresentation())) { in classifyReturnType()