Searched refs:pp_add (Results 1 – 6 of 6) sorted by relevance
11 PERL_CALLCONV PP(pp_add) __attribute__visibility__("hidden");
1814 PP(pp_add) in PP() argument
575 seen: we have the C<add> op (C<pp_add>, also in F<pp_hot.c>) add885 1 PP(pp_add)
1300 What about C<pp_add>, the function we examined earlier to implement the1306 Notice we use C<Perl_pp_add> and not C<pp_add> - see
4602 PP_wrapped(pp_add, 2, 0); /* consumes two args off the stack */4667 pp_add() function might look something like:4669 PP(pp_add)4729 reference count adjusted at that point. With the new API, the pp_add()4939 see pp_add() for an example.
3097 sub pp_add { maybe_targmy(@_, \&binop, "+", 18, ASSIGN) } subroutine