Searched refs:formal (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdb-events.sh44 read="class returntype function formal actual attrib"
56 # formal argument list
182 echo "extern ${returntype} (*${function}_event) (${formal})${attrib};"
198 echo "typedef ${returntype} (gdb_events_${function}_ftype) (${formal});"
230 echo "extern ${returntype} ${function}_event (${formal})${attrib};"
233 echo "extern ${returntype} ${function}_event (${formal})${attrib};"
325 # echo "${returntype} (*${function}_event) (${formal})${attrib} = 0;"
341 ${function}_event_p (${formal})
347 ${function}_event (${formal})
357 ${function}_event (${formal})
[all...]
H A Dgdbarch.sh47 read="class level macro returntype function formal actual attrib staticdefault predefault postdefault invalid_p fmt print print_p description"
264 formal ) : ;;
266 # The formal argument list. It is assumed that the formal
269 # formal argument list.
795 ${returntype} ${function} ($formal)${attrib}
981 if [ "x${formal}" = "xvoid" ] && class_is_multiarch_p
986 printf "typedef ${returntype} (gdbarch_${function}_ftype) (struct gdbarch *gdbarch, ${formal});\n"
988 printf "typedef ${returntype} (gdbarch_${function}_ftype) (${formal});\n"
990 if [ "x${formal}"
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A Dmacro.c453 /* Allocate a new formal. */
458 formal_entry *formal; local
460 formal = xmalloc (sizeof (formal_entry));
462 sb_new (&formal->name);
463 sb_new (&formal->def);
464 sb_new (&formal->actual);
465 formal->next = NULL;
466 formal->type = FORMAL_OPTIONAL;
467 return formal;
470 /* Free a formal
473 del_formal(formal_entry *formal) argument
492 formal_entry *formal = new_formal (); local
580 formal_entry *formal = new_formal (); local
1243 formal_entry *formal; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dipa-prop.c151 /* Return whether I-th formal of MT is modified in MT. */
158 /* Return the tree of I-th formal of MT. */
181 /* Set modify of I-th formal of MT to VAL. */
188 /* Return index of the formal whose tree is PTREE in method MT. */
202 /* Insert the formal trees to the ipa_param_tree array in method MT. */
240 /* Check STMT to detect whether a formal is modified within MT,
280 /* The modify computation driver for MT. Compute which formal arguments
373 unsigned int formal)
375 ipa_callsite_param (cs, i)->info_type.formal_id = formal;
449 /* If the formal paramete
372 ipa_callsite_param_set_info_type_formal(struct cgraph_edge *cs, int i, unsigned int formal) argument
[all...]

Completed in 124 milliseconds