Searched refs:create_nested_option (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | gengtype.h | 191 options_p create_nested_option (options_p next, const char* name,
|
H A D | gengtype.c | 761 create_nested_option (options_p next, const char* name, in create_nested_option() function 783 return create_nested_option (next, "nested_ptr", d); in create_nested_ptr_option()
|
/dflybsd-src/contrib/gcc-8.0/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()
|