Searched refs:actuals (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dovldbreak.exp336 set actuals ""
338 set actuals "arg=$argument"
340 append actuals " \\'\\\\00$argument\\'"
351 -re "Continuing.\r\n\r\nBreakpoint $bpnumber, foo::overload1arg \\(this=${hex}(, )?$actuals\\) at .*$srcfile:$line\r\n$decimal\[\t \]+{ $body }.*$gdb_prompt $" {
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dmake-target-delegates177 my @actuals;
193 push @actuals, $vname;
205 return @actuals;
H A Dada-lang.c3824 ada_args_match (struct symbol *func, struct value **actuals, int n_actuals)
3840 if (actuals[i] == NULL)
3845 struct type *atype = ada_check_typedef (value_type (actuals[i]));
3819 ada_args_match(struct symbol *func, struct value **actuals, int n_actuals) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dovldbreak.exp385 set actuals ""
387 set actuals "arg=$argument"
389 append actuals " \\'\\\\00$argument\\'"
400 -re "Continuing.\r\n\r\nBreakpoint $bkptno_num_re, foo::overload1arg \\(this=${hex}(, )?$actuals\\) at .*$srcfile:$line\r\n$decimal\[\t \]+{ $body }.*$gdb_prompt $" {
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dmake-target-delegates.py165 actuals = []
173 actuals.append(vname)
179 return actuals
H A Dgdbarch.py157 def actuals(self): member in class:Function
169 def actuals(self): member in class:Method
474 print(f"gdbarch->{c.name} ({c.actuals()});", file=f)
H A Dada-lang.c3972 ada_args_match (struct symbol *func, struct value **actuals, int n_actuals)
3988 if (actuals[i] == NULL)
3993 struct type *atype = ada_check_typedef (value_type (actuals[i]));
3966 ada_args_match(struct symbol *func, struct value **actuals, int n_actuals) argument
/netbsd-current/external/gpl2/texinfo/dist/makeinfo/
H A Dmacro.c298 apply (char **named, char **actuals, char *body)
305 length_of_actuals = array_len (actuals);
351 text = which < length_of_actuals ? actuals[which] : NULL;
296 apply(char **named, char **actuals, char *body) argument
/netbsd-current/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dexpr.c791 register chainp actuals;
801 actuals = actlist->b_list.listp;
804 actuals = NULL;
805 oactp = actuals;
815 while(actuals!=NULL && formals!=NULL) {
818 ap = fixtype(actuals->chain.datap);
834 actuals = actuals->chain.nextp;
839 if(actuals!=NULL || formals!=NULL)
789 register chainp actuals; local
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Dmacro.c1079 /* Reset any old value the actuals may have. */
1111 /* Peel off the actuals and store them away in the hash tables' actuals. */
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Dmacro.c1046 /* Reset any old value the actuals may have. */
1078 /* Peel off the actuals and store them away in the hash tables' actuals. */
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Dmacro.c1079 /* Reset any old value the actuals may have. */
1111 /* Peel off the actuals and store them away in the hash tables' actuals. */

Completed in 412 milliseconds