Searched refs:attrs (Results 151 - 174 of 174) sorted by relevance

1234567

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp360 TypeAttrLocation TAL, ParsedAttributesView &attrs);
681 "declarator has no attrs!");
3702 static bool hasNullabilityAttr(const ParsedAttributesView &attrs) { argument
3703 for (const ParsedAttr &AL : attrs) {
4421 ParsedAttributesView &attrs, AttributePool &Pool) -> ParsedAttr * {
4427 if (hasNullabilityAttr(attrs))
4439 attrs.addAtEnd(nullabilityAttr);
5063 // FIXME: Set address space from attrs for C++ mode here.
7593 ParsedAttributesView &attrs) {
7602 ParsedAttributesView AttrsCopy{attrs};
7591 processTypeAttrs(TypeProcessingState &state, QualType &type, TypeAttrLocation TAL, ParsedAttributesView &attrs) argument
[all...]
H A DSemaTemplateInstantiateDecl.cpp513 for (const auto *TmplAttr : Tmpl->attrs()) {
546 for (const auto *TmplAttr : Tmpl->attrs()) {
1115 for (const auto *Attr : D->attrs())
H A DSemaDecl.cpp2398 for (const auto *i : D->attrs())
2628 for (const auto *Attribute : D->attrs())
3268 // If we've implicitly added *all* of the overloadable attrs to this
4757 for (const auto *Attr : VD->attrs())
9832 for (const Attr *A : FD->attrs()) {
13396 AttributeFactory attrs; local
13397 DeclSpec DS(attrs);
H A DSemaDeclAttr.cpp7788 for (const auto *A : D->attrs()) {
H A DSemaDeclCXX.cpp17207 for (const auto *A : Method->attrs()) {
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_pm.c489 .attrs = hwmon_attributes,
/freebsd-11-stable/contrib/libarchive/test_utils/
H A Dtest_main.c218 DWORD attrs; local
290 attrs = GetFileAttributesA(linkname);
291 if (attrs != INVALID_FILE_ATTRIBUTES) {
292 if (attrs & FILE_ATTRIBUTE_DIRECTORY)
/freebsd-11-stable/contrib/gcc/
H A Dc-format.c892 check_function_format (tree attrs, tree params)
897 for (a = attrs; a; a = TREE_CHAIN (a))
888 check_function_format(tree attrs, tree params) argument
H A Dc-typeck.c7786 tree blab, tree clab, tree attrs, bool cond_is_first)
7812 decl_attributes (&LABEL_EXPR_LABEL (top), attrs, 0);
7748 c_finish_loop(location_t start_locus, tree cond, tree incr, tree body, \ tree blab, tree clab, tree attrs, bool cond_is_first) argument
7776 decl_attributes (&LABEL_EXPR_LABEL (top), attrs, 0); local
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_main.c1158 .attrs = device_attrs
H A Dib_uverbs_cmd.c375 if (!(ib_dev->attrs.device_cap_flags & IB_DEVICE_ON_DEMAND_PAGING))
485 copy_query_dev_fields(file, ib_dev, &resp, &ib_dev->attrs);
1009 if (!(pd->device->attrs.device_cap_flags &
H A Dib_cm.c3983 cm_dev->ack_delay = ib_device->attrs.local_ca_ack_delay;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h501 attr_range attrs() const { function
H A DRecursiveASTVisitor.h1429 for (auto *I : D->attrs()) \
/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c146 attr_t attrs; local
153 retval = attr_get(&attrs, &colours, NULL);
158 report_int(attrs);
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c975 struct ib_device_attr *device_attr = &hca->attrs;
H A Dipoib_cm.c1398 max_srq_sge = priv->ca->attrs.max_srq_sge;
/freebsd-11-stable/contrib/binutils/bfd/
H A DMakefile.am300 elf-attrs.lo \
479 elf-attrs.c \
1565 elf-attrs.lo: elf-attrs.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
H A DMakefile.in549 elf-attrs.lo \
728 elf-attrs.c \
2144 elf-attrs.lo: elf-attrs.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6586 for (const auto *Attr : Node.attrs()) {
/freebsd-11-stable/lib/clang/libllvm/
H A DMakefile1631 ${LLVM_TBLGEN} -gen-attrs \
1660 ${LLVM_TBLGEN} -gen-attrs \
/freebsd-11-stable/contrib/gcc/cp/
H A Dcp-tree.h4023 tree attrs);
H A Dparser.c11904 tree attrs;
11909 quals = cp_parser_cv_qualifier_or_attribute_seq_opt (parser, &attrs);
11917 return make_block_pointer_declarator (attrs, quals, inner);
19496 /*attrs*/NULL_TREE,
19600 /*attrs*/NULL_TREE,
19844 /*attrs*/NULL_TREE,
11902 tree attrs; local
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp4676 for (const auto *I : attrs())

Completed in 642 milliseconds

1234567