Home
last modified time | relevance | path

Searched refs:decl_ultimate_origin (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddwarf2out.cc3313 && (decl_ultimate_origin (decl) \
3739 static tree decl_ultimate_origin (const_tree);
4449 decl_ultimate_origin (const_tree decl) in decl_ultimate_origin() function
13711 tree origin = decl_ultimate_origin (name); in modified_type_die()
22697 tree origin = decl_ultimate_origin (decl);
22951 ultimate_origin = decl_ultimate_origin (node_or_origin); in gen_formal_parameter_die()
23135 gcc_assert (!decl_ultimate_origin (member)); in gen_type_die_for_member()
23412 tree origin = decl_ultimate_origin (decl); in gen_subprogram_die()
24385 ultimate_origin = decl_ultimate_origin (decl_or_origin); in gen_variable_die()
24722 tree origin = decl_ultimate_origin (decl); in gen_label_die()
[all …]
H A DFSFChangeLog.115153 (TYPE_DECL_IS_STUB): Call decl_ultimate_origin if DECL_ABTRACT_ORIGIN
6223 (decl_ultimate_origin): Remove last change.
6287 (decl_ultimate_origin): Return NULL if equal to decl.
H A DChangeLog-19986114 * dwarf2out.c (decl_ultimate_origin): Simplify.
6115 * dwarfout.c (decl_ultimate_origin): Likewise.
H A DChangeLog-19992021 Use decl_ultimate_origin instead of DECL_ABSTRACT_ORIGIN.
2044 * dwarf2out.c (decl_ultimate_origin): Ignore DECL_ABSTRACT_ORIGIN
H A DChangeLog-201720359 (modified_type_die): Check for decl_ultimate_origin being self
20362 (gen_typedef_die): Allow decl_ultimate_origin being self.
H A DChangeLog-20079548 decl_ultimate_origin, block_ultimate_origin, lookup_decl_loc,
H A DChangeLog-200512195 * dwarf2out.c (decl_ultimate_origin): Only DECL's with
H A DChangeLog-201037292 * dwarf2out.c (gen_formal_parameter_die): Call decl_ultimate_origin
H A DChangeLog-200414613 decl_ultimate_origin, AT_flag, AT_int, AT_unsigned, AT_string,
H A DChangeLog-201417807 * dwarf2out.c (decl_ultimate_origin): Update comment.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2out.c3214 && (decl_ultimate_origin (decl) \
3638 static tree decl_ultimate_origin (const_tree);
4362 decl_ultimate_origin (const_tree decl) in decl_ultimate_origin() function
13264 tree origin = decl_ultimate_origin (name); in modified_type_die()
22002 tree origin = decl_ultimate_origin (decl);
22253 ultimate_origin = decl_ultimate_origin (node_or_origin); in gen_formal_parameter_die()
22437 gcc_assert (!decl_ultimate_origin (member)); in gen_type_die_for_member()
22714 tree origin = decl_ultimate_origin (decl); in gen_subprogram_die()
23687 ultimate_origin = decl_ultimate_origin (decl_or_origin); in gen_variable_die()
24024 tree origin = decl_ultimate_origin (decl); in gen_label_die()
[all …]
H A DFSFChangeLog.115153 (TYPE_DECL_IS_STUB): Call decl_ultimate_origin if DECL_ABTRACT_ORIGIN
6223 (decl_ultimate_origin): Remove last change.
6287 (decl_ultimate_origin): Return NULL if equal to decl.