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