Searched refs:typedef_decl (Results 1 – 10 of 10) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | gengtype-parse.c | 817 typedef_decl (void) in typedef_decl() function 967 typedef_decl (); in parse_file()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | gengtype-parse.c | 1062 typedef_decl (void) in typedef_decl() function 1163 typedef_decl (); in parse_file()
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | decl.c | 8387 tree typedef_decl = NULL_TREE; in grokdeclarator() local 8721 typedef_decl = type; in grokdeclarator() 8722 type = TREE_TYPE (typedef_decl); in grokdeclarator() 8724 && DECL_ARTIFICIAL (typedef_decl) in grokdeclarator() 8742 if (typedef_decl) in grokdeclarator() 8743 decl_attr = DECL_ATTRIBUTES (typedef_decl); in grokdeclarator() 8882 && !(typedef_decl in grokdeclarator() 8883 && C_TYPEDEF_EXPLICITLY_SIGNED (typedef_decl)) in grokdeclarator() 8897 else if (typedef_decl) in grokdeclarator() 8949 (type, type_quals, ((typedef_decl && !DECL_ARTIFICIAL (typedef_decl) in grokdeclarator() [all …]
|
H A D | semantics.c | 1624 add_typedef_to_current_template_for_access_check (tree typedef_decl, in add_typedef_to_current_template_for_access_check() argument 1631 if (!is_typedef_decl (typedef_decl) in add_typedef_to_current_template_for_access_check() 1643 append_type_to_template_for_access_check (cs, typedef_decl, in add_typedef_to_current_template_for_access_check()
|
H A D | pt.c | 8395 tree type_decl = iter->typedef_decl; in perform_typedefs_access_check() 20284 typedef_usage.typedef_decl = type_decl; in append_type_to_template_for_access_check_1() 20337 if (iter->typedef_decl == type_decl && scope == iter->context) in append_type_to_template_for_access_check()
|
H A D | cp-tree.h | 725 tree typedef_decl; member
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | decl.c | 10155 tree typedef_decl = NULL_TREE; in grokdeclarator() local 10525 typedef_decl = type; in grokdeclarator() 10526 type = TREE_TYPE (typedef_decl); in grokdeclarator() 10528 && DECL_ARTIFICIAL (typedef_decl) in grokdeclarator() 10558 if (typedef_decl) in grokdeclarator() 10559 decl_attr = DECL_ATTRIBUTES (typedef_decl); in grokdeclarator() 10711 && !(typedef_decl in grokdeclarator() 10712 && C_TYPEDEF_EXPLICITLY_SIGNED (typedef_decl)) in grokdeclarator() 10726 else if (typedef_decl) in grokdeclarator() 10773 (type, type_quals, ((((typedef_decl && !DECL_ARTIFICIAL (typedef_decl)) in grokdeclarator() [all …]
|
H A D | semantics.c | 1917 add_typedef_to_current_template_for_access_check (tree typedef_decl, in add_typedef_to_current_template_for_access_check() argument 1924 if (!is_typedef_decl (typedef_decl) in add_typedef_to_current_template_for_access_check() 1936 append_type_to_template_for_access_check (cs, typedef_decl, in add_typedef_to_current_template_for_access_check()
|
H A D | cp-tree.h | 1330 tree typedef_decl; member
|
H A D | pt.c | 10833 tree type_decl = iter->typedef_decl; in perform_typedefs_access_check() 27086 typedef_usage.typedef_decl = type_decl; in append_type_to_template_for_access_check_1() 27135 if (iter->typedef_decl == type_decl && scope == iter->context) in append_type_to_template_for_access_check()
|