Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSMTConv.h754 int order = Ctx.getFloatingTypeOrder(LTy, RTy); in doFloatTypeConversion()
/external/clang/include/clang/AST/
DASTContext.h2190 int getFloatingTypeOrder(QualType LHS, QualType RHS) const;
/external/llvm-project/clang/include/clang/AST/
DASTContext.h2575 int getFloatingTypeOrder(QualType LHS, QualType RHS) const;
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp1078 int Order = S.Context.getFloatingTypeOrder(LHSType, RHSType); in handleComplexFloatConversion()
1161 int order = S.Context.getFloatingTypeOrder(LHSType, RHSType); in handleFloatConversion()
1197 S.Context.getFloatingTypeOrder(LHSType, RHSType) == 0) in unsupportedTypeConversion()
9653 S.Context.getFloatingTypeOrder(vectorEltTy, scalarTy) < 0) { in tryVectorConvertAndSplat()
9833 int Order = S.Context.getFloatingTypeOrder(VectorEltTy, ScalarTy); in tryGCCVectorConvertAndSplat()
DSemaOverload.cpp388 Ctx.getFloatingTypeOrder(FromType, ToType) == 1) { in getNarrowingKind()
DSemaChecking.cpp8558 S.Context.getFloatingTypeOrder(From, To) < 0; in isArithmeticArgumentPromotion()
/external/clang/lib/Sema/
DSemaExpr.cpp1054 int Order = S.Context.getFloatingTypeOrder(LHSType, RHSType); in handleComplexFloatConversion()
1126 int order = S.Context.getFloatingTypeOrder(LHSType, RHSType); in handleFloatConversion()
1162 S.Context.getFloatingTypeOrder(LHSType, RHSType) == 0) in unsupportedTypeConversion()
7849 S.Context.getFloatingTypeOrder(vectorEltTy, scalarTy) < 0) in tryVectorConvertAndSplat()
DSemaOverload.cpp357 Ctx.getFloatingTypeOrder(FromType, ToType) == 1) { in getNarrowingKind()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp698 if (CGF.getContext().getFloatingTypeOrder(OrigSrcType, DstType) != 1) in EmitFloatConversionCheck()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp6211 int ASTContext::getFloatingTypeOrder(QualType LHS, QualType RHS) const { in getFloatingTypeOrder() function in ASTContext
6225 return getFloatingTypeOrder(LHS, RHS); in getFloatingTypeSemanticOrder()
/external/clang/lib/AST/
DASTContext.cpp4675 int ASTContext::getFloatingTypeOrder(QualType LHS, QualType RHS) const { in getFloatingTypeOrder() function in ASTContext