| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/ |
| compile.c | 29 union union_type; 44 const union union_type *ptrfield; 54 union union_type { union 62 union union_type union_object;
|
| compile-cplus.c | 32 union union_type; 47 const union union_type *ptrfield; 57 union union_type { union 65 union union_type union_object;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/ |
| compile.c | 29 union union_type; 44 const union union_type *ptrfield; 54 union union_type { union 62 union union_type union_object;
|
| compile-cplus.c | 32 union union_type; 47 const union union_type *ptrfield; 57 union union_type { union 65 union union_type union_object;
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| trans-common.cc | 22 way to build UNION_TYPE is borrowed from Richard Henderson. 280 build_field (segment_info *h, tree union_type, record_layout_info rli) 298 DECL_FIELD_CONTEXT (field) = union_type; 352 build_equiv_decl (tree union_type, bool is_init, bool is_saved, bool is_auto) 360 decl = gfc_create_var (union_type, "equiv"); 368 VAR_DECL, get_identifier (name), union_type); 393 build_common_decl (gfc_common_head *com, tree union_type, bool is_init) 404 tree size = TYPE_SIZE_UNIT (union_type); 419 DECL_SIZE (decl) = TYPE_SIZE (union_type); 421 SET_DECL_MODE (decl, TYPE_MODE (union_type)); 637 tree union_type; local [all...] |
| trans-types.cc | 2242 case UNION_TYPE: 2428 /* Add a field of given NAME and TYPE to the context of a UNION_TYPE 2560 typenode = make_node (UNION_TYPE); 2799 build UNION_TYPE nodes for BT_UNION components. MAPs and other nested 3007 type = make_node (UNION_TYPE); 3623 tree triplet_struct_type, vect_struct_type, union_type, tmp, *chain; 3658 union_type = make_node (UNION_TYPE); 3659 tmp = gfc_add_field_to_struct_1 (union_type, get_identifier ("v"), 3662 tmp = gfc_add_field_to_struct_1 (union_type, get_identifier ("triplet") 3609 tree triplet_struct_type, vect_struct_type, union_type, tmp, *chain; local 3676 tree c_struct_type, s_struct_type, v_struct_type, union_type, dim_union_type, local [all...] |
| trans-expr.cc | 2823 RECORD_TYPE within a UNION_TYPE) always use the given FIELD_DECL. */ 2826 && !( TREE_CODE (TREE_TYPE (field)) == UNION_TYPE /* Field is union */ 2827 || TREE_CODE (context) == UNION_TYPE)) /* Field is map */ 9773 tree union_type = TREE_TYPE (un->backend_decl); local 9774 tree val = build_constructor (union_type, NULL);
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| trans-common.cc | 22 way to build UNION_TYPE is borrowed from Richard Henderson. 280 build_field (segment_info *h, tree union_type, record_layout_info rli) 298 DECL_FIELD_CONTEXT (field) = union_type; 352 build_equiv_decl (tree union_type, bool is_init, bool is_saved, bool is_auto) 360 decl = gfc_create_var (union_type, "equiv"); 368 VAR_DECL, get_identifier (name), union_type); 393 build_common_decl (gfc_common_head *com, tree union_type, bool is_init) 404 tree size = TYPE_SIZE_UNIT (union_type); 419 DECL_SIZE (decl) = TYPE_SIZE (union_type); 421 SET_DECL_MODE (decl, TYPE_MODE (union_type)); 637 tree union_type; local [all...] |
| trans-types.cc | 2224 case UNION_TYPE: 2408 /* Add a field of given NAME and TYPE to the context of a UNION_TYPE 2540 typenode = make_node (UNION_TYPE); 2779 build UNION_TYPE nodes for BT_UNION components. MAPs and other nested 2985 type = make_node (UNION_TYPE); 3596 tree triplet_struct_type, vect_struct_type, union_type, tmp, *chain; 3631 union_type = make_node (UNION_TYPE); 3632 tmp = gfc_add_field_to_struct_1 (union_type, get_identifier ("v"), 3635 tmp = gfc_add_field_to_struct_1 (union_type, get_identifier ("triplet") 3582 tree triplet_struct_type, vect_struct_type, union_type, tmp, *chain; local 3649 tree c_struct_type, s_struct_type, v_struct_type, union_type, dim_union_type, local [all...] |
| trans-expr.cc | 2741 RECORD_TYPE within a UNION_TYPE) always use the given FIELD_DECL. */ 2744 && !( TREE_CODE (TREE_TYPE (field)) == UNION_TYPE /* Field is union */ 2745 || TREE_CODE (context) == UNION_TYPE)) /* Field is map */ 9278 tree union_type = TREE_TYPE (un->backend_decl); local 9279 tree val = build_constructor (union_type, NULL);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gengtype.cc | 1023 type_p union_type; 1033 union_type = 1039 return create_field_all (next, union_type, name, 1019 type_p union_type; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gengtype.cc | 1024 type_p union_type; 1034 union_type = 1040 return create_field_all (next, union_type, name, 1020 type_p union_type; local
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| cp-tree.h | 514 LOOKUP_FOUND_P (in RECORD_TYPE, UNION_TYPE, ENUMERAL_TYPE, NAMESPACE_DECL) 535 5: CLASS_TYPE_P (in RECORD_TYPE and UNION_TYPE) 585 RECORD_TYPE or UNION_TYPE this is TYPE_TEMPLATE_INFO, 798 TREE_LANG_FLAG_4 (TREE_CHECK4 (NODE,RECORD_TYPE,UNION_TYPE,ENUMERAL_TYPE,\ 1330 /* In a RECORD_TYPE or UNION_TYPE, nonzero if any component is read-only. */ 2299 ((T) == RECORD_TYPE || (T) == UNION_TYPE) 3307 in) as a member in a RECORD_TYPE or UNION_TYPE node. It is also for 3784 /* Template information for a RECORD_TYPE or UNION_TYPE. */ 3792 /* Template information for an ENUMERAL_, RECORD_, UNION_TYPE, or 3818 or UNION_TYPE to VAL. ALIAS's are dealt with separately. * 5571 union_type, \/* "union" types. *\/ enumerator in enum:tag_types [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| cp-tree.h | 506 LOOKUP_FOUND_P (in RECORD_TYPE, UNION_TYPE, ENUMERAL_TYPE, NAMESPACE_DECL) 525 5: CLASS_TYPE_P (in RECORD_TYPE and UNION_TYPE) 576 RECORD_TYPE or UNION_TYPE this is TYPE_TEMPLATE_INFO, 776 TREE_LANG_FLAG_4 (TREE_CHECK4 (NODE,RECORD_TYPE,UNION_TYPE,ENUMERAL_TYPE,\ 1299 /* In a RECORD_TYPE or UNION_TYPE, nonzero if any component is read-only. */ 2238 ((T) == RECORD_TYPE || (T) == UNION_TYPE) 3249 in) as a member in a RECORD_TYPE or UNION_TYPE node. It is also for 3690 /* Template information for a RECORD_TYPE or UNION_TYPE. */ 3698 /* Template information for an ENUMERAL_, RECORD_, UNION_TYPE, or 3724 or UNION_TYPE to VAL. ALIAS's are dealt with separately. * 5436 union_type, \/* "union" types. *\/ enumerator in enum:tag_types [all...] |