Searched refs:pod_type_p (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/gcc/cp/
H A Dtree.c1756 pod_type_p (tree t)
1749 pod_type_p (tree t) function
H A Dcall.c4556 && !pod_type_p (TREE_TYPE (arg)))
4588 if (! pod_type_p (type))
H A Dclass.c2960 if (!pod_type_p (type) && !TYPE_PACKED (type))
3008 if (! pod_type_p (type))
H A Ddecl.c2337 if (pod_type_p (TREE_TYPE (decl)))
5692 if (DECL_THREAD_LOCAL_P (decl) && !pod_type_p (TREE_TYPE (decl)))
H A Dcp-tree.h4441 extern int pod_type_p (tree);

Completed in 208 milliseconds