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

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dexpr.c810 expr_expand_equ(yasm_expr *e, yasm__exprhead *eh) function
839 e->terms[i].data.expn = expr_expand_equ(e->terms[i].data.expn, eh);
843 e->terms[i].data.expn = expr_expand_equ(e->terms[i].data.expn, eh);
905 e = expr_expand_equ(e, &eh);

Completed in 30 milliseconds