Searched refs:create_nested_option (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gengtype.h | 202 options_p create_nested_option (options_p next, const char* name,
|
H A D | gengtype.c | 923 create_nested_option (options_p next, const char* name, in create_nested_option() function 945 return create_nested_option (next, "nested_ptr", d); in create_nested_ptr_option()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gengtype.h | 210 options_p create_nested_option (options_p next, const char* name,
|
H A D | gengtype.cc | 938 create_nested_option (options_p next, const char* name, in create_nested_option() function 960 return create_nested_option (next, "nested_ptr", d); in create_nested_ptr_option()
|
H A D | ChangeLog-2010 | 3647 (create_string_option, create_type_option, create_nested_option): 3649 (create_nested_ptr_option): Use create_nested_option. 3665 (create_string_option, create_type_option, create_nested_option)
|