| /netbsd-src/sys/external/bsd/drm/dist/scripts/ |
| H A D | create_linux_pci_lists.sh | 17 while read pcivend pcidev attribs pciname 30 echo " {$pcivend, $pcidev, PCI_ANY_ID, PCI_ANY_ID, 0, 0, $attribs}, \\" >> $OUTFILE
|
| H A D | create_bsd_pci_lists.sh | 17 while read pcivend pcidev attribs pciname 30 echo " {$pcivend, $pcidev, $attribs, $pciname}, \\" >> $OUTFILE
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | d-attribs.cc | 181 tree attribs = merge_attributes (TYPE_ATTRIBUTES (type), in insert_type_attribute() local 184 return build_type_attribute_variant (type, attribs); in insert_type_attribute() 197 tree attribs = merge_attributes (DECL_ATTRIBUTES (decl), in insert_decl_attribute() local 200 return build_decl_attribute_variant (decl, attribs); in insert_decl_attribute() 249 tree attribs = NULL_TREE; in build_attributes() local 320 attribs = chainon (attribs, list); in build_attributes() 323 return attribs; in build_attributes()
|
| H A D | Make-lang.in | 136 d/d-attribs.o d/d-builtins.o d/d-codegen.o d/d-convert.o \ 146 d21$(exeext): $(D_ALL_OBJS) attribs.o $(BACKEND) $(LIBDEPS) 148 $(D_ALL_OBJS) attribs.o $(BACKEND) $(LIBS) $(BACKENDLIBS)
|
| /netbsd-src/external/gpl2/texinfo/dist/makeinfo/ |
| H A D | html.c | 406 push_tag (char *tag, char *attribs) in push_tag() argument 411 newstack->attribs = xstrdup (attribs); in push_tag() 428 free (htmlstack->attribs); in pop_tag() 517 old_attribs = htmlstack->attribs;
|
| H A D | html.h | 30 char *attribs; member
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | d-attribs.cc | 241 tree attribs = merge_attributes (TYPE_ATTRIBUTES (type), in insert_type_attribute() local 244 return build_type_attribute_variant (type, attribs); in insert_type_attribute() 257 tree attribs = merge_attributes (DECL_ATTRIBUTES (decl), in insert_decl_attribute() local 260 return build_decl_attribute_variant (decl, attribs); in insert_decl_attribute() 309 tree attribs = NULL_TREE; in build_attributes() local 404 attribs = chainon (attribs, list); in build_attributes() 407 return attribs; in build_attributes()
|
| H A D | ChangeLog-2020 | 450 * d-attribs.cc (uda_attribute_p): Don't search target attribute table 470 * d-attribs.cc (handle_noreturn_attribute): Remove names of unused 494 * d-attribs.cc: Update code formatting in a consistant style. 556 * d-attribs.cc (build_attributes): Use toStringExp instead of cast. 561 * d-attribs.cc (build_attributes): Use isXxxxExp helpers instead of 749 * d-attribs.cc (build_attributes): Use new field name. 928 * d-attribs.cc: Include dmd/attrib.h. 949 * d-attribs.cc (d_langhook_common_attribute_table): Add always_inline.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | stub-objc.c | 126 tree ARG_UNUSED (attribs)) in objc_start_protocol() argument 139 tree ARG_UNUSED (attribs)) in objc_start_class_interface() argument 147 tree ARG_UNUSED (attribs)) in objc_start_category_interface() argument
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | stub-objc.cc | 126 tree ARG_UNUSED (attribs)) in objc_start_protocol() argument 140 tree ARG_UNUSED (attribs)) in objc_start_class_interface() argument 148 tree ARG_UNUSED (attribs)) in objc_start_category_interface() argument
|
| H A D | ChangeLog | 21 * c-attribs.cc (handle_copy_attribute): Don't use 64 * c-attribs.cc (append_access_attr): Use order of arguments when 279 * c-attribs.cc (decl_or_type_attrs): Add error_mark_node check. 307 * c-attribs.cc: Fix up duplicated word issue in a comment. 312 * c-attribs.cc (handle_target_clones_attribute): Use 352 * c-attribs.cc (c_common_attribute_table): Add entry for 434 * c-attribs.c: Moved to... 435 * c-attribs.cc: ...here. 485 * c-attribs.c (c_common_attribute_table): Add "tainted_args". 502 * c-attribs.c (handle_optimize_attribute): Do not call [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
| H A D | req.c | 51 int attribs, unsigned long chtype); 57 int attribs, unsigned long chtype); 59 STACK_OF(CONF_VALUE) *attr, int attribs, 990 int attribs, unsigned long chtype) in make_REQ() argument 1034 i = auto_info(req, dn_sk, attr_sk, attribs, chtype); in make_REQ() 1036 i = prompt_info(req, dn_sk, dn_sect, attr_sk, attr_sect, attribs, in make_REQ() 1072 int attribs, unsigned long chtype) in prompt_info() argument 1173 if (attribs) { in prompt_info() 1240 STACK_OF(CONF_VALUE) *attr_sk, int attribs, in auto_info() argument 1295 if (attribs) { in auto_info()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
| H A D | req.c | 51 int mutlirdn, int attribs, unsigned long chtype); 55 int attribs, unsigned long chtype); 57 STACK_OF(CONF_VALUE) *attr, int attribs, 1069 int multirdn, int attribs, unsigned long chtype) in make_REQ() argument 1111 i = auto_info(req, dn_sk, attr_sk, attribs, chtype); in make_REQ() 1113 i = prompt_info(req, dn_sk, dn_sect, attr_sk, attr_sect, attribs, in make_REQ() 1129 int attribs, unsigned long chtype) in prompt_info() argument 1227 if (attribs) { in prompt_info() 1294 STACK_OF(CONF_VALUE) *attr_sk, int attribs, in auto_info() argument 1349 if (attribs) { in auto_info()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/ |
| H A D | Make-lang.in | 84 # brig1$(exeext): $(BRIG_OBJS) attribs.o $(BACKEND) $(LIBDEPS) 86 # $(BRIG_OBJS) attribs.o $(BACKEND) $(LIBS) $(BACKENDLIBS) 89 brig1$(exeext): $(BRIG_OBJS) attribs.o $(BACKEND) $(LIBDEPS) 91 $(BRIG_OBJS) attribs.o $(BACKEND) $(LIBS) \
|
| /netbsd-src/external/gpl3/gcc.old/usr.bin/lto1/ |
| H A D | Makefile | 4 SRCS= attribs.c \
|
| /netbsd-src/external/gpl3/gcc/usr.bin/lto-dump/ |
| H A D | Makefile | 7 attribs.cc \
|
| /netbsd-src/external/gpl3/gcc.old/usr.bin/lto-dump/ |
| H A D | Makefile | 7 attribs.c \
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/ |
| H A D | Make-lang.in | 27 LTO_OBJS = lto/lto-lang.o lto/lto.o lto/lto-object.o attribs.o lto/lto-partition.o lto/lto-symtab.o… 29 LTO_DUMP_OBJS = lto/lto-lang.o lto/lto-object.o attribs.o lto/lto-partition.o lto/lto-symtab.o lto/…
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/lto/ |
| H A D | Make-lang.in | 27 LTO_OBJS = lto/lto-lang.o lto/lto.o lto/lto-object.o attribs.o lto/lto-partition.o lto/lto-symtab.o… 29 LTO_DUMP_OBJS = lto/lto-lang.o lto/lto-object.o attribs.o lto/lto-partition.o lto/lto-symtab.o lto/…
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | omp-general.h | 94 extern tree oacc_replace_fn_attrib_attr (tree attribs, tree dims);
|
| H A D | omp-general.c | 1715 oacc_replace_fn_attrib_attr (tree attribs, tree dims) in oacc_replace_fn_attrib_attr() argument 1720 if (attribs && TREE_PURPOSE (attribs) == ident) in oacc_replace_fn_attrib_attr() 1721 attribs = TREE_CHAIN (attribs); in oacc_replace_fn_attrib_attr() 1722 return tree_cons (ident, dims, attribs); in oacc_replace_fn_attrib_attr()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | omp-general.h | 116 extern tree oacc_replace_fn_attrib_attr (tree attribs, tree dims);
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | parser.h | 221 tree *attribs[2]; member
|
| /netbsd-src/external/gpl3/gcc.old/usr.bin/gcc/arch/earmv6hf/ |
| H A D | defs.mk | 14 …attribs.o c/c-errors.o c/c-decl.o c/c-typeck.o c/c-convert.o c/c-aux-info.o c/c-objc-common.o c/c-… 15 …attribs.o c/c-errors.o c/c-decl.o c/c-typeck.o c/c-convert.o c/c-aux-info.o c/c-objc-common.o c/c-… 57 …attribs.o incpath.o c-family/c-common.o c-family/c-cppbuiltin.o c-family/c-dump.o c-family/c-forma… 58 …attribs.o incpath.o c-family/c-common.o c-family/c-cppbuiltin.o c-family/c-dump.o c-family/c-forma…
|
| /netbsd-src/external/gpl3/gcc/usr.bin/gcc/arch/ia64/ |
| H A D | defs.mk | 14 …attribs.o c/c-errors.o c/c-decl.o c/c-typeck.o c/c-convert.o c/c-aux-info.o c/c-objc-common.o c/c-… 15 …attribs.o c/c-errors.o c/c-decl.o c/c-typeck.o c/c-convert.o c/c-aux-info.o c/c-objc-common.o c/c-… 57 …attribs.o incpath.o c-family/c-common.o c-family/c-cppbuiltin.o c-family/c-dump.o c-family/c-forma… 58 …attribs.o incpath.o c-family/c-common.o c-family/c-cppbuiltin.o c-family/c-dump.o c-family/c-forma…
|