HomeSort by relevance Sort by last modified time
    Searched refs:new_args (Results 1 - 5 of 5) sorted by null

  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
RecognitionException.pm 63 my $new_args = { %$args };
65 $new_args->{input} = $input;
66 $new_args->{index} = $input->index();
70 $new_args->{token} = $token;
71 $new_args->{line} = $token->get_line();
72 $new_args->{char_position_in_line} = $token->get_char_position_in_line();
79 $new_args->{c} = $input->LA(1);
80 $new_args->{line} = $input->get_line();
81 $new_args->{char_position_in_line} = $input->get_char_position_in_line();
84 $new_args->{c} = $input->LA(1)
    [all...]
  /external/qemu/tcg/i386/
tcg-target.c 897 TCGArg new_args[6]; local
900 memcpy(new_args, args+1, 5*sizeof(TCGArg));
910 new_args[5] = label_true;
911 tcg_out_brcond2(s, new_args, const_args+1, 1);
927 new_args[4] = tcg_invert_cond(new_args[4]);
928 new_args[5] = label_over;
929 tcg_out_brcond2(s, new_args, const_args+1, 1);
    [all...]
  /external/v8/src/
builtins.cc 1108 v8::Arguments new_args = v8::ImplementationUtilities::NewArguments( local
1174 v8::Arguments new_args = v8::ImplementationUtilities::NewArguments( local
1247 v8::Arguments new_args = v8::ImplementationUtilities::NewArguments( local
    [all...]
  /external/qemu/tcg/
tcg.c 1669 TCGArg new_args[TCG_MAX_OP_ARGS]; local
    [all...]
  /external/dbus/bus/
signals.c 375 char **new_args; local
382 new_args = dbus_realloc (rule->args,
384 if (new_args == NULL)
391 new_args[i] = NULL;
395 rule->args = new_args;
    [all...]

Completed in 413 milliseconds