Searched refs:is_direct_enum_init (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2016 | 1198 * cp-tree.h (is_direct_enum_init): Declare. 1199 * decl.c (is_direct_enum_init): New function.
|
H A D | decl.cc | 6444 is_direct_enum_init (tree type, tree init) in is_direct_enum_init() function 7124 if (is_direct_enum_init (type, init)) in reshape_init()
|
H A D | cp-tree.h | 6886 extern bool is_direct_enum_init (tree, tree);
|
H A D | typeck.cc | 9796 if (is_direct_enum_init (type, rhs)) in convert_for_assignment()
|
H A D | ChangeLog-2021 | 3272 * decl.c (is_direct_enum_init): Check the implicit
|
H A D | ChangeLog-2017 | 1483 is_direct_enum_init, check_initializer, cp_finish_decl,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | decl.c | 6051 is_direct_enum_init (tree type, tree init) in is_direct_enum_init() function 6566 if (is_direct_enum_init (type, init)) in reshape_init()
|
H A D | cp-tree.h | 6616 extern bool is_direct_enum_init (tree, tree);
|
H A D | typeck.c | 9245 if (is_direct_enum_init (type, rhs)) in convert_for_assignment()
|