Home
last modified time | relevance | path

Searched refs:getFloatingTypeSemanticOrder (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2900 int getFloatingTypeSemanticOrder(QualType LHS, QualType RHS) const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10553 int Order = S.getASTContext().getFloatingTypeSemanticOrder( in AnalyzeCompoundAssignment()
10887 int Order = getASTContext().getFloatingTypeSemanticOrder( in CheckImplicitConversion()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp7484 int ASTContext::getFloatingTypeSemanticOrder(QualType LHS, QualType RHS) const { in getFloatingTypeSemanticOrder() function in ASTContext