Searched refs:frame_decl (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-nested.c102 tree frame_decl; member in struct:nesting_info
238 /* Do not put info->frame_decl on info->new_local_var_chain,
242 info->frame_decl = create_tmp_var_raw (type, "FRAME");
243 DECL_CONTEXT (info->frame_decl) = info->context;
244 DECL_NONLOCAL_FRAME (info->frame_decl) = 1;
245 DECL_SEEN_IN_BIND_EXPR_P (info->frame_decl) = 1;
253 TREE_ADDRESSABLE (info->frame_decl) = 1;
327 = build3 (COMPONENT_REF, TREE_TYPE (field), info->frame_decl,
878 x = build_addr (info->frame_decl);
913 /* Make sure frame_decl get
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-nested.cc202 tree frame_decl; member in struct:nesting_info
335 /* Do not put info->frame_decl on info->new_local_var_chain,
339 info->frame_decl = create_tmp_var_raw (type, "FRAME");
340 DECL_CONTEXT (info->frame_decl) = info->context;
341 DECL_NONLOCAL_FRAME (info->frame_decl) = 1;
342 DECL_SEEN_IN_BIND_EXPR_P (info->frame_decl) = 1;
350 TREE_ADDRESSABLE (info->frame_decl) = 1;
425 = build3 (COMPONENT_REF, TREE_TYPE (field), info->frame_decl,
978 x = build_addr (info->frame_decl);
1013 /* Make sure frame_decl get
[all...]

Completed in 267 milliseconds