Searched refs:getFloatingTypeOrder (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SMTConv.h | 795 int order = Ctx.getFloatingTypeOrder(LTy, RTy); in doFloatTypeConversion()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 3099 int getFloatingTypeOrder(QualType LHS, QualType RHS) const;
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 793 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 D | SemaHLSL.cpp | 888 SemaRef.getASTContext().getFloatingTypeOrder(LElTy, RElTy) > 0) in handleFloatVectorBinOpConversion()
|
| H A D | SemaChecking.cpp | 8181 S.Context.getFloatingTypeOrder(From, To) < 0; in isArithmeticArgumentPromotion()
|
| H A D | SemaOverload.cpp | 436 Ctx.getFloatingTypeOrder(FromType, ToType) == 1) { in getNarrowingKind()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 8069 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 D | DemangleTestCases.inc | 8900 …text20getFloatingTypeOrderENS_8QualTypeES1_", "clang::ASTContext::getFloatingTypeOrder(clang::Qual…
|