Searched refs:is_typedef_decl (Results 1 – 18 of 18) sorted by relevance
2489 || !is_typedef_decl (decl) in record_locally_defined_typedef()2502 if (!is_typedef_decl (t)) in maybe_record_typedef_use()
2479 || !is_typedef_decl (decl) in record_locally_defined_typedef()2492 if (!is_typedef_decl (t)) in maybe_record_typedef_use()
1161 if (is_typedef_decl (expr)) in predeclare_vla()
1606 if (TYPE_P (*tp) && is_typedef_decl (TYPE_NAME (*tp))) in find_typenames_r()
4752 if (d && is_typedef_decl (TYPE_NAME (t))) in no_linkage_error()
4038 if (is_typedef_decl (decl)) in find_parameter_packs_r()5973 if (check_for_bare_parameter_packs (is_typedef_decl (decl) in push_template_decl()15073 if (is_typedef_decl (t)) in tsubst_decl()15224 if (is_typedef_decl (r) && type != error_mark_node) in tsubst_decl()
12312 if (is_typedef_decl (typedef_decl)) in grokdeclarator()
4490 if (d && is_typedef_decl (TYPE_NAME (t))) in no_linkage_error()
1510 if (TYPE_P (*tp) && is_typedef_decl (TYPE_NAME (*tp))) in find_typenames_r()
3954 if (is_typedef_decl (decl)) in find_parameter_packs_r()5836 else if (check_for_bare_parameter_packs (is_typedef_decl (decl) in push_template_decl_real()14661 if (is_typedef_decl (t)) in tsubst_decl()14816 if (is_typedef_decl (r) && type != error_mark_node) in tsubst_decl()
2012 if (!is_typedef_decl (typedef_decl) in add_typedef_to_current_template_for_access_check()
12122 is_typedef_decl (const_tree x) in is_typedef_decl() function12133 return is_typedef_decl (TYPE_NAME (type)); in typedef_variant_p()
5268 extern bool is_typedef_decl (const_tree x);
27557 * c-common.c (is_typedef_decl): Move this definition ...27558 * tree.c (is_typedef_decl): ... here.27560 * c-common.h (is_typedef_decl): Move this declaration ...27561 * tree.h (is_typedef_decl): ... here.29177 * c-common.c (is_typedef_decl): Revert the moving of this29179 * tree.c (is_typedef_decl): ... here.29182 * c-common.h (is_typedef_decl): Revert the moving of this29184 * tree.h (is_typedef_decl): ... here.29317 * c-common.c (is_typedef_decl): Move this definition ...29318 * tree.c (is_typedef_decl): ... here.[all …]
29886 * c-common.h (is_typedef_decl, set_underlying_type): Declare ...29887 * c-common.c (is_typedef_decl, set_underlying_type): ... new entry33833 (is_typedef_decl ): Likewise33865 (is_typedef_decl ): New entry point.
31334 is_typedef_decl, typedef_variant_p): Constify.31336 is_typedef_decl, typedef_variant_p): Constify.
12994 is_typedef_decl (const_tree x) in is_typedef_decl() function13005 return is_typedef_decl (TYPE_NAME (type)); in typedef_variant_p()
5087 extern bool is_typedef_decl (const_tree x);