Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1975 int getFloatingTypeOrder(QualType LHS, QualType RHS) const;
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp700 if (CGF.getContext().getFloatingTypeOrder(OrigSrcType, DstType) != 1) in EmitFloatConversionCheck()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp969 int Order = S.Context.getFloatingTypeOrder(LHSType, RHSType); in handleComplexFloatConversion()
1041 int order = S.Context.getFloatingTypeOrder(LHSType, RHSType); in handleFloatConversion()
6932 S.Context.getFloatingTypeOrder(vectorEltTy, scalarTy) < 0) in tryVectorConvertAndSplat()
H A DSemaOverload.cpp331 Ctx.getFloatingTypeOrder(FromType, ToType) == 1) { in getNarrowingKind()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp4424 int ASTContext::getFloatingTypeOrder(QualType LHS, QualType RHS) const { in getFloatingTypeOrder() function in ASTContext