Searched refs:options_p (Results 1 – 8 of 8) sorted by relevance
| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | gengtype-parse.c | 365 static type_p type (options_p *optsp, bool nested); 368 static options_p 369 str_optvalue_opt (options_p prev) in str_optvalue_opt() 394 options_p opts; in absdecl() 410 static options_p 411 type_optvalue (options_p prev, const char *name) in type_optvalue() 421 static options_p 422 nestedptr_optvalue (options_p prev) in nestedptr_optvalue() 444 static options_p 445 option (options_p prev) in option() [all …]
|
| H A D | gengtype.h | 114 typedef struct options *options_p; typedef 183 options_p create_string_option (options_p next, const char* name, 187 options_p create_type_option (options_p next, const char* name, 191 options_p create_nested_option (options_p next, const char* name, 195 options_p create_nested_ptr_option (options_p, type_p t, 204 options_p opt; /* GTY options, as a linked list. */ 276 options_p opt; /* the GTY options if any. */ 411 options_p o); 417 const char *name, options_p opt, 420 extern type_p adjust_field_type (type_p, options_p); [all …]
|
| H A D | gengtype.c | 495 static type_p adjust_field_tree_exp (type_p t, options_p opt); 496 static type_p adjust_field_rtx_def (type_p t, options_p opt); 560 pair_p fields, options_p o) in new_structure() 734 options_p 735 create_string_option (options_p next, const char *name, const char *info) in create_string_option() 737 options_p o = XNEW (struct options); in create_string_option() 747 options_p 748 create_type_option (options_p next, const char* name, type_p info) in create_type_option() 750 options_p o = XNEW (struct options); in create_type_option() 760 options_p [all …]
|
| H A D | gengtype-state.c | 645 write_state_string_option (options_p current) in write_state_string_option() 655 write_state_type_option (options_p current) in write_state_type_option() 662 write_state_nested_option (options_p current) in write_state_nested_option() 678 write_state_option (options_p current) in write_state_option() 709 write_state_options (options_p opt) in write_state_options() 711 options_p current; in write_state_options() 1232 static void read_state_options (options_p *opt); 1764 read_state_string_option (options_p opt) in read_state_string_option() 1785 read_state_type_option (options_p opt) in read_state_type_option() 1794 read_state_nested_option (options_p opt) in read_state_nested_option() [all …]
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | gengtype-parse.c | 461 static type_p type (options_p *optsp, bool nested); 464 static options_p 465 str_optvalue_opt (options_p prev) in str_optvalue_opt() 490 options_p opts; in absdecl() 506 static options_p 507 type_optvalue (options_p prev, const char *name) in type_optvalue() 517 static options_p 518 nestedptr_optvalue (options_p prev) in nestedptr_optvalue() 539 static options_p 540 option (options_p prev) in option() [all …]
|
| H A D | gengtype.h | 117 typedef struct options *options_p; typedef 194 options_p create_string_option (options_p next, const char* name, 198 options_p create_type_option (options_p next, const char* name, 202 options_p create_nested_option (options_p next, const char* name, 206 options_p create_nested_ptr_option (options_p, type_p t, 215 options_p opt; /* GTY options, as a linked list. */ 283 options_p opt; /* the GTY options if any. */ 428 options_p o, type_p base); 435 const char *name, options_p opt, 438 extern type_p adjust_field_type (type_p, options_p); [all …]
|
| H A D | gengtype.c | 499 static type_p adjust_field_tree_exp (type_p t, options_p opt); 500 static type_p adjust_field_rtx_def (type_p t, options_p opt); 741 pair_p fields, options_p o, type_p base_class) in new_structure() 896 options_p 897 create_string_option (options_p next, const char *name, const char *info) in create_string_option() 899 options_p o = XNEW (struct options); in create_string_option() 909 options_p 910 create_type_option (options_p next, const char* name, type_p info) in create_type_option() 912 options_p o = XNEW (struct options); in create_type_option() 922 options_p [all …]
|
| H A D | gengtype-state.c | 165 void write_state_string_option (options_p current); 166 void write_state_type_option (options_p current); 167 void write_state_nested_option (options_p current); 168 void write_state_option (options_p current); 169 void write_state_options (options_p opt); 762 state_writer::write_state_string_option (options_p current) in write_state_string_option() 773 state_writer::write_state_type_option (options_p current) in write_state_type_option() 781 state_writer::write_state_nested_option (options_p current) in write_state_nested_option() 804 state_writer::write_state_option (options_p current) in write_state_option() 837 state_writer::write_state_options (options_p opt) in write_state_options() [all …]
|