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

References

lib/CodeGen/SelectionDAG/TargetLowering.cpp
 5974   if (APFloat::opOverflow &
lib/Support/APFloat.cpp
 1257     return (opStatus) (opOverflow | opInexact);
 1390         return (opStatus) (opOverflow | opInexact);
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
 1514       ((Status & APFloat::opOverflow)  != 0 ||
tools/clang/lib/CodeGen/CGExprScalar.cpp
  895       APFloat::opOverflow)
  907       APFloat::opOverflow)
tools/clang/lib/Sema/SemaExpr.cpp
 3342   if ((result & APFloat::opOverflow) ||
 3346     if (result & APFloat::opOverflow) {
tools/clang/lib/Sema/SemaOverload.cpp
  400         if (ConvertStatus & llvm::APFloat::opOverflow) {
unittests/ADT/APFloatTest.cpp
 1757   const int OverflowStatus = APFloat::opOverflow | APFloat::opInexact;
 2045   const int OverflowStatus = APFloat::opOverflow | APFloat::opInexact;
 2333   const int OverflowStatus = APFloat::opOverflow | APFloat::opInexact;
 2622   const int OverflowStatus = APFloat::opOverflow | APFloat::opInexact;