Home
last modified time | relevance | path

Searched refs:attribs (Results 1 – 25 of 188) sorted by relevance

12345678

/netbsd-src/sys/external/bsd/drm/dist/scripts/
H A Dcreate_linux_pci_lists.sh17 while read pcivend pcidev attribs pciname
30 echo " {$pcivend, $pcidev, PCI_ANY_ID, PCI_ANY_ID, 0, 0, $attribs}, \\" >> $OUTFILE
H A Dcreate_bsd_pci_lists.sh17 while read pcivend pcidev attribs pciname
30 echo " {$pcivend, $pcidev, $attribs, $pciname}, \\" >> $OUTFILE
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-attribs.cc181 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 DMake-lang.in136 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 Dhtml.c406 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 Dhtml.h30 char *attribs; member
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-attribs.cc241 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 DChangeLog-2020450 * 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 Dstub-objc.c126 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 Dstub-objc.cc126 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 DChangeLog21 * 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 Dreq.c51 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 Dreq.c51 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 DMake-lang.in84 # 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 DMakefile4 SRCS= attribs.c \
/netbsd-src/external/gpl3/gcc/usr.bin/lto-dump/
H A DMakefile7 attribs.cc \
/netbsd-src/external/gpl3/gcc.old/usr.bin/lto-dump/
H A DMakefile7 attribs.c \
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/
H A DMake-lang.in27 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 DMake-lang.in27 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 Domp-general.h94 extern tree oacc_replace_fn_attrib_attr (tree attribs, tree dims);
H A Domp-general.c1715 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 Domp-general.h116 extern tree oacc_replace_fn_attrib_attr (tree attribs, tree dims);
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.h221 tree *attribs[2]; member
/netbsd-src/external/gpl3/gcc.old/usr.bin/gcc/arch/earmv6hf/
H A Ddefs.mk14attribs.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-…
15attribs.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-…
57attribs.o incpath.o c-family/c-common.o c-family/c-cppbuiltin.o c-family/c-dump.o c-family/c-forma…
58attribs.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 Ddefs.mk14attribs.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-…
15attribs.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-…
57attribs.o incpath.o c-family/c-common.o c-family/c-cppbuiltin.o c-family/c-dump.o c-family/c-forma…
58attribs.o incpath.o c-family/c-common.o c-family/c-cppbuiltin.o c-family/c-dump.o c-family/c-forma…

12345678