Searched refs:is_tagged_type (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-ada-spec.c1064 is_tagged_type (const_tree type) function
1683 && is_tagged_type (TREE_TYPE (TREE_TYPE (arg)))
1910 if (is_tagged_type (instance))
2346 if (is_tagged_type (TREE_TYPE (node)))
2355 if (!DECL_NAME (fld) && is_tagged_type (TREE_TYPE (fld)))
3249 if (!is_tagged_type (TREE_TYPE (tmp)))
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-ada-spec.cc1064 is_tagged_type (const_tree type) function
1683 && is_tagged_type (TREE_TYPE (TREE_TYPE (arg)))
1914 if (is_tagged_type (instance))
2412 if (is_tagged_type (TREE_TYPE (node)))
2421 if (!DECL_NAME (fld) && is_tagged_type (TREE_TYPE (fld)))
3311 if (!is_tagged_type (TREE_TYPE (tmp)))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2out.c3639 static int is_tagged_type (const_tree);
4261 is_tagged_type (const_tree type)
25505 || !is_tagged_type (type))
26021 && is_tagged_type (DECL_CONTEXT (decl))
26046 || !is_tagged_type (TREE_TYPE (decl))
4255 is_tagged_type (const_tree type) function
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddwarf2out.cc3740 static int is_tagged_type (const_tree);
4348 is_tagged_type (const_tree type)
26101 || !is_tagged_type (type))
26619 && is_tagged_type (DECL_CONTEXT (decl))
26644 || !is_tagged_type (TREE_TYPE (decl))
4342 is_tagged_type (const_tree type) function

Completed in 401 milliseconds