Searched refs:fb_decl (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-nested.c3258 tree fb_decl = make_node (FIELD_DECL); local
3260 DECL_NAME (fb_decl) = get_identifier ("FRAME_BASE.PARENT");
3261 TREE_TYPE (fb_decl) = ptr_type_node;
3262 TREE_ADDRESSABLE (fb_decl) = 1;
3263 DECL_CONTEXT (fb_decl) = root->frame_type;
3265 fb_decl);
3278 tree fb_ref = build3 (COMPONENT_REF, TREE_TYPE (fb_decl),
3279 root->frame_decl, fb_decl, NULL_TREE);
H A Ddwarf2out.c23244 const tree fb_decl = tree_last (TYPE_FIELDS (frame_type));
23248 fb_expr = build3 (COMPONENT_REF, TREE_TYPE (fb_decl),
23249 fb_expr, fb_decl, NULL_TREE);
23226 const tree fb_decl = tree_last (TYPE_FIELDS (frame_type)); local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-nested.cc3417 tree fb_decl = make_node (FIELD_DECL); local
3419 DECL_NAME (fb_decl) = get_identifier ("FRAME_BASE.PARENT");
3420 TREE_TYPE (fb_decl) = ptr_type_node;
3421 TREE_ADDRESSABLE (fb_decl) = 1;
3422 DECL_CONTEXT (fb_decl) = root->frame_type;
3424 fb_decl);
3437 tree fb_ref = build3 (COMPONENT_REF, TREE_TYPE (fb_decl),
3438 root->frame_decl, fb_decl, NULL_TREE);
H A Ddwarf2out.cc23942 const tree fb_decl = tree_last (TYPE_FIELDS (frame_type));
23946 fb_expr = build3 (COMPONENT_REF, TREE_TYPE (fb_decl),
23947 fb_expr, fb_decl, NULL_TREE);
23924 const tree fb_decl = tree_last (TYPE_FIELDS (frame_type)); local

Completed in 331 milliseconds