|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/include/clang/AST/ASTContext.h 2526 int getFloatingTypeOrder(QualType LHS, QualType RHS) const;
References
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConv.h 750 int order = Ctx.getFloatingTypeOrder(LTy, RTy);
tools/clang/lib/AST/ASTContext.cpp 5749 return getFloatingTypeOrder(LHS, RHS);
tools/clang/lib/Sema/SemaChecking.cpp 8287 S.Context.getFloatingTypeOrder(From, To) < 0;
tools/clang/lib/Sema/SemaExpr.cpp 996 int Order = S.Context.getFloatingTypeOrder(LHSType, RHSType);
1068 int order = S.Context.getFloatingTypeOrder(LHSType, RHSType);
1104 S.Context.getFloatingTypeOrder(LHSType, RHSType) == 0)
8799 S.Context.getFloatingTypeOrder(vectorEltTy, scalarTy) < 0) {
8967 int Order = S.Context.getFloatingTypeOrder(VectorEltTy, ScalarTy);
tools/clang/lib/Sema/SemaOverload.cpp 381 Ctx.getFloatingTypeOrder(FromType, ToType) == 1) {