reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/ASTContext.h
 2519   int getIntegerTypeOrder(QualType LHS, QualType RHS) const;

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConv.h
  676     int order = Ctx.getIntegerTypeOrder(LTy, RTy);
tools/clang/lib/Sema/SemaExpr.cpp
 1158   int order = S.Context.getIntegerTypeOrder(LHSType, RHSType);
 8789          S.Context.getIntegerTypeOrder(vectorEltTy, scalarTy) < 0))) {
 8852   int Order = S.Context.getIntegerTypeOrder(OtherIntTy, IntTy);
 8954       S.Context.getIntegerTypeOrder(VectorEltTy, ScalarTy)) {