Home
last modified time | relevance | path

Searched refs:opOverflow (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/ADT/
DAPFloat.h164 opOverflow = 0x04, enumerator
/external/llvm/lib/Support/
DAPFloat.cpp1122 return (opStatus) (opOverflow | opInexact); in handleOverflow()
1261 return (opStatus) (opOverflow | opInexact); in normalize()
/external/clang/lib/Sema/
DSemaExpr.cpp2481 if ((result & APFloat::opOverflow) || in ActOnNumericConstant()
2485 if (result & APFloat::opOverflow) { in ActOnNumericConstant()