Searched refs:typedef_decl (Results 1 – 10 of 10) sorted by relevance
1062 typedef_decl (void) in typedef_decl() function1163 typedef_decl (); in parse_file()
13409 * c-tree.h (struct c_declspecs): Remove typedef_decl. Add13411 * c-decl.c (shadow_tag_warned): Check typedef_p, not typedef_decl.13412 (grokdeclarator): Don't use typedef_decl for warn_deprecated_use.13413 Check typedef_p and typedef_signed_p, not typedef_decl.13414 (grokfield): Check typedef_p, not typedef_decl.13416 not typedef_decl.13418 typedef_decl.
11705 tree typedef_decl = NULL_TREE; in grokdeclarator() local12130 typedef_decl = type; in grokdeclarator()12131 type = TREE_TYPE (typedef_decl); in grokdeclarator()12132 if (DECL_ARTIFICIAL (typedef_decl)) in grokdeclarator()12161 if (typedef_decl) in grokdeclarator()12162 decl_attr = DECL_ATTRIBUTES (typedef_decl); in grokdeclarator()12304 if (typedef_decl) in grokdeclarator()12308 key, typedef_decl); in grokdeclarator()12312 if (is_typedef_decl (typedef_decl)) in grokdeclarator()12313 type = DECL_ORIGINAL_TYPE (typedef_decl); in grokdeclarator()[all …]
281 * decl.cc (grokdeclarator): Don't clear typedef_decl after 'unsigned433 * decl.cc (grokdeclarator): Handle non-typedef typedef_decl.438 * decl.cc (grokdeclarator): Keep typedef_decl for __int128_t.532 * decl.cc (grokdeclarator): Handle non-typedef typedef_decl.
3917 * decl.c (grokdeclarator): Set typedef_decl for all TYPE_DECLs,
11035 tree typedef_decl = NULL_TREE; in grokdeclarator() local11441 typedef_decl = type; in grokdeclarator()11442 type = TREE_TYPE (typedef_decl); in grokdeclarator()11443 if (DECL_ARTIFICIAL (typedef_decl)) in grokdeclarator()11472 if (typedef_decl) in grokdeclarator()11473 decl_attr = DECL_ATTRIBUTES (typedef_decl); in grokdeclarator()11615 if (typedef_decl) in grokdeclarator()11656 && !(typedef_decl in grokdeclarator()11657 && C_TYPEDEF_EXPLICITLY_SIGNED (typedef_decl)) in grokdeclarator()11671 else if (typedef_decl) in grokdeclarator()[all …]
2005 add_typedef_to_current_template_for_access_check (tree typedef_decl, in add_typedef_to_current_template_for_access_check() argument2012 if (!is_typedef_decl (typedef_decl) in add_typedef_to_current_template_for_access_check()2024 append_type_to_template_for_access_check (cs, typedef_decl, in add_typedef_to_current_template_for_access_check()
1468 tree typedef_decl; member
11564 tree type_decl = iter->typedef_decl; in perform_typedefs_access_check()29581 typedef_usage.typedef_decl = type_decl; in append_type_to_template_for_access_check_1()29630 if (iter->typedef_decl == type_decl && scope == iter->context) in append_type_to_template_for_access_check()