| /src/external/gpl3/binutils/dist/gas/ |
| macro.c | 447 /* Allocate a new formal. */ 452 formal_entry *formal; local 454 formal = XNEW (formal_entry); 456 sb_new (&formal->name); 457 sb_new (&formal->def); 458 sb_new (&formal->actual); 459 formal->next = NULL; 460 formal->type = FORMAL_OPTIONAL; 461 return formal; 464 /* Free a formal. * 486 formal_entry *formal = new_formal (); local 574 formal_entry *formal = new_formal (); local 607 formal_entry *formal; local [all...] |
| macro.c | 447 /* Allocate a new formal. */ 452 formal_entry *formal; local 454 formal = XNEW (formal_entry); 456 sb_new (&formal->name); 457 sb_new (&formal->def); 458 sb_new (&formal->actual); 459 formal->next = NULL; 460 formal->type = FORMAL_OPTIONAL; 461 return formal; 464 /* Free a formal. * 486 formal_entry *formal = new_formal (); local 574 formal_entry *formal = new_formal (); local 607 formal_entry *formal; local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/ |
| macro.c | 475 /* Allocate a new formal. */ 480 formal_entry *formal; local 482 formal = XNEW (formal_entry); 484 sb_new (&formal->name); 485 sb_new (&formal->def); 486 sb_new (&formal->actual); 487 formal->next = NULL; 488 formal->type = FORMAL_OPTIONAL; 489 return formal; 492 /* Free a formal. * 514 formal_entry *formal = new_formal (); local 602 formal_entry *formal = new_formal (); local 635 formal_entry *formal; local [all...] |
| macro.c | 475 /* Allocate a new formal. */ 480 formal_entry *formal; local 482 formal = XNEW (formal_entry); 484 sb_new (&formal->name); 485 sb_new (&formal->def); 486 sb_new (&formal->actual); 487 formal->next = NULL; 488 formal->type = FORMAL_OPTIONAL; 489 return formal; 492 /* Free a formal. * 514 formal_entry *formal = new_formal (); local 602 formal_entry *formal = new_formal (); local 635 formal_entry *formal; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| dependency.cc | 1131 gfc_formal_arglist *formal; local 1134 formal = fnsym ? gfc_sym_get_dummy_args (fnsym) : NULL; 1135 for (; actual; actual = actual->next, formal = formal ? formal->next : NULL) 1148 if (formal && intent == INTENT_IN 1149 && formal->sym->attr.intent == INTENT_IN)
|
| dump-parse-tree.cc | 69 debug (gfc_formal_arglist *formal) 73 for (; formal; formal = formal->next) 76 show_symbol (formal->sym); 1101 gfc_formal_arglist *formal; local 1175 if (sym->formal) 1178 fputs ("Formal arglist:", dumpfile); 1180 for (formal = sym->formal; formal; formal = formal->next [all...] |
| dependency.cc | 1131 gfc_formal_arglist *formal; local 1134 formal = fnsym ? gfc_sym_get_dummy_args (fnsym) : NULL; 1135 for (; actual; actual = actual->next, formal = formal ? formal->next : NULL) 1148 if (formal && intent == INTENT_IN 1149 && formal->sym->attr.intent == INTENT_IN)
|
| dump-parse-tree.cc | 69 debug (gfc_formal_arglist *formal) 73 for (; formal; formal = formal->next) 76 show_symbol (formal->sym); 1101 gfc_formal_arglist *formal; local 1175 if (sym->formal) 1178 fputs ("Formal arglist:", dumpfile); 1180 for (formal = sym->formal; formal; formal = formal->next [all...] |
| interface.cc | 23 singly linked list of formal argument structures attached to the 57 formal argument list structures that don't point to any symbol 63 formal argument list points to symbols within the same namespace as 731 that is for the formal arg, but oh well. */ 839 /* Given two symbols that are formal arguments, compare their ranks 850 /* Given two symbols that are formal arguments, compare their types 851 and rank and their formal interfaces if they are both dummy 893 /* Given a formal argument list and a keyword name, search the list 918 gfc_formal_arglist *formal; local 931 for (formal = gfc_sym_get_dummy_args (sym); formal; formal = formal->next 5364 gfc_formal_arglist *formal; local [all...] |
| intrinsic.cc | 451 next_sym->formal = next_arg; 1318 arg = next_sym[-1].formal; 4230 /* Given a formal argument list, remove any NULL arguments that may 4231 have been left behind by a sort against some formal argument list. */ 4278 /* Given an actual arglist and a formal arglist, sort the actual 4287 gfc_intrinsic_arg *formal, locus *where) 4298 for (f = formal; f; f = f->next) 4304 f = formal; 4408 /* At this point, all unmatched formal args must be optional. */ 4421 /* Using the formal argument list, string the actual argument lis 4461 gfc_intrinsic_arg *formal; local 4743 gfc_intrinsic_arg *formal; local [all...] |
| match.cc | 5972 gfc_formal_arglist *formal; local 5977 for (formal = sym->formal; formal; formal = formal->next) 5979 if (formal->sym == e->symtree->n.sym) 6020 ptr = sym->formal; 6052 if (fcn && ptr != sym->formal)
|
| interface.cc | 23 singly linked list of formal argument structures attached to the 57 formal argument list structures that don't point to any symbol 63 formal argument list points to symbols within the same namespace as 731 that is for the formal arg, but oh well. */ 839 /* Given two symbols that are formal arguments, compare their ranks 850 /* Given two symbols that are formal arguments, compare their types 851 and rank and their formal interfaces if they are both dummy 893 /* Given a formal argument list and a keyword name, search the list 918 gfc_formal_arglist *formal; local 931 for (formal = gfc_sym_get_dummy_args (sym); formal; formal = formal->next 5364 gfc_formal_arglist *formal; local [all...] |
| intrinsic.cc | 451 next_sym->formal = next_arg; 1318 arg = next_sym[-1].formal; 4230 /* Given a formal argument list, remove any NULL arguments that may 4231 have been left behind by a sort against some formal argument list. */ 4278 /* Given an actual arglist and a formal arglist, sort the actual 4287 gfc_intrinsic_arg *formal, locus *where) 4298 for (f = formal; f; f = f->next) 4304 f = formal; 4408 /* At this point, all unmatched formal args must be optional. */ 4421 /* Using the formal argument list, string the actual argument lis 4461 gfc_intrinsic_arg *formal; local 4743 gfc_intrinsic_arg *formal; local [all...] |
| match.cc | 5972 gfc_formal_arglist *formal; local 5977 for (formal = sym->formal; formal; formal = formal->next) 5979 if (formal->sym == e->symtree->n.sym) 6020 ptr = sym->formal; 6052 if (fcn && ptr != sym->formal)
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| dependency.cc | 1099 gfc_formal_arglist *formal; local 1102 formal = fnsym ? gfc_sym_get_dummy_args (fnsym) : NULL; 1103 for (; actual; actual = actual->next, formal = formal ? formal->next : NULL) 1116 if (formal && intent == INTENT_IN 1117 && formal->sym->attr.intent == INTENT_IN)
|
| dump-parse-tree.cc | 69 void debug (gfc_formal_arglist *formal) 73 for (; formal; formal = formal->next) 76 show_symbol (formal->sym); 1083 gfc_formal_arglist *formal; local 1157 if (sym->formal) 1160 fputs ("Formal arglist:", dumpfile); 1162 for (formal = sym->formal; formal; formal = formal->next [all...] |
| dependency.cc | 1099 gfc_formal_arglist *formal; local 1102 formal = fnsym ? gfc_sym_get_dummy_args (fnsym) : NULL; 1103 for (; actual; actual = actual->next, formal = formal ? formal->next : NULL) 1116 if (formal && intent == INTENT_IN 1117 && formal->sym->attr.intent == INTENT_IN)
|
| dump-parse-tree.cc | 69 void debug (gfc_formal_arglist *formal) 73 for (; formal; formal = formal->next) 76 show_symbol (formal->sym); 1083 gfc_formal_arglist *formal; local 1157 if (sym->formal) 1160 fputs ("Formal arglist:", dumpfile); 1162 for (formal = sym->formal; formal; formal = formal->next [all...] |
| interface.cc | 23 singly linked list of formal argument structures attached to the 57 formal argument list structures that don't point to any symbol 63 formal argument list points to symbols within the same namespace as 702 that is for the formal arg, but oh well. */ 802 /* Given two symbols that are formal arguments, compare their ranks 813 /* Given two symbols that are formal arguments, compare their types 814 and rank and their formal interfaces if they are both dummy 856 /* Given a formal argument list and a keyword name, search the list 881 gfc_formal_arglist *formal; local 894 for (formal = gfc_sym_get_dummy_args (sym); formal; formal = formal->next 5211 gfc_formal_arglist *formal; local [all...] |
| intrinsic.cc | 450 next_sym->formal = next_arg; 1317 arg = next_sym[-1].formal; 4226 /* Given a formal argument list, remove any NULL arguments that may 4227 have been left behind by a sort against some formal argument list. */ 4274 /* Given an actual arglist and a formal arglist, sort the actual 4283 gfc_intrinsic_arg *formal, locus *where) 4294 for (f = formal; f; f = f->next) 4300 f = formal; 4404 /* At this point, all unmatched formal args must be optional. */ 4417 /* Using the formal argument list, string the actual argument lis 4457 gfc_intrinsic_arg *formal; local 4733 gfc_intrinsic_arg *formal; local [all...] |
| interface.cc | 23 singly linked list of formal argument structures attached to the 57 formal argument list structures that don't point to any symbol 63 formal argument list points to symbols within the same namespace as 702 that is for the formal arg, but oh well. */ 802 /* Given two symbols that are formal arguments, compare their ranks 813 /* Given two symbols that are formal arguments, compare their types 814 and rank and their formal interfaces if they are both dummy 856 /* Given a formal argument list and a keyword name, search the list 881 gfc_formal_arglist *formal; local 894 for (formal = gfc_sym_get_dummy_args (sym); formal; formal = formal->next 5211 gfc_formal_arglist *formal; local [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-iq2000.c | 251 formal_entry *formal; 253 formal = XNEW (formal_entry); 255 sb_new (& formal->name); 256 sb_new (& formal->def); 257 sb_new (& formal->actual); 266 sb_add_string (& formal->name, tt_args); 267 sb_add_string (& formal->def, tt_dflt + 1); 270 sb_add_string (& formal->name, *arguments); 274 sb_terminate (&formal->name), formal, 1) 249 formal_entry *formal; local [all...] |
| tc-iq2000.c | 251 formal_entry *formal; 253 formal = XNEW (formal_entry); 255 sb_new (& formal->name); 256 sb_new (& formal->def); 257 sb_new (& formal->actual); 266 sb_add_string (& formal->name, tt_args); 267 sb_add_string (& formal->def, tt_dflt + 1); 270 sb_add_string (& formal->name, *arguments); 274 sb_terminate (&formal->name), formal, 1) 249 formal_entry *formal; local [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-iq2000.c | 251 formal_entry *formal; 253 formal = XNEW (formal_entry); 255 sb_new (& formal->name); 256 sb_new (& formal->def); 257 sb_new (& formal->actual); 266 sb_add_string (& formal->name, tt_args); 267 sb_add_string (& formal->def, tt_dflt + 1); 270 sb_add_string (& formal->name, *arguments); 274 sb_terminate (&formal->name), formal, 1) 249 formal_entry *formal; local [all...] |
| tc-iq2000.c | 251 formal_entry *formal; 253 formal = XNEW (formal_entry); 255 sb_new (& formal->name); 256 sb_new (& formal->def); 257 sb_new (& formal->actual); 266 sb_add_string (& formal->name, tt_args); 267 sb_add_string (& formal->def, tt_dflt + 1); 270 sb_add_string (& formal->name, *arguments); 274 sb_terminate (&formal->name), formal, 1) 249 formal_entry *formal; local [all...] |