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

1234567

/freebsd-11-stable/contrib/gcc/
H A Dc-tree.h232 tree attrs; member in struct:c_declspecs
347 tree attrs; member in struct:c_declarator::__anon1195::__anon1196
356 tree attrs; member in union:c_declarator::__anon1195
373 tree attrs; member in struct:c_parm
H A Dc-parser.c1382 if (!specs->declspecs_seen_p || specs->attrs == NULL_TREE
1385 c_parser_objc_class_definition (parser, specs->attrs);
1393 if (!specs->declspecs_seen_p || specs->attrs == NULL_TREE
1396 c_parser_objc_protocol_definition (parser, specs->attrs);
1401 prefix_attrs = specs->attrs;
1403 specs->attrs = NULL_TREE;
1697 tree attrs;
1827 attrs = c_parser_attributes (parser);
1828 declspecs_add_attrs (specs, attrs);
1863 tree attrs;
1695 tree attrs; local
1861 tree attrs; local
1990 tree attrs; local
2531 tree attrs; local
2662 tree attrs; local
2684 c_parser_parms_declarator(c_parser *parser, bool id_list_ok, tree attrs) argument
2746 c_parser_parms_list_declarator(c_parser *parser, tree attrs) argument
2871 c_parser_parameter_declaration(c_parser *parser, tree attrs) argument
3007 tree attrs = NULL_TREE; local
3751 tree attrs; local
4155 tree block, cond, body, save_break, save_cont, attrs; local
4194 tree block, cond, body, save_break, save_cont, new_break, new_cont, attrs; local
4249 tree block, cond, incr, save_break, save_cont, body, attrs; local
[all...]
H A Dlanghooks.h466 const char *library_name, tree attrs);
H A Dc-decl.c2911 tree attrs)
2938 if (attrs)
2939 decl_attributes (&decl, attrs, ATTR_FLAG_BUILT_IN);
3135 declarator->u.array.attrs = quals->attrs;
3140 declarator->u.array.attrs = NULL_TREE;
3214 tree attrs = specs->attrs;
3216 specs->attrs = NULL_TREE;
3222 decl_attributes (&decl, attrs,
2895 builtin_function(const char *name, tree type, int function_code, enum built_in_class cl, const char *library_name, tree attrs) argument
3198 tree attrs = specs->attrs; local
3218 tree attrs = type_name->specs->attrs; local
4711 tree attrs = declarator->u.attrs; local
7661 build_c_parm(struct c_declspecs *specs, tree attrs, struct c_declarator *declarator) argument
7676 build_attrs_declarator(tree attrs, struct c_declarator *target) argument
7723 tree attrs; local
8017 tree attrs = type_quals_attrs->attrs; local
8813 declspecs_add_attrs(struct c_declspecs *specs, tree attrs) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dget_deleted_rev.c77 apr_hash_t *attrs,
70 getdrev_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 Dgetdate.c83 apr_hash_t *attrs,
77 date_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 Dproperty.c203 apr_hash_t *attrs,
257 if ((altvalue = svn_hash_gets(attrs, "altvalue")) != NULL)
261 else if ((encoding = svn_hash_gets(attrs, "V:encoding")) != NULL)
289 ns = svn_hash_gets(attrs, "ns");
290 name = svn_hash_gets(attrs, "name");
197 propfind_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 Dinherited_props.c129 apr_hash_t *attrs,
166 encoding = svn_hash_gets(attrs, "V:encoding");
123 iprops_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/usr.sbin/ypldap/
H A Daldap.h63 struct ber_element *attrs; member in struct:aldap_message::__anon14154::__anon14156
/freebsd-11-stable/usr.sbin/bluetooth/sdpcontrol/
H A Dsearch.c44 static uint32_t attrs[] = variable
55 #define attrs_len (sizeof(attrs)/sizeof(attrs[0]))
635 n = sdp_search(xs, 1, &service, attrs_len, attrs, values_len, values);
/freebsd-11-stable/contrib/serf/auth/
H A Dauth_digest.c244 char *attrs; local
274 attrs = apr_pstrdup(pool, auth_attr);
280 for ( ; (key = apr_strtok(attrs, ",", &nextkv)) != NULL; attrs = NULL) {
/freebsd-11-stable/tools/sched/
H A Dschedgraph.py627 def __init__(self, source, name, cpu, timestamp, attrs):
632 self.attrs = attrs
644 for i in range(0, len(self.attrs)):
645 attr = self.attrs[i]
647 if (i != len(self.attrs) - 1):
657 ] + self.attrs
704 for attr in self.attrs:
713 def __init__(self, source, name, cpu, timestamp, attrs):
714 Event.__init__(self, source, name, cpu, timestamp, attrs)
[all...]
/freebsd-11-stable/contrib/dialog/
H A Dutil.c558 chtype attrs = dlg_get_attrs(win); local
562 if ((pair = PAIR_NUMBER(attrs)) != 0
665 chtype attrs[4]; local
672 attrs[3] = tag_key_selected_attr;
673 attrs[2] = tag_key_attr;
674 attrs[1] = tag_selected_attr;
675 attrs[0] = tag_attr;
677 (void) wattrset(win, selected ? attrs[3] : attrs[2]);
683 (void) wattrset(win, selected ? attrs[
1394 attr_t attrs; local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dcert.c82 struct _hx509_cert_attrs attrs; member in struct:hx509_cert_data
229 (*cert)->attrs.len = 0;
230 (*cert)->attrs.val = NULL;
349 for (i = 0; i < cert->attrs.len; i++) {
350 der_free_octet_string(&cert->attrs.val[i]->data);
351 der_free_oid(&cert->attrs.val[i]->oid);
352 free(cert->attrs.val[i]);
354 free(cert->attrs.val);
2556 d = realloc(cert->attrs.val,
2557 sizeof(cert->attrs
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp596 StmtResult Parser::ParseLabeledStatement(ParsedAttributesWithRange &attrs, argument
627 attrs.takeAllFrom(TempAttrs);
654 Actions.ProcessDeclAttributeList(Actions.CurScope, LD, attrs);
655 attrs.clear();
1089 ParsedAttributesWithRange attrs(AttrFactory);
1090 MaybeParseCXX11Attributes(attrs, nullptr,
1101 ParseDeclaration(DeclaratorContext::BlockContext, DeclEnd, attrs);
1117 R = Actions.ProcessStmtAttributes(R.get(), attrs, attrs.Range);
1778 ParsedAttributesWithRange attrs(AttrFactor
[all...]
H A DParseObjc.cpp28 ParsedAttributes attrs(AttrFactory);
35 ParseGNUAttributes(attrs);
213 ParsedAttributes &attrs) {
288 EndProtoLoc, attrs);
359 protocols.size(), protocolLocs.data(), EndProtoLoc, attrs);
652 ParsedAttributesWithRange attrs(AttrFactory);
660 ParseDeclaration(DeclaratorContext::FileContext, DeclEnd, attrs));
664 allTUVariables.push_back(ParseDeclarationOrFunctionDefinition(attrs));
1207 static void takeDeclAttributes(ParsedAttributesView &attrs, argument
1212 attrs
212 ParseObjCAtInterfaceDeclaration(SourceLocation AtLoc, ParsedAttributes &attrs) argument
1219 takeDeclAttributes(ParsedAttributes &attrs, Declarator &D) argument
2017 ParseObjCAtProtocolDeclaration(SourceLocation AtLoc, ParsedAttributes &attrs) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProperties.cpp361 attrs = props[0].PropD->getPropertyAttributesAsWritten(); local
365 assert(attrs == I->PropD->getPropertyAttributesAsWritten());
368 return attrs;
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddwarf2read.c334 struct attr_abbrev *attrs; /* an array of attribute descriptions */ member in struct:abbrev_info
351 struct attribute *attrs; /* An array of attributes */ member in struct:die_info
4204 xfree (die->attrs);
4293 cur_abbrev->attrs = (struct attr_abbrev *)
4294 xrealloc (cur_abbrev->attrs,
4298 cur_abbrev->attrs[cur_abbrev->num_attrs].name = abbrev_name;
4299 cur_abbrev->attrs[cur_abbrev->num_attrs++].form = abbrev_form;
4345 xfree (abbrev->attrs);
4408 info_ptr = read_attribute (&attr, &abbrev->attrs[i], abfd, info_ptr, cu);
4556 die->attrs
[all...]
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A DMakefile22 elf-attrs.c \
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfoEntry.h58 DWARFAttributes &attrs,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h831 void takeAllFrom(ParsedAttributes &attrs) {
832 addAll(attrs.begin(), attrs.end());
833 attrs.clearListOnly();
834 pool.takeAllFrom(attrs.pool);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp286 posix_spawnattr_t attrs;
287 res = posix_spawnattr_init(&attrs);
291 posix_spawnattr_destroy(&attrs);
296 res = posix_spawnattr_setflags(&attrs, POSIX_SPAWN_CLOEXEC_DEFAULT);
302 res = posix_spawn(pid, argv[0], &acts, &attrs, argv_casted, env);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp982 // Set cpu and attrs strings for the default target/subtarget.
987 std::string attrs; local
990 attrs.append(",");
991 attrs.append(MAttrs[i]);
994 if (!attrs.empty())
995 CodeGen.setAttr(attrs);
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_addch.c66 /* color/pair in attrs has precedence over bkgrnd */
73 /* color in attrs has precedence over bkgrnd */
85 ("render_char bkg %s (%d), attrs %s (%d) -> ch %s (%d)",
214 attr_t attrs = AttrOf(CHDEREF(ch)); local
216 SetChar(CHDEREF(ch), result, attrs); local
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_fmr_pool.c234 if (!device->attrs.max_map_per_fmr)
237 max_remaps = device->attrs.max_map_per_fmr;

Completed in 411 milliseconds

1234567