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

Declarations

tools/clang/include/clang/Basic/FixedPoint.h
   67   getCommonSemantics(const FixedPointSemantics &Other) const;

References

tools/clang/lib/Basic/FixedPoint.cpp
  154   auto CommonFXSema = Sema.getCommonSemantics(Other.getSemantics());
tools/clang/lib/CodeGen/CGExprScalar.cpp
 3401   auto CommonFixedSema = LHSFixedSema.getCommonSemantics(RHSFixedSema);