Searched refs:EMPTY_CONSTRUCTOR_P (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gcc/cp/
H A Dtypeck2.c1418 && !EMPTY_CONSTRUCTOR_P (init))
1442 && !EMPTY_CONSTRUCTOR_P (init))
H A Derror.c2397 if (TREE_TYPE (t) && EMPTY_CONSTRUCTOR_P (t))
H A Ddecl2.c1821 else if (EMPTY_CONSTRUCTOR_P (DECL_INITIAL (decl)))
H A Dcp-tree.h3540 #define EMPTY_CONSTRUCTOR_P(NODE) (TREE_CODE (NODE) == CONSTRUCTOR \
3534 #define EMPTY_CONSTRUCTOR_P macro
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dcp-tree.h1652 #define EMPTY_CONSTRUCTOR_P(NODE) (TREE_CODE (NODE) == CONSTRUCTOR \
1645 #define EMPTY_CONSTRUCTOR_P macro
H A Ddecl2.c2555 else if (EMPTY_CONSTRUCTOR_P (DECL_INITIAL (decl)))
H A Ddecl.c8225 && ! EMPTY_CONSTRUCTOR_P (DECL_INITIAL (decl)))

Completed in 394 milliseconds