Lines Matching refs:frame_decl

102   tree frame_decl;
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 gets created. */
915 x = info->frame_decl;
964 /* Make sure frame_decl gets created. */
966 x = info->frame_decl;
1753 /* Make sure frame_decl gets created. */
1755 x = info->frame_decl;
1812 if (t != info->frame_decl && decl_function_context (t) == info->context)
1857 TREE_ADDRESSABLE (info->frame_decl) = 1;
2268 OMP_CLAUSE_DECL (c) = info->frame_decl;
2288 OMP_CLAUSE_DECL (c) = info->frame_decl;
2352 OMP_CLAUSE_DECL (c) = info->frame_decl;
2354 OMP_CLAUSE_SIZE (c) = DECL_SIZE_UNIT (info->frame_decl);
2373 OMP_CLAUSE_DECL (c) = info->frame_decl;
2375 OMP_CLAUSE_SIZE (c) = DECL_SIZE_UNIT (info->frame_decl);
2726 decl = i ? get_chain_decl (info) : info->frame_decl;
2835 decl = i ? get_chain_decl (info) : info->frame_decl;
2871 decl = i ? get_chain_decl (info) : info->frame_decl;
3205 arg3 = build_addr (info->frame_decl);
3210 info->frame_decl, field, NULL_TREE);
3273 layout_decl (root->frame_decl, 0);
3279 root->frame_decl, fb_decl, NULL_TREE);
3295 declare_vars (root->frame_decl,
3327 root->frame_decl, field, NULL_TREE);
3338 root->frame_decl, root->chain_field, NULL_TREE);