Home
last modified time | relevance | path

Searched refs:is_direct_enum_init (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20161198 * cp-tree.h (is_direct_enum_init): Declare.
1199 * decl.c (is_direct_enum_init): New function.
H A Ddecl.cc6444 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 Dcp-tree.h6886 extern bool is_direct_enum_init (tree, tree);
H A Dtypeck.cc9796 if (is_direct_enum_init (type, rhs)) in convert_for_assignment()
H A DChangeLog-20213272 * decl.c (is_direct_enum_init): Check the implicit
H A DChangeLog-20171483 is_direct_enum_init, check_initializer, cp_finish_decl,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c6051 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 Dcp-tree.h6616 extern bool is_direct_enum_init (tree, tree);
H A Dtypeck.c9245 if (is_direct_enum_init (type, rhs)) in convert_for_assignment()