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

Declarations

tools/clang/include/clang/Basic/FixedPoint.h
  134    APFixedPoint negate(bool *Overflow = nullptr) const;

References

tools/clang/lib/AST/ExprConstant.cpp
12284       APFixedPoint Negated = Result.getFixedPoint().negate(&Overflowed);