Home
last modified time | relevance | path

Searched refs:attr_ptr (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Ddwarf2.c3360 struct attribute *attr_ptr, in find_abstract_instance() argument
3372 uint64_t die_ref = attr_ptr->u.val; in find_abstract_instance()
3386 if (attr_ptr->form == DW_FORM_ref_addr) in find_abstract_instance()
3419 else if (attr_ptr->form == DW_FORM_GNU_ref_alt) in find_abstract_instance()
3440 if (attr_ptr->form == DW_FORM_ref_addr in find_abstract_instance()
3441 || attr_ptr->form == DW_FORM_GNU_ref_alt) in find_abstract_instance()
3460 if (attr_ptr->form == DW_FORM_ref_addr) in find_abstract_instance()
3471 if (attr_ptr->form == DW_FORM_GNU_ref_alt) in find_abstract_instance()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Ddwarf2.c3437 struct attribute *attr_ptr, in find_abstract_instance() argument
3449 uint64_t die_ref = attr_ptr->u.val; in find_abstract_instance()
3462 if (attr_ptr->form == DW_FORM_ref_addr) in find_abstract_instance()
3495 else if (attr_ptr->form == DW_FORM_GNU_ref_alt) in find_abstract_instance()
3516 if (attr_ptr->form == DW_FORM_ref_addr in find_abstract_instance()
3517 || attr_ptr->form == DW_FORM_GNU_ref_alt) in find_abstract_instance()
3532 if (attr_ptr->form == DW_FORM_ref_addr) in find_abstract_instance()
3543 if (attr_ptr->form == DW_FORM_GNU_ref_alt) in find_abstract_instance()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c4570 tree *attr_ptr = &attrs; in c_warn_type_attributes() local
4571 while (*attr_ptr) in c_warn_type_attributes()
4572 if (get_attribute_namespace (*attr_ptr) == NULL_TREE) in c_warn_type_attributes()
4575 get_attribute_name (*attr_ptr)); in c_warn_type_attributes()
4576 *attr_ptr = TREE_CHAIN (*attr_ptr); in c_warn_type_attributes()
4579 attr_ptr = &TREE_CHAIN (*attr_ptr); in c_warn_type_attributes()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc4661 tree *attr_ptr = &attrs; in c_warn_type_attributes() local
4662 while (*attr_ptr) in c_warn_type_attributes()
4663 if (get_attribute_namespace (*attr_ptr) == NULL_TREE) in c_warn_type_attributes()
4666 get_attribute_name (*attr_ptr)); in c_warn_type_attributes()
4667 *attr_ptr = TREE_CHAIN (*attr_ptr); in c_warn_type_attributes()
4670 attr_ptr = &TREE_CHAIN (*attr_ptr); in c_warn_type_attributes()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/v850/
H A Dv850.cc2480 v850_insert_attributes (tree decl, tree * attr_ptr ATTRIBUTE_UNUSED ) in v850_insert_attributes()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/v850/
H A Dv850.c2480 v850_insert_attributes (tree decl, tree * attr_ptr ATTRIBUTE_UNUSED ) in v850_insert_attributes()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32c/
H A Dm32c.c3021 tree * attr_ptr ATTRIBUTE_UNUSED) in m32c_insert_attributes()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m32c/
H A Dm32c.cc3025 tree * attr_ptr ATTRIBUTE_UNUSED) in m32c_insert_attributes()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtarget.def2260 created. The @var{attr_ptr} argument is a pointer to the attribute list\n\
2263 the list and @code{*@var{attr_ptr}} modified to point to the new\n\
2266 void, (tree node, tree *attr_ptr),
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dtm.texi10455 @deftypefn {Target Hook} void TARGET_INSERT_ATTRIBUTES (tree @var{node}, tree *@var{attr_ptr})
10460 created. The @var{attr_ptr} argument is a pointer to the attribute list
10463 the list and @code{*@var{attr_ptr}} modified to point to the new