Home
last modified time | relevance | path

Searched refs:substitute_expr (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/
H A Dlabel.y184 class substitute_expr : public binary_expr {
186 substitute_expr(expression *e1, expression *e2) : binary_expr(e1, e2) { } in substitute_expr() function
290 { $$ = new substitute_expr($1, $3); }
806 void substitute_expr::evaluate(int tentative, const reference &ref, in evaluate()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20005686 (substitute_expr): Return inside of NON_LVALUE_EXPR.