Home | History | Annotate | Download | only in Sema

Lines Matching defs:isExact

2891   bool isExact = (result == APFloat::opOK);
2892 return FloatingLiteral::Create(S.Context, Val, isExact, Ty, Loc);