Home
last modified time | relevance | path

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

/dports/textproc/p5-XML-Twig/XML-Twig-3.52/t/
H A Dtest_3_30.t261 my $param_ent= $t->entity( 'bfoo');
262 ok( $param_ent->param, 'param on a parameter entity');
/dports/lang/cparser/cparser-0.9.14/
H A Dast2firm.c3153 ir_entity *param_ent = current_vararg_entity; in va_start_expression_to_firm() local
3154 if (param_ent == NULL) { in va_start_expression_to_firm()
3158 param_ent = new_parameter_entity(frame_type, n, param_type); in va_start_expression_to_firm()
3159 current_vararg_entity = param_ent; in va_start_expression_to_firm()
3165 ir_node *const arg_sel = new_d_simpleSel(dbgi, no_mem, frame, param_ent); in va_start_expression_to_firm()