Home
last modified time | relevance | path

Searched refs:map_expr (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/preproc/refer/
H A Dlabel.y127 class map_expr : public unary_expr {
130 map_expr(expression *e, map_func *f) : unary_expr(e), func(f) { } in map_expr() function
329 $$ = new map_expr($1, lowercase);
332 $$ = new map_expr($1, uppercase);
335 $$ = new map_expr($1, capitalize);
338 $$ = new map_expr($1, reverse_name);
341 $$ = new map_expr($1, abbreviate_name);
683 void map_expr::evaluate(int tentative, const reference &ref, in evaluate()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-expr.c4646 gfc_map_fcn_formal_to_actual (gfc_expr *expr, gfc_expr *map_expr, in gfc_map_fcn_formal_to_actual() argument
4653 f = gfc_sym_get_dummy_args (map_expr->symtree->n.sym); in gfc_map_fcn_formal_to_actual()
4663 if (map_expr->symtree->n.sym->attr.dimension) in gfc_map_fcn_formal_to_actual()
4668 as = gfc_copy_array_spec (map_expr->symtree->n.sym->as); in gfc_map_fcn_formal_to_actual()
4679 if (map_expr->symtree->n.sym->ts.type == BT_CHARACTER) in gfc_map_fcn_formal_to_actual()
4682 = gfc_copy_expr (map_expr->symtree->n.sym->ts.u.cl->length); in gfc_map_fcn_formal_to_actual()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-expr.cc4735 gfc_map_fcn_formal_to_actual (gfc_expr *expr, gfc_expr *map_expr, in gfc_map_fcn_formal_to_actual() argument
4742 f = gfc_sym_get_dummy_args (map_expr->symtree->n.sym); in gfc_map_fcn_formal_to_actual()
4752 if (map_expr->symtree->n.sym->attr.dimension) in gfc_map_fcn_formal_to_actual()
4757 as = gfc_copy_array_spec (map_expr->symtree->n.sym->as); in gfc_map_fcn_formal_to_actual()
4768 if (map_expr->symtree->n.sym->ts.type == BT_CHARACTER) in gfc_map_fcn_formal_to_actual()
4771 = gfc_copy_expr (map_expr->symtree->n.sym->ts.u.cl->length); in gfc_map_fcn_formal_to_actual()