Searched refs:checkFloatingPointResult (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 2811 static bool checkFloatingPointResult(EvalInfo &Info, const Expr *E, in checkFloatingPointResult() function 2864 return checkFloatingPointResult(Info, E, St); in HandleFloatToFloatCast() 2887 return checkFloatingPointResult(Info, E, St); in HandleIntToFloatCast() 3094 return checkFloatingPointResult(Info, E, St); in handleFloatFloatBinOp() 4929 return checkFloatingPointResult(Info, E, St); in found()
|