Home
last modified time | relevance | path

Searched refs:DECL_ORIGIN (Results 1 – 19 of 19) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-inline.cc3275 if ((**debug_args)[i] == DECL_ORIGIN (t) in copy_debug_stmt()
4964 BLOCK_ABSTRACT_ORIGIN (id->block) = DECL_ORIGIN (fn); in expand_call_inline()
5047 if (TREE_CODE (DECL_ORIGIN (*var)) == PARM_DECL) in expand_call_inline()
5938 DECL_ABSTRACT_ORIGIN (copy) = DECL_ORIGIN (decl); in copy_decl_for_dup_finish()
6227 DECL_ABSTRACT_ORIGIN (new_decl) = DECL_ORIGIN (old_decl); in tree_function_versioning()
6228 if (DECL_ORIGIN (old_decl) == old_decl) in tree_function_versioning()
6451 vec_safe_push (*debug_args, DECL_ORIGIN (parm)); in tree_function_versioning()
Dipa-param-manipulation.cc952 tree origin = DECL_ORIGIN (old_parm); in modify_call()
2397 DECL_ABSTRACT_ORIGIN (copy) = DECL_ORIGIN (decl); in reset_debug_stmts()
Dtree-streamer-in.cc944 BLOCK_ABSTRACT_ORIGIN (expr) = DECL_ORIGIN (BLOCK_ABSTRACT_ORIGIN (expr)); in lto_input_ts_block_tree_pointers()
Dipa-split.cc1507 while (i < len && (**debug_args)[i] != DECL_ORIGIN (parm)) in split_function()
Ddwarf2out.cc4461 gcc_assert (!DECL_FROM_INLINE (DECL_ORIGIN (decl))); in decl_ultimate_origin()
23244 decl = DECL_ORIGIN (decl); in dwarf2out_abstract_function()
26953 else if (origin || DECL_ORIGIN (decl) != decl) in gen_decl_die()
26955 ? DECL_ORIGIN (origin) in gen_decl_die()
Dcfgexpand.cc5505 tree aexp = DECL_ORIGIN (exp); in expand_debug_source_expr()
Dtree.h2596 #define DECL_ORIGIN(NODE) \ macro
Dtree.cc11805 && DECL_ORIGIN (origin) == origin) in block_ultimate_origin()
DChangeLog-19986109 * tree.h (DECL_ORIGIN): New macro.
6116 * c-decl.c (duplicate_decls): Use DECL_ORIGIN.
DChangeLog-200014572 DECL_ABSTRACT_ORIGIN, not DECL_ORIGIN.
DChangeLog-200235684 (DECL_ORIGIN): Add parenthesis.
DChangeLog-201130553 (gen_stdcall_or_fastcall_suffix): Adjust ident and use DECL_ORIGIN
DChangeLog-20154621 gimple_debug_source_bind_get_value is DECL_ORIGIN of a PARM_DECL
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Dwinnt.cc184 tree type = TREE_TYPE (DECL_ORIGIN (decl)); in gen_stdcall_or_fastcall_suffix()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dmethod.cc2767 decl = DECL_ORIGIN (decl); in maybe_explain_implicit_delete()
2906 decl = DECL_ORIGIN (decl); in deduce_inheriting_ctor()
Dmangle.cc2846 parm_types = FUNCTION_FIRST_USER_PARMTYPE (DECL_ORIGIN (decl)); in write_method_parms()
Dcall.cc2341 parmlist = FUNCTION_FIRST_USER_PARMTYPE (DECL_ORIGIN (fn)); in add_function_candidate()
8681 fn = DECL_ORIGIN (fn); in convert_default_arg()
Dconstexpr.cc8777 fun = DECL_ORIGIN (fun); in potential_constant_expression_1()
DChangeLog-20114491 * call.c (convert_default_arg): Use DECL_ORIGIN of fn. Check for