Searched refs:cp_has_mutable_p (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck2.c935 if (TREE_CODE (value) == CONSTRUCTOR && cp_has_mutable_p (type))
H A Dcp-tree.h2439 #define TYPE_HAS_MUTABLE_P(NODE) (cp_has_mutable_p (NODE))
7668 extern bool cp_has_mutable_p (const_tree);
H A Dcp-gimplify.c2370 if (TYPE_READONLY (type) && !cp_has_mutable_p (type))
H A Dtypeck.c10483 cp_has_mutable_p (const_tree type)
10467 cp_has_mutable_p (const_tree type) function
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck2.cc884 if (TREE_CODE (value) == CONSTRUCTOR && cp_has_mutable_p (type))
H A Dcp-gimplify.cc2192 if (TYPE_READONLY (type) && !cp_has_mutable_p (type))
H A Dcp-tree.h2595 #define TYPE_HAS_MUTABLE_P(NODE) (cp_has_mutable_p (NODE))
8080 extern bool cp_has_mutable_p (const_tree);
H A Dtypeck.cc11090 cp_has_mutable_p (const_tree type)
11074 cp_has_mutable_p (const_tree type) function

Completed in 345 milliseconds