Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp230 if ((DeclRef1->getType()->hasFloatingRepresentation()) && in checkComparisonOp()
231 (DeclRef2->getType()->hasFloatingRepresentation())) { in checkComparisonOp()
244 } else if (LHS->getType()->hasFloatingRepresentation()) { in checkComparisonOp()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCanonicalType.h307 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasFloatingRepresentation)
H A DType.h2367 bool hasFloatingRepresentation() const;
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp4168 !E->isLValue() && ExprTy->hasFloatingRepresentation()) in ActOnParenExpr()
12286 if (LHSType->hasFloatingRepresentation() || in diagnoseTautologicalComparison()
12512 if (OtherTy->hasFloatingRepresentation()) { in checkArithmeticOrEnumeralThreeWayCompare()
12587 if (Type->hasFloatingRepresentation()) in checkArithmeticOrEnumeralCompare()
13217 if (LHSType->hasFloatingRepresentation()) { in CheckVectorCompareOperands()
13218 assert(RHS.get()->getType()->hasFloatingRepresentation()); in CheckVectorCompareOperands()
13251 if (LHSType->hasFloatingRepresentation()) { in CheckSizelessVectorCompareOperands()
13252 assert(RHS.get()->getType()->hasFloatingRepresentation()); in CheckSizelessVectorCompareOperands()
13402 vType->hasFloatingRepresentation()) in CheckVectorLogicalOperands()
13554 if (LHS.get()->getType()->hasFloatingRepresentation() || in CheckBitwiseOperands()
[all …]
H A DSemaDeclAttr.cpp4223 if (FirstType->hasFloatingRepresentation() || FirstType->isVectorType()) { in handleTransparentUnionAttr()
H A DSemaChecking.cpp7789 if (!ArgTy->hasFloatingRepresentation()) in SemaBuiltinArithmeticFence()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprAgg.cpp1011 if (ArgTy->hasFloatingRepresentation()) in EmitCompare()
H A DTargetInfo.cpp8278 (RetTy->isVectorType() && !RetTy->hasFloatingRepresentation())) { in classifyReturnType()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp2154 bool Type::hasFloatingRepresentation() const { in hasFloatingRepresentation() function in Type
H A DASTContext.cpp4009 (EltTy->hasFloatingRepresentation() && !EltTy->isBFloat16Type() && \ in getScalableVectorType()
4011 (EltTy->hasFloatingRepresentation() && EltTy->isBFloat16Type() && \ in getScalableVectorType()
4027 (EltTy->hasFloatingRepresentation() && IsFP)) && \ in getScalableVectorType()