Searched refs:DECL_ORIGIN (Results 1 – 19 of 19) sorted by relevance
3275 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()
952 tree origin = DECL_ORIGIN (old_parm); in modify_call()2397 DECL_ABSTRACT_ORIGIN (copy) = DECL_ORIGIN (decl); in reset_debug_stmts()
944 BLOCK_ABSTRACT_ORIGIN (expr) = DECL_ORIGIN (BLOCK_ABSTRACT_ORIGIN (expr)); in lto_input_ts_block_tree_pointers()
1507 while (i < len && (**debug_args)[i] != DECL_ORIGIN (parm)) in split_function()
4461 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()
5505 tree aexp = DECL_ORIGIN (exp); in expand_debug_source_expr()
2596 #define DECL_ORIGIN(NODE) \ macro
11805 && DECL_ORIGIN (origin) == origin) in block_ultimate_origin()
6109 * tree.h (DECL_ORIGIN): New macro.6116 * c-decl.c (duplicate_decls): Use DECL_ORIGIN.
14572 DECL_ABSTRACT_ORIGIN, not DECL_ORIGIN.
35684 (DECL_ORIGIN): Add parenthesis.
30553 (gen_stdcall_or_fastcall_suffix): Adjust ident and use DECL_ORIGIN
4621 gimple_debug_source_bind_get_value is DECL_ORIGIN of a PARM_DECL
184 tree type = TREE_TYPE (DECL_ORIGIN (decl)); in gen_stdcall_or_fastcall_suffix()
2767 decl = DECL_ORIGIN (decl); in maybe_explain_implicit_delete()2906 decl = DECL_ORIGIN (decl); in deduce_inheriting_ctor()
2846 parm_types = FUNCTION_FIRST_USER_PARMTYPE (DECL_ORIGIN (decl)); in write_method_parms()
2341 parmlist = FUNCTION_FIRST_USER_PARMTYPE (DECL_ORIGIN (fn)); in add_function_candidate()8681 fn = DECL_ORIGIN (fn); in convert_default_arg()
8777 fun = DECL_ORIGIN (fun); in potential_constant_expression_1()
4491 * call.c (convert_default_arg): Use DECL_ORIGIN of fn. Check for