/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/ |
H A D | unique.c | 507 unique_attrs *new_attrs = NULL; in unique_cf_attrs() local 597 attr->next = new_attrs; in unique_cf_attrs() 598 new_attrs = attr; in unique_cf_attrs() 603 for ( attr = new_attrs; in unique_cf_attrs() 617 for ( attr = new_attrs; in unique_cf_attrs()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-attribs.cc | 5104 tree new_attrs = append_access_attr_idxs (node, attrs, attrstr, code, idxs); in handle_access_attribute() local 5105 if (!new_attrs) in handle_access_attribute() 5110 new_attrs = tree_cons (NULL_TREE, new_attrs, NULL_TREE); in handle_access_attribute() 5111 new_attrs = tree_cons (name, new_attrs, NULL_TREE); in handle_access_attribute() 5117 new_attrs = append_access_attr_idxs (node, attrs, attrstr, code, idxs); in handle_access_attribute() 5118 if (!new_attrs) in handle_access_attribute() 5121 new_attrs = tree_cons (NULL_TREE, new_attrs, NULL_TREE); in handle_access_attribute() 5122 new_attrs = tree_cons (name, new_attrs, NULL_TREE); in handle_access_attribute() 5127 decl_attributes (node, new_attrs, flags | ATTR_FLAG_INTERNAL); in handle_access_attribute()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/ |
H A D | nds32.cc | 3941 tree new_attrs = *attributes; in nds32_insert_attributes() local 3946 if (lookup_attribute ("noinline", new_attrs) == NULL) in nds32_insert_attributes() 3947 new_attrs = tree_cons (get_identifier ("noinline"), NULL, new_attrs); in nds32_insert_attributes() 3948 if (lookup_attribute ("noclone", new_attrs) == NULL) in nds32_insert_attributes() 3949 new_attrs = tree_cons (get_identifier ("noclone"), NULL, new_attrs); in nds32_insert_attributes() 3954 *attributes = new_attrs; in nds32_insert_attributes()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/ |
H A D | nds32.c | 3941 tree new_attrs = *attributes; in nds32_insert_attributes() local 3946 if (lookup_attribute ("noinline", new_attrs) == NULL) in nds32_insert_attributes() 3947 new_attrs = tree_cons (get_identifier ("noinline"), NULL, new_attrs); in nds32_insert_attributes() 3948 if (lookup_attribute ("noclone", new_attrs) == NULL) in nds32_insert_attributes() 3949 new_attrs = tree_cons (get_identifier ("noclone"), NULL, new_attrs); in nds32_insert_attributes() 3954 *attributes = new_attrs; in nds32_insert_attributes()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-attribs.c | 4187 tree new_attrs = append_access_attrs (node[0], attrs, attrstr, code, idxs); in handle_access_attribute() local 4188 if (!new_attrs) in handle_access_attribute() 4193 new_attrs = tree_cons (NULL_TREE, new_attrs, NULL_TREE); in handle_access_attribute() 4194 new_attrs = tree_cons (name, new_attrs, attrs); in handle_access_attribute() 4205 new_attrs = tree_cons (name, attrs1, attrs); in handle_access_attribute() 4210 decl_attributes (node, new_attrs, flags); in handle_access_attribute()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | attribs.cc | 1495 tree new_attrs = NULL_TREE; in remove_attributes_matching() local 1496 tree *ptr = &new_attrs; in remove_attributes_matching() 1520 return start ? attrs : new_attrs; in remove_attributes_matching()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
H A D | aarch64-sve-builtins.cc | 3673 tree new_attrs = NULL_TREE; in get_arm_sve_vector_bits_attributes() local 3674 tree *ptr = &new_attrs; in get_arm_sve_vector_bits_attributes() 3687 return new_attrs; in get_arm_sve_vector_bits_attributes()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | aarch64-sve-builtins.cc | 3673 tree new_attrs = NULL_TREE; in get_arm_sve_vector_bits_attributes() local 3674 tree *ptr = &new_attrs; in get_arm_sve_vector_bits_attributes() 3687 return new_attrs; in get_arm_sve_vector_bits_attributes()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-parser.c | 4265 tree new_attrs; in c_parser_parms_list_declarator() local 4270 new_attrs = c_parser_gnu_attributes (parser); in c_parser_parms_list_declarator() 4271 return c_parser_parms_list_declarator (parser, new_attrs, expr, in c_parser_parms_list_declarator()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-parser.cc | 4302 tree new_attrs; in c_parser_parms_list_declarator() local 4307 new_attrs = c_parser_gnu_attributes (parser); in c_parser_parms_list_declarator() 4308 return c_parser_parms_list_declarator (parser, new_attrs, expr, in c_parser_parms_list_declarator()
|