Home
last modified time | relevance | path

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

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