Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2621 int getFloatingTypeSemanticOrder(QualType LHS, QualType RHS) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp11964 int Order = S.getASTContext().getFloatingTypeSemanticOrder( in AnalyzeCompoundAssignment()
12361 int Order = S.getASTContext().getFloatingTypeSemanticOrder( in CheckImplicitConversion()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp6291 int ASTContext::getFloatingTypeSemanticOrder(QualType LHS, QualType RHS) const { in getFloatingTypeSemanticOrder() function in ASTContext