Home
last modified time | relevance | path

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

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