Home
last modified time | relevance | path

Searched refs:getFloatingTypeOrder (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h738 int order = Ctx.getFloatingTypeOrder(LTy, RTy); in doFloatTypeConversion()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h2489 int getFloatingTypeOrder(QualType LHS, QualType RHS) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp989 int Order = S.Context.getFloatingTypeOrder(LHSType, RHSType); in handleComplexFloatConversion()
1061 int order = S.Context.getFloatingTypeOrder(LHSType, RHSType); in handleFloatConversion()
1097 S.Context.getFloatingTypeOrder(LHSType, RHSType) == 0) in unsupportedTypeConversion()
8468 S.Context.getFloatingTypeOrder(vectorEltTy, scalarTy) < 0) { in tryVectorConvertAndSplat()
8636 int Order = S.Context.getFloatingTypeOrder(VectorEltTy, ScalarTy); in tryGCCVectorConvertAndSplat()
H A DSemaOverload.cpp372 Ctx.getFloatingTypeOrder(FromType, ToType) == 1) { in getNarrowingKind()
H A DSemaChecking.cpp7793 S.Context.getFloatingTypeOrder(From, To) < 0; in isArithmeticArgumentPromotion()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp933 if (CGF.getContext().getFloatingTypeOrder(OrigSrcType, DstType) != 1) in EmitFloatConversionCheck()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp5601 int ASTContext::getFloatingTypeOrder(QualType LHS, QualType RHS) const { in getFloatingTypeOrder() function in ASTContext