reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
67 getCommonSemantics(const FixedPointSemantics &Other) const;
154 auto CommonFXSema = Sema.getCommonSemantics(Other.getSemantics());
tools/clang/lib/CodeGen/CGExprScalar.cpp 3401 auto CommonFixedSema = LHSFixedSema.getCommonSemantics(RHSFixedSema);