Home
last modified time | relevance | path

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 DSMTConv.h754 int order = Ctx.getFloatingTypeOrder(LTy, RTy); in doFloatTypeConversion()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2616 int getFloatingTypeOrder(QualType LHS, QualType RHS) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp1075 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 DSemaOverload.cpp388 Ctx.getFloatingTypeOrder(FromType, ToType) == 1) { in getNarrowingKind()
H A DSemaChecking.cpp8761 S.Context.getFloatingTypeOrder(From, To) < 0; in isArithmeticArgumentPromotion()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp6280 int ASTContext::getFloatingTypeOrder(QualType LHS, QualType RHS) const { in getFloatingTypeOrder() function in ASTContext
6294 return getFloatingTypeOrder(LHS, RHS); in getFloatingTypeSemanticOrder()