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

Declarations

tools/clang/include/clang/Basic/FixedPoint.h
  130    APFixedPoint add(const APFixedPoint &Other, bool *Overflow = nullptr) const;

References

tools/clang/lib/AST/ExprConstant.cpp
12354     APFixedPoint Result = LHSFX.add(RHSFX, &AddOverflow)