Searched refs:getFloatingTypeOrder (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
H A DASTContext.h1443 /// getFloatingTypeOrder - Compare the rank of the two specified floating
1447 int getFloatingTypeOrder(QualType LHS, QualType RHS) const;
/external/clang/lib/Sema/
H A DSemaExpr.cpp642 int order = S.Context.getFloatingTypeOrder(LHSType, RHSType);
665 int order = S.Context.getFloatingTypeOrder(ComplexTy, OtherTy);
786 int order = S.Context.getFloatingTypeOrder(LHSType, RHSType);
5772 int order = Context.getFloatingTypeOrder(EltTy, RHSType);
H A DSemaInit.cpp2523 if (1 == Ctx.getFloatingTypeOrder(FromType, ToType)) {
/external/clang/lib/AST/
H A DASTContext.cpp3529 /// getFloatingTypeOrder - Compare the rank of the two specified floating
3533 int ASTContext::getFloatingTypeOrder(QualType LHS, QualType RHS) const { function in class:ASTContext

Completed in 1422 milliseconds