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

1234567

/freebsd-11-stable/contrib/gcc/
H A Dgenattrtab.c196 static struct attr_desc *attrs[MAX_ATTRS_INDEX]; variable in typeref:struct:attr_desc
2785 for (attr = attrs[i]; attr; attr = attr->next)
4200 for (attr = attrs[index]; attr; attr = attr->next)
4205 for (attr = attrs[index]; attr; attr = attr->next)
4219 attr->next = attrs[index];
4220 attrs[index] = attr;
4622 for (attr = attrs[i]; attr; attr = attr->next)
4630 for (attr = attrs[i]; attr; attr = attr->next)
4643 for (attr = attrs[i]; attr; attr = attr->next)
H A Dtree-vrp.c256 tree t, attrs, fntype; local
266 attrs = lookup_attribute ("nonnull", TYPE_ATTRIBUTES (fntype));
269 if (attrs == NULL_TREE)
273 if (TREE_VALUE (attrs) == NULL_TREE)
288 for (t = TREE_VALUE (attrs); t; t = TREE_CHAIN (t))
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_cma.c60 device_attr = &dev->attrs;
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_verbs_compat.h292 *device_attr = device->attrs;
H A Dib_verbs.h1805 struct dma_attrs *attrs);
1809 struct dma_attrs *attrs);
2116 struct ib_device_attr attrs; member in struct:ib_device
/freebsd-11-stable/contrib/wpa/src/radius/
H A Dradius.c1701 u8 radius_msg_find_unlisted_attr(struct radius_msg *msg, u8 *attrs) argument
1709 for (j = 0; attrs[j]; j++) {
1710 if (attr->type == attrs[j])
1714 if (attrs[j] == 0)
/freebsd-11-stable/contrib/gcc/cp/
H A Dcp-gimplify.c192 gimplify_cp_loop (tree cond, tree body, tree incr, tree attrs, argument
244 decl_attributes (&LABEL_EXPR_LABEL (top), attrs, 0); local
/freebsd-11-stable/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk1000 num_attr = split(attr_str, attrs, ",[ \t]*")
1002 attr = attrs[i]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_prop.c869 nvlist_t *attrs = fnvpair_value_nvlist(pair); local
870 pair = fnvlist_lookup_nvpair(attrs, ZPROP_VALUE);
/freebsd-11-stable/sys/dev/iser/
H A Diser_verbs.c206 if (!(ib_dev->attrs.device_cap_flags & IB_DEVICE_MEM_MGT_EXTENSIONS)) {
219 max_cqe = min(ISER_MAX_CQ_LEN, ib_dev->attrs.max_cqe);
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h580 struct c4iw_qp_attributes *attrs,
952 struct ib_qp_init_attr *attrs,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.h494 ParamInfo(LocTy loc, Value *v, AttributeSet attrs) argument
495 : Loc(loc), V(v), Attrs(attrs) {}
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dmep-ibld.c125 unsigned int attrs,
154 if (CGEN_BOOL_ATTR (attrs, CGEN_IFLD_SIGN_OPT))
169 else if (! CGEN_BOOL_ATTR (attrs, CGEN_IFLD_SIGNED))
423 unsigned int attrs,
489 if (CGEN_BOOL_ATTR (attrs, CGEN_IFLD_SIGNED)
122 insert_normal(CGEN_CPU_DESC cd, long value, unsigned int attrs, unsigned int word_offset, unsigned int start, unsigned int length, unsigned int word_length, unsigned int total_length, CGEN_INSN_BYTES_PTR buffer) argument
414 extract_normal(CGEN_CPU_DESC cd, CGEN_EXTRACT_INFO *ex_info, CGEN_INSN_INT insn_value, unsigned int attrs, unsigned int word_offset, unsigned int start, unsigned int length, unsigned int word_length, unsigned int total_length, bfd_vma pc, long *valuep) argument
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_verbs.c273 if (device->attrs.device_cap_flags & IB_DEVICE_LOCAL_DMA_LKEY)
299 if (!(device->attrs.device_cap_flags & IB_DEVICE_LOCAL_DMA_LKEY))
851 device->attrs.max_sge_rd);
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_gsi.c117 const int num_pkeys = pd->device->attrs.max_pkeys;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp1083 for (const auto *At : Vd->attrs()) {
1522 for (const auto *Attr : FunDecl->attrs()) {
1819 for(const Attr *At : D->attrs()) {
2319 for (const auto *Attr : D->attrs()) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h90 for (const auto &A : D->attrs())
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dra_serf.h605 apr_hash_t *attrs,
H A Doptions.c106 apr_hash_t *attrs,
100 options_closed(svn_ra_serf__xml_estate_t *xes, void *baton, int leaving_state, const svn_string_t *cdata, apr_hash_t *attrs, apr_pool_t *scratch_pool) argument
H A Dlock.c146 apr_hash_t *attrs,
140 locks_closed(svn_ra_serf__xml_estate_t *xes, void *baton, int leaving_state, const svn_string_t *cdata, apr_hash_t *attrs, apr_pool_t *scratch_pool) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp1945 ParsedAttributes attrs(AttrFactory);
1946 MaybeParseMicrosoftAttributes(attrs);
H A DParseExprCXX.cpp1951 ParsedAttributesWithRange attrs(AttrFactory);
1952 MaybeParseCXX11Attributes(attrs);
1964 ProhibitAttributes(attrs);
2001 attrs, /*RequireSemi=*/true);
2010 DeclaratorContext::ForContext, DeclEnd, attrs, false, FRI);
2022 DS.takeAttributesFrom(attrs);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp39 ObjCPropertyDecl::PropertyAttributeKind attrs,
43 if (attrs & (ObjCPropertyDecl::OBJC_PR_retain |
47 } else if (attrs & ObjCPropertyDecl::OBJC_PR_weak) {
49 } else if (attrs & ObjCPropertyDecl::OBJC_PR_unsafe_unretained) {
55 if (attrs & ObjCPropertyDecl::OBJC_PR_assign &&
2378 for (const auto *A : Property->attrs()) {
38 getImpliedARCOwnership( ObjCPropertyDecl::PropertyAttributeKind attrs, QualType type) argument
/freebsd-11-stable/sys/contrib/rdma/krping/
H A Dkrping.c1371 if ((dev->attrs.device_cap_flags & needed_flags) != needed_flags) {
1374 (unsigned long long)dev->attrs.device_cap_flags);
1378 (unsigned long long)dev->attrs.device_cap_flags);
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileFromAtoms.cpp78 const MachOLinkingContext &ctxt, uint32_t attrs,
80 : segmentName(sg), sectionName(sct), type(t), attributes(attrs),
77 SectionInfo(StringRef sg, StringRef sct, SectionType t, const MachOLinkingContext &ctxt, uint32_t attrs, bool relocsToDefinedCanBeImplicit) argument

Completed in 311 milliseconds

1234567