Home
last modified time | relevance | path

Searched refs:is_redundant_typedef (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Ddwarf2out.c3459 static inline int is_redundant_typedef (const_tree);
18951 && is_redundant_typedef (TYPE_NAME (type)) in gen_type_die_with_usage()
19268 is_redundant_typedef (const_tree decl) in is_redundant_typedef() function
19301 || is_redundant_typedef (decl) in is_naming_typedef_decl()
19634 if (is_redundant_typedef (decl)) in gen_decl_die()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree.h5822 extern bool is_redundant_typedef (const_tree);
H A Ddwarf2out.c25484 && is_redundant_typedef (TYPE_NAME (type)) in gen_type_die_with_usage()
25930 is_redundant_typedef (const_tree decl) in is_redundant_typedef() function
25964 || is_redundant_typedef (decl) in is_naming_typedef_decl()
26353 if (is_redundant_typedef (decl)) in gen_decl_die()
H A Dtree.c5539 && !is_redundant_typedef (tem))) in find_decls_types_r()