Searched defs:fold_const (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dexpr.c46 (/*@returned@*/ /*@only@*/ yasm_expr *e, int fold_const,
613 * Folds (combines by evaluation) *integer* constant values if fold_const != 0.
619 expr_level_op(/*@returned@*/ /*@only@*/ yasm_expr *e, int fold_const, argument
636 fold_const = 0;
661 if (fold_const)
671 if (fold_const && first_int_term == -1 &&
730 if (fold_const) {
752 if (fold_const && sube->terms[j].type == YASM_EXPR_INT) {
850 expr_level_tree(yasm_expr *e, int fold_const, int simplify_ident, argument
864 expr_level_tree(e->terms[i].data.expn, fold_const,
894 yasm_expr__level_tree(yasm_expr *e, int fold_const, int simplify_ident, int simplify_reg_mul, int calc_bc_dist, yasm_expr_xform_func expr_xform_extra, void *expr_xform_extra_data) argument
[all...]

Completed in 88 milliseconds