Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h778 int order = Ctx.getFloatingTypeOrder(LTy, RTy); in doFloatTypeConversion()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2895 int getFloatingTypeOrder(QualType LHS, QualType RHS) const;
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp802 if (Context.getFloatingTypeOrder(Context.DoubleTy, Ty) > 0) in UsualUnaryConversions()
811 if (Context.getFloatingTypeOrder(Context.LongDoubleTy, Ty) > 0) in UsualUnaryConversions()
1156 int Order = S.Context.getFloatingTypeOrder(LHSType, RHSType); in handleComplexConversion()
1219 int order = S.Context.getFloatingTypeOrder(LHSType, RHSType); in handleFloatConversion()
9842 S.Context.getFloatingTypeOrder(vectorEltTy, scalarTy) < 0) { in tryVectorConvertAndSplat()
10030 int Order = S.Context.getFloatingTypeOrder(VectorEltTy, ScalarTy); in tryGCCVectorConvertAndSplat()
H A DSemaChecking.cpp7220 S.Context.getFloatingTypeOrder(From, To) < 0; in isArithmeticArgumentPromotion()
H A DSemaOverload.cpp439 Ctx.getFloatingTypeOrder(FromType, ToType) == 1) { in getNarrowingKind()
/src/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp7473 int ASTContext::getFloatingTypeOrder(QualType LHS, QualType RHS) const { in getFloatingTypeOrder() function in ASTContext
7487 return getFloatingTypeOrder(LHS, RHS); in getFloatingTypeSemanticOrder()