Searched refs:fb_none (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/gcc/
H A Dtree-gimple.h99 fb_none = 0, enumerator in enum:fallback_t
H A Dgimplify.c3796 is_gimple_stmt, fb_none);
4259 ret = gimplify_expr (&init, pre_p, post_p, is_gimple_stmt, fb_none);
4264 fb_none);
4302 gimplify_expr (stmt_p, NULL, NULL, is_gimple_stmt, fb_none);
5471 fallback != fb_none);
5498 ret = gimplify_call_expr (expr_p, pre_p, fallback != fb_none);
5514 ret = gimplify_compound_expr (expr_p, pre_p, fallback != fb_none);
5520 fallback != fb_none);
5558 || fallback == fb_none)
5666 if (fallback == fb_none)
[all...]

Completed in 69 milliseconds