Searched refs:getFloatingTypeOrder (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SMTConv.h | 754 int order = Ctx.getFloatingTypeOrder(LTy, RTy); in doFloatTypeConversion()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ASTContext.h | 2616 int getFloatingTypeOrder(QualType LHS, QualType RHS) const;
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 1075 int Order = S.Context.getFloatingTypeOrder(LHSType, RHSType); in handleComplexFloatConversion() 1158 int order = S.Context.getFloatingTypeOrder(LHSType, RHSType); in handleFloatConversion() 1194 S.Context.getFloatingTypeOrder(LHSType, RHSType) == 0) in unsupportedTypeConversion() 9753 S.Context.getFloatingTypeOrder(vectorEltTy, scalarTy) < 0) { in tryVectorConvertAndSplat() 9933 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 | 8761 S.Context.getFloatingTypeOrder(From, To) < 0; in isArithmeticArgumentPromotion()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ASTContext.cpp | 6280 int ASTContext::getFloatingTypeOrder(QualType LHS, QualType RHS) const { in getFloatingTypeOrder() function in ASTContext 6294 return getFloatingTypeOrder(LHS, RHS); in getFloatingTypeSemanticOrder()
|