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

/ast/src/cmd/sortlib/sync/
H A Dss.c1218 * finalize constant values
1224 finalize(Ss_t* ss, register Ssexpr_t* xp, int type) function
1245 if (finalize(ss, xp->right.expr, type))
1249 return finalize(ss, xp->left.expr, type);
1383 if (finalize(ss, xp, n))

Completed in 13 milliseconds