Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3104 int getFloatingTypeSemanticOrder(QualType LHS, QualType RHS) const;
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1268 int Order = Context->getFloatingTypeSemanticOrder(NumExpr1->getType(), in checkIncorrectLogicOperator()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp11827 int Order = S.getASTContext().getFloatingTypeSemanticOrder( in AnalyzeCompoundAssignment()
12252 int Order = getASTContext().getFloatingTypeSemanticOrder( in CheckImplicitConversion()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp8080 int ASTContext::getFloatingTypeSemanticOrder(QualType LHS, QualType RHS) const { in getFloatingTypeSemanticOrder() function in ASTContext