Searched refs:specs (Results 1 - 16 of 16) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dc-decl.c3090 quals_from_declspecs (const struct c_declspecs *specs)
3092 int quals = ((specs->const_p ? TYPE_QUAL_CONST : 0)
3093 | (specs->volatile_p ? TYPE_QUAL_VOLATILE : 0)
3094 | (specs->restrict_p ? TYPE_QUAL_RESTRICT : 0));
3095 gcc_assert (!specs->type
3096 && !specs->decl_attr
3097 && specs->typespec_word == cts_none
3098 && specs->storage_class == csc_none
3099 && !specs->typedef_p
3100 && !specs
3074 quals_from_declspecs(const struct c_declspecs *specs) argument
7218 build_c_parm(struct c_declspecs *specs, tree attrs, struct c_declarator *declarator) argument
7337 declspecs_add_qual(struct c_declspecs *specs, tree qual) argument
7372 declspecs_add_type(struct c_declspecs *specs, struct c_typespec spec) argument
7757 declspecs_add_scspec(struct c_declspecs *specs, tree scspec) argument
7840 declspecs_add_attrs(struct c_declspecs *specs, tree attrs) argument
7854 finish_declspecs(struct c_declspecs *specs) argument
[all...]
H A Dc-parser.c1261 struct c_declspecs *specs;
1266 specs = build_null_declspecs ();
1267 c_parser_declspecs (parser, specs, true, true, start_attr_ok);
1273 if (nested && !specs->declspecs_seen_p)
1279 finish_declspecs (specs);
1283 shadow_tag (specs);
1286 shadow_tag_warned (specs, 1);
1293 prefix_attrs = specs->attrs;
1295 specs->attrs = NULL_TREE;
1305 declarator = c_parser_declarator (parser, specs
1259 struct c_declspecs *specs; local
1536 c_parser_declspecs(c_parser *parser, struct c_declspecs *specs, bool scspec_ok, bool typespec_ok, bool start_attr_ok) argument
2004 struct c_declspecs *specs; local
2694 struct c_declspecs *specs; local
2978 struct c_declspecs *specs = build_null_declspecs (); local
[all...]
H A Dc-tree.h361 struct c_declspecs *specs; member in struct:c_type_name
369 struct c_declspecs *specs; member in struct:c_parm
H A Dgcc.c47 1. Each command-line option is specified in the specs file. The
56 3. Look in the "specs" file to determine which program or option
72 6. Compile and test. Make sure that your new specs file is being
241 When -b is used, the value comes from the `specs' file. */
371 In addition, the specs can contain %-sequences to substitute variable text
436 %o is for use in the specs for running the linker.
526 %(Spec) processes a specification defined in a specs file as *Spec:
559 /* Define the macros used for specs %a, %l, %L, %S, %C, %1. */
602 /* mudflap specs */
773 /* Standard options to cpp, cc1, and as, to reduce duplication in specs
1604 static struct spec_list *specs = (struct spec_list *) 0; variable in typeref:struct:spec_list
1981 char *specs; local
[all...]
H A Dconfigure16159 # Make empty files to contain the specs and options for each language.
16160 # Then add #include lines to for a compiler that has specs and/or options.
16211 if test -f $srcdir/$subdir/lang-specs.h; then
16212 lang_specs_files="$lang_specs_files $srcdir/$subdir/lang-specs.h"
/freebsd-9.3-release/usr.sbin/setfmac/
H A Dsetfmac.c85 struct label_specs *specs; local
95 specs = new_specs();
106 add_specs(specs, optarg, 0);
115 add_specs(specs, optarg, 1);
133 add_setfmac_specs(specs, *argv);
137 if (argc == 0 || specs_empty(specs))
157 if (apply_specs(specs, ftsent, hflag, vflag)) {
228 add_specs(struct label_specs *specs, const char *file, int is_sebsd) argument
278 STAILQ_INSERT_TAIL(&specs->head, spec, link);
282 add_setfmac_specs(struct label_specs *specs, cha argument
384 specs_empty(struct label_specs *specs) argument
391 apply_specs(struct label_specs *specs, FTSENT *ftsent, int hflag, int vflag) argument
491 struct label_specs *specs; local
[all...]
/freebsd-9.3-release/lib/libc/stdio/
H A Dxprintf.c654 register_printf_render_std(const unsigned char *specs) argument
657 for (; *specs != '\0'; specs++) {
658 switch (*specs) {
660 register_printf_render(*specs,
665 register_printf_render(*specs,
670 register_printf_render(*specs,
675 register_printf_render(*specs,
680 register_printf_render(*specs,
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-ia64.c8359 specify_resource (dep, idesc, type, specs, note, path)
8363 struct rsrc specs[MAX_SPECS]; /* returned specific resources */
8413 specs[count] = tmpl;
8414 specs[count++].index = regno;
8422 specs[count] = tmpl;
8423 specs[count++].index = i;
8439 specs[count++] = tmpl;
8451 specs[count] = tmpl;
8458 specs[count].index = (md.mem_offset.offset >> 3) & 0x3F;
8459 specs[coun
10174 struct rsrc specs[MAX_SPECS]; local
10624 struct rsrc specs[MAX_SPECS]; local
[all...]
/freebsd-9.3-release/crypto/openssl/util/
H A Dselftest.pl55 $cversion =~ s/Reading specs.*\n//;
/freebsd-9.3-release/include/
H A Dprintf.h126 int register_printf_render_std(const unsigned char *specs);
/freebsd-9.3-release/contrib/gcc/cp/
H A Ddecl.c3673 int saw_friend = declspecs->specs[(int)ds_friend] != 0;
3674 int saw_typedef = declspecs->specs[(int)ds_typedef] != 0;
3737 if (declspecs->specs[(int)ds_inline]
3738 || declspecs->specs[(int)ds_virtual])
3740 declspecs->specs[(int)ds_inline]
3746 else if (declspecs->specs[(int)ds_explicit])
3751 else if (declspecs->specs[(int)ds_const]
3752 || declspecs->specs[(int)ds_volatile]
3753 || declspecs->specs[(int)ds_restrict]
3754 || declspecs->specs[(in
[all...]
H A Dparser.c2050 unsigned count = decl_specs->specs[(int)ds];
7676 ++decl_specs->specs[(int) ds_friend];
7695 ++decl_specs->specs[(int) ds_typedef];
7729 ++decl_specs->specs[(int) ds_thread];
7744 (parser, decl_specs->specs[(int) ds_friend] != 0)));
7823 if (decl_specs->specs[(int) ds_friend] != 0
7881 ++decl_specs->specs[(int) ds_inline];
7891 ++decl_specs->specs[(int) ds_virtual];
7896 ++decl_specs->specs[(int) ds_explicit];
9835 decl_specs && decl_specs->specs[(in
[all...]
H A Dpt.c7211 tree specs;
7214 specs = TYPE_RAISES_EXCEPTIONS (fntype);
7216 if (specs)
7218 if (! TREE_VALUE (specs))
7219 new_specs = specs;
7221 while (specs)
7224 spec = tsubst (TREE_VALUE (specs), args, complain, in_decl);
7228 specs = TREE_CHAIN (specs);
7648 tree specs;
7210 tree specs; local
7647 tree specs; local
11933 tree specs; local
[all...]
H A Dcp-tree.h3676 unsigned specs[(int) ds_last];
3667 unsigned specs[(int) ds_last]; member in struct:cp_decl_specifier_seq
/freebsd-9.3-release/gnu/usr.bin/cc/cc_tools/
H A DMakefile335 specs.h:
336 echo '#include "cp/lang-specs.h"' > ${.TARGET}
338 GENSRCS+= specs.h
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY864 fix handling of map NAT rules with "from/to" host specs

Completed in 316 milliseconds