Searched refs:attr_value (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAttribute.cpp30 AttributeValue attr_value = { local
32 m_infos.push_back(attr_value);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp138 const char *attr_value = nullptr; local
142 attr_value = (const char *)xmlGetProp(m_node, (const xmlChar *)name);
144 attr_value = fail_value;
146 attr_value = fail_value;
148 if (attr_value)
149 return llvm::StringRef(attr_value);
201 llvm::StringRef attr_value; local
203 attr_value = llvm::StringRef((const char *)child->content);
204 if (!callback(llvm::StringRef((const char *)attr->name), attr_value))
/freebsd-11-stable/contrib/gcc/
H A Dgenattrtab.c159 struct attr_value struct
162 struct attr_value *next; /* Next attribute value in chain. */
174 struct attr_value *first_value; /* First value of this attribute. */
175 struct attr_value *default_val; /* Default value for this attribute. */
254 static void insert_insn_ent (struct attr_value *, struct insn_ent *);
266 static struct attr_value *find_most_used (struct attr_desc *);
270 static void write_attr_case (struct attr_desc *, struct attr_value *,
717 struct attr_value *av;
869 struct attr_value *av;
1183 fatal ("(attr_value \"*\") use
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dsa.c828 uint64_t attr_value; local
878 reg_attrs[i].sa_name, 8, 1, &attr_value);
887 sa->sa_user_table[i] = ATTR_NUM(attr_value);
1564 uint64_t attr_value = 0; local
1584 ATTR_ENCODE(attr_value, tb[i].sa_attr, tb[i].sa_length,
1587 tb[i].sa_name, 8, 1, &attr_value, tx));
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c677 const void *attr_value; local
682 &attr_value, &attr_size);
683 if (attr_name != NULL && attr_value != NULL &&

Completed in 88 milliseconds