Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h795 int order = Ctx.getFloatingTypeOrder(LTy, RTy); in doFloatTypeConversion()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3099 int getFloatingTypeOrder(QualType LHS, QualType RHS) const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp793 if (Context.getFloatingTypeOrder(Context.DoubleTy, Ty) > 0) in UsualUnaryFPConversions()
802 if (Context.getFloatingTypeOrder(Context.LongDoubleTy, Ty) > 0) in UsualUnaryFPConversions()
1183 int Order = S.Context.getFloatingTypeOrder(LHSType, RHSType); in handleComplexConversion()
1246 int order = S.Context.getFloatingTypeOrder(LHSType, RHSType); in handleFloatConversion()
10034 S.Context.getFloatingTypeOrder(vectorEltTy, scalarTy) < 0) { in tryVectorConvertAndSplat()
10228 int Order = S.Context.getFloatingTypeOrder(VectorEltTy, ScalarTy); in tryGCCVectorConvertAndSplat()
H A DSemaHLSL.cpp888 SemaRef.getASTContext().getFloatingTypeOrder(LElTy, RElTy) > 0) in handleFloatVectorBinOpConversion()
H A DSemaChecking.cpp8181 S.Context.getFloatingTypeOrder(From, To) < 0; in isArithmeticArgumentPromotion()
H A DSemaOverload.cpp436 Ctx.getFloatingTypeOrder(FromType, ToType) == 1) { in getNarrowingKind()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp8069 int ASTContext::getFloatingTypeOrder(QualType LHS, QualType RHS) const { in getFloatingTypeOrder() function in ASTContext
8083 return getFloatingTypeOrder(LHS, RHS); in getFloatingTypeSemanticOrder()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc8900 …text20getFloatingTypeOrderENS_8QualTypeES1_", "clang::ASTContext::getFloatingTypeOrder(clang::Qual…