* */
| 57 | * |
| 58 | */ |
| 59 | static bool |
| 60 | ExpressionFunctionProbability(const CGContext &/*cg_context*/) |
| 61 | { |
| 62 | if (Function::reach_max_functions_cnt() && !CGOptions::builtins()) { |
| 63 | return true; |
| 64 | } |
| 65 | return rnd_flipcoin(80); |
| 66 | } |
| 67 | |
| 68 | /* |
| 69 | * |
no test coverage detected