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

/external/clang/include/clang/AST/
H A DASTContext.h1752 int getFloatingTypeOrder(QualType LHS, QualType RHS) const;
/external/clang/lib/Sema/
H A DSemaExpr.cpp757 int order = S.Context.getFloatingTypeOrder(LHSType, RHSType);
780 int order = S.Context.getFloatingTypeOrder(ComplexTy, OtherTy);
901 int order = S.Context.getFloatingTypeOrder(LHSType, RHSType);
6051 int order = Context.getFloatingTypeOrder(EltTy, RHSType);
H A DSemaOverload.cpp348 Ctx.getFloatingTypeOrder(FromType, ToType) == 1) {
/external/clang/lib/AST/
H A DASTContext.cpp3956 /// getFloatingTypeOrder - Compare the rank of the two specified floating
3960 int ASTContext::getFloatingTypeOrder(QualType LHS, QualType RHS) const { function in class:ASTContext

Completed in 137 milliseconds