Searched refs:getFloatingTypeOrder (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | SMTConv.h | 754 int order = Ctx.getFloatingTypeOrder(LTy, RTy); in doFloatTypeConversion()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 2667 int getFloatingTypeOrder(QualType LHS, QualType RHS) const;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 1090 int Order = S.Context.getFloatingTypeOrder(LHSType, RHSType); in handleComplexFloatConversion() 1173 int order = S.Context.getFloatingTypeOrder(LHSType, RHSType); in handleFloatConversion() 1209 S.Context.getFloatingTypeOrder(LHSType, RHSType) == 0) in unsupportedTypeConversion() 9817 S.Context.getFloatingTypeOrder(vectorEltTy, scalarTy) < 0) { in tryVectorConvertAndSplat() 9997 int Order = S.Context.getFloatingTypeOrder(VectorEltTy, ScalarTy); in tryGCCVectorConvertAndSplat()
|
| H A D | SemaOverload.cpp | 388 Ctx.getFloatingTypeOrder(FromType, ToType) == 1) { in getNarrowingKind()
|
| H A D | SemaChecking.cpp | 9033 S.Context.getFloatingTypeOrder(From, To) < 0; in isArithmeticArgumentPromotion()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 6299 int ASTContext::getFloatingTypeOrder(QualType LHS, QualType RHS) const { in getFloatingTypeOrder() function in ASTContext 6313 return getFloatingTypeOrder(LHS, RHS); in getFloatingTypeSemanticOrder()
|