Searched refs:current_function_decl (Results 1 - 25 of 94) sorted by relevance

1234

/freebsd-10.1-release/contrib/gcc/
H A Dxcoffout.c380 The blocks match the BLOCKs in DECL_INITIAL (current_function_decl),
386 tree decl = current_function_decl;
447 dbxout_parms (DECL_ARGUMENTS (current_function_decl));
453 do_block = BLOCK_NUMBER (DECL_INITIAL (current_function_decl));
454 xcoffout_block (DECL_INITIAL (current_function_decl), 0,
455 DECL_ARGUMENTS (current_function_decl));
481 const char *fname = XSTR (XEXP (DECL_RTL (current_function_decl), 0), 0);
H A Dtree-nrv.c107 tree result = DECL_RESULT (current_function_decl);
116 if (!aggregate_value_p (result, current_function_decl))
158 || DECL_CONTEXT (found) != current_function_decl
H A Ddiagnostic.h142 ((DC)->last_function != current_function_decl)
147 (DC)->last_function = current_function_decl
H A Dgimple-low.c63 /* Lower the body of current_function_decl. */
69 tree *body_p = &DECL_SAVED_TREE (current_function_decl);
77 data.block = DECL_INITIAL (current_function_decl);
137 t = build_addr (disp_label, current_function_decl);
149 gcc_assert (data.block == DECL_INITIAL (current_function_decl));
305 gcc_assert (new_block == DECL_INITIAL (current_function_decl));
666 t = build_addr (next_label, current_function_decl);
692 t = build_addr (next_label, current_function_decl);
724 if (fn != current_function_decl)
745 if (fn != current_function_decl)
[all...]
H A Dlanghooks.c516 if (current_function_decl == NULL)
520 if (TREE_CODE (TREE_TYPE (current_function_decl)) == METHOD_TYPE)
523 lang_hooks.decl_printable_name (current_function_decl, 2));
527 lang_hooks.decl_printable_name (current_function_decl, 2));
H A Dtree-mudflap.c128 if (sourcefile == NULL && current_function_decl != NULL_TREE)
129 sourcefile = DECL_SOURCE_FILE (current_function_decl);
148 if (current_function_decl != NULL_TREE)
154 if (DECL_NAME (current_function_decl))
155 funcname = lang_hooks.decl_printable_name (current_function_decl, 1);
210 if (file == NULL && current_function_decl != NULL_TREE)
211 file = DECL_SOURCE_FILE (current_function_decl);
230 name = lang_hooks.decl_printable_name (current_function_decl, 1);
421 if (mf_marked_p (current_function_decl) ||
422 DECL_ARTIFICIAL (current_function_decl))
[all...]
H A Dtree-optimize.c364 tree saved_current_function_decl = current_function_decl;
366 current_function_decl = fn;
373 current_function_decl = saved_current_function_decl;
418 current_function_decl = fndecl;
H A Dtree-tailcall.c184 for (param = DECL_ARGUMENTS (current_function_decl);
301 if (FLOAT_TYPE_P (TREE_TYPE (DECL_RESULT (current_function_decl))))
434 if (func == current_function_decl)
550 tree ret_type = TREE_TYPE (DECL_RESULT (current_function_decl));
619 tree ret_type = TREE_TYPE (DECL_RESULT (current_function_decl));
772 for (param = DECL_ARGUMENTS (current_function_decl),
909 for (param = DECL_ARGUMENTS (current_function_decl);
928 ret_type = TREE_TYPE (DECL_RESULT (current_function_decl));
944 ret_type = TREE_TYPE (DECL_RESULT (current_function_decl));
H A Dpasses.c763 && dump_file && current_function_decl)
766 dump_function_to_file (current_function_decl,
788 && dump_file && !current_function_decl)
858 if (dump_file && current_function_decl)
861 dname = lang_hooks.decl_printable_name (current_function_decl, 2);
863 (DECL_ASSEMBLER_NAME (current_function_decl)));
954 current_function_decl = node->decl;
958 current_function_decl = NULL;
H A Dtree-profile.c147 build_addr (ref, current_function_decl),
172 build_addr (ref, current_function_decl),
195 build_addr (ref, current_function_decl),
H A Dsdbout.c110 extern tree current_function_decl;
716 if (context == current_function_decl)
1049 if (current_function_decl != NULL_TREE
1050 && DECL_SECTION_NAME (current_function_decl) != NULL_TREE)
1480 The blocks match the BLOCKs in DECL_INITIAL (current_function_decl),
1486 tree decl = current_function_decl;
1557 sdbout_symbol (current_function_decl, 0);
1579 sdbout_parms (DECL_ARGUMENTS (current_function_decl));
1580 sdbout_reg_parms (DECL_ARGUMENTS (current_function_decl));
1608 = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (current_function_decl));
[all...]
H A Dcfgexpand.c955 tree t, outer_block = DECL_INITIAL (current_function_decl);
1479 record_block_change (DECL_INITIAL (current_function_decl));
1624 expand_function_start (current_function_decl);
1628 if (DECL_NAME (current_function_decl)
1629 && MAIN_NAME_P (DECL_NAME (current_function_decl))
1630 && DECL_FILE_SCOPE_P (current_function_decl))
1676 DECL_DEFER_OUTPUT (current_function_decl) = 0;
1695 for (parent = DECL_CONTEXT (current_function_decl);
1705 if (cgraph_function_possibly_inlined_p (current_function_decl))
1706 (*debug_hooks->outlining_inline_function) (current_function_decl);
[all...]
H A Dfunction.c271 push_function_context_to (current_function_decl);
285 current_function_decl = p->decl;
297 pop_function_context_from (current_function_decl);
1697 in_arg_offset = FIRST_PARM_OFFSET (current_function_decl);
1699 dynamic_offset = STACK_DYNAMIC_OFFSET (current_function_decl);
1702 cfa_offset = FRAME_POINTER_CFA_OFFSET (current_function_decl);
1704 cfa_offset = ARG_POINTER_CFA_OFFSET (current_function_decl);
1738 instantiate_decls (current_function_decl);
1958 fntype = TREE_TYPE (current_function_decl);
1964 current_function_decl,
[all...]
H A Dcoverage.c351 (DECL_ASSEMBLER_NAME (current_function_decl)));
359 IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (current_function_decl)),
367 IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (current_function_decl)),
514 = expand_location (DECL_SOURCE_LOCATION (current_function_decl));
519 (chksum, IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (current_function_decl)));
539 = expand_location (DECL_SOURCE_LOCATION (current_function_decl));
560 (DECL_ASSEMBLER_NAME (current_function_decl)));
H A Dipa-pure-const.c559 tree old_decl = current_function_decl;
564 current_function_decl = fn->decl;
576 current_function_decl = old_decl;
H A Dc-decl.c754 context = current_function_decl;
2131 if (current_function_decl
2134 DECL_CONTEXT (x) = current_function_decl;
2528 if (current_function_decl == 0)
2544 /* If we are parsing old-style parameter decls, current_function_decl
2560 DECL_CONTEXT (label) = current_function_decl;
2577 if (current_function_decl == 0)
2587 if (label && (DECL_CONTEXT (label) == current_function_decl
2652 && ((DECL_CONTEXT (label) == current_function_decl
2654 || (DECL_CONTEXT (label) != current_function_decl
[all...]
H A Dtree-nested.c182 save_context = current_function_decl;
183 current_function_decl = context;
185 current_function_decl = save_context;;
1032 save_context = current_function_decl;
1033 current_function_decl = info->context;
1035 current_function_decl = save_context;
1318 save_context = current_function_decl;
1319 current_function_decl = info->context;
1321 current_function_decl = save_context;
H A Dtree-ssa-address.c227 ? expand_expr (build_addr (addr->symbol, current_function_decl),
253 addr_base = fold_convert (type, build_addr (sym, current_function_decl));
601 build_addr (parts.symbol, current_function_decl));
/freebsd-10.1-release/contrib/gcc/config/i386/
H A Dfreebsd.h229 XSTR (XEXP (DECL_RTL (current_function_decl), 0), 0)); \
240 XSTR (XEXP (DECL_RTL (current_function_decl), 0), 0)); \
/freebsd-10.1-release/contrib/gcc/cp/
H A Dinit.c334 "list", current_function_decl, member);
383 current_function_decl, member);
388 current_function_decl, member);
391 current_function_decl, member, type);
542 warning (OPT_Wreorder, "%J when initialized here", current_function_decl);
559 current_function_decl, subobject);
562 current_function_decl, subobject);
629 current_function_decl, last_field_type);
688 && DECL_COPY_CONSTRUCTOR_P (current_function_decl)
692 current_function_decl, BINFO_TYP
[all...]
H A Dlex.c384 current_function_decl = NULL;
611 if (current_function_decl)
615 DECL_CONTEXT (decl) = current_function_decl;
H A Dsemantics.c101 3. The global `current_class_type' or `current_function_decl' is then
566 DECL_UNINLINABLE (current_function_decl) = 1;
791 if (DECL_DESTRUCTOR_P (current_function_decl)
792 || (DECL_CONSTRUCTOR_P (current_function_decl)
1419 if (current_function_decl
1420 && DECL_STATIC_FUNCTION_P (current_function_decl))
1940 else if (current_function_decl
1941 && DECL_STATIC_FUNCTION_P (current_function_decl))
1947 else if (cur_block && current_function_decl
1948 && BLOCK_SYNTHESIZED_FUNC (current_function_decl))
[all...]
H A Ddecl2.c450 gcc_assert (!current_function_decl);
2375 TREE_PUBLIC (current_function_decl) = ! targetm.have_ctors_dtors;
2379 DECL_ARTIFICIAL (current_function_decl) = 1;
2382 TREE_USED (current_function_decl) = 1;
2386 DECL_GLOBAL_CTOR_P (current_function_decl) = 1;
2388 DECL_GLOBAL_DTOR_P (current_function_decl) = 1;
2389 DECL_LANG_SPECIFIC (current_function_decl)->decl_flags.u2sel = 1;
2397 DECL_INLINE (current_function_decl) = 0;
2398 DECL_UNINLINABLE (current_function_decl) = 1;
2648 DECL_CONTEXT (current_function_decl)
[all...]
H A Ddecl.c775 gcc_assert (DECL_INITIAL (current_function_decl) == error_mark_node);
776 DECL_INITIAL (current_function_decl) = block;
2249 DECL_CONTEXT (decl) = current_function_decl;
2289 if (current_function_decl == NULL_TREE)
2297 if (decl != NULL_TREE && DECL_CONTEXT (decl) == current_function_decl)
3163 current_function_decl = NULL_TREE;
3381 DECL_CONTEXT (decl) = current_function_decl;
3390 if (current_function_decl)
5517 DECL_CONTEXT (block_byref_id_object_copy[kind]) = current_function_decl;
5539 DECL_CONTEXT (block_byref_id_object_dispose[kind]) = current_function_decl;
[all...]
H A Dsearch.c504 current_class_type current_function_decl
516 current_function_decl are set, the class was declared inside that
518 if (current_function_decl && current_class_type
519 && ((DECL_FUNCTION_MEMBER_P (current_function_decl)
520 && same_type_p (DECL_CONTEXT (current_function_decl),
522 || (DECL_FRIEND_CONTEXT (current_function_decl)
523 && same_type_p (DECL_FRIEND_CONTEXT (current_function_decl),
525 return current_function_decl;
528 if (current_function_decl)
529 return current_function_decl;
[all...]

Completed in 238 milliseconds

1234