Searched refs:spec (Results 1 - 25 of 124) sorted by relevance

12345

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr59119.c10 fill_number(char *buf, const NumberFieldWidths *spec) argument
12 if (spec->n_prefix) {
15 spec->n_prefix * sizeof(char));
16 buf += spec->n_prefix;
18 if (spec->n_spadding) {
19 memset(buf, 0, spec->n_spadding);
20 buf += spec->n_spadding;
H A Dpr32919.c9 char spec; local
10 spec = (*++f);
15 _itoa_word (spec);
19 spec = 'x';
22 if (spec != 'S')
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dgnu-inline-common.h5 #define declspec(spec, name) spec int name (void)
7 # define decl(spec, name)
9 # define decl(spec, name) defpfx declspec(spec, name);
11 #define def(spec, name, ret) defpfx declspec(spec, name) { return ret; }
/haiku-buildtools/gcc/mpfr/src/
H A Dvasprintf.c163 char spec; /* Conversion specifier */ member in struct:printf_spec
180 specinfo->spec = '\0';
194 specinfo_is_valid (struct printf_spec spec) argument
196 switch (spec.spec)
205 return (spec.arg_type == NONE
206 || FLOATING_POINT_ARG_TYPE (spec.arg_type));
209 return spec.arg_type == MPFR_ARG;
214 return (spec.arg_type == NONE
215 || INTEGER_LIKE_ARG_TYPE (spec
838 regular_ab(struct number_parts *np, mpfr_srcptr p, const struct printf_spec spec) argument
1048 regular_eg(struct number_parts *np, mpfr_srcptr p, const struct printf_spec spec, struct decimal_info *dec_info) argument
1175 regular_fg(struct number_parts *np, mpfr_srcptr p, const struct printf_spec spec, struct decimal_info *dec_info) argument
1447 partition_number(struct number_parts *np, mpfr_srcptr p, struct printf_spec spec) argument
1698 sprnt_fp(struct string_buffer *buf, mpfr_srcptr p, const struct printf_spec spec) argument
1773 struct printf_spec spec; local
[all...]
/haiku-buildtools/gcc/gcc/config/bfin/
H A Dprint-sysroot-suffix.sh50 # will replace a canonical option FOO with a %{...}-style spec pattern.
58 # Build up the final SYSROOT_SUFFIX_SPEC in $spec.
59 spec=
76 test -z "$subspec" || spec="$spec%{$subspec}"
78 if test -n "$spec"; then
80 echo "#define SYSROOT_SUFFIX_SPEC \"$spec\""
/haiku-buildtools/gcc/gcc/config/m68k/
H A Dprint-sysroot-suffix.sh50 # will replace a canonical option FOO with a %{...}-style spec pattern.
58 # Build up the final SYSROOT_SUFFIX_SPEC in $spec.
59 spec=
76 test -z "$subspec" || spec="$spec%{$subspec}"
78 if test -n "$spec"; then
80 echo "#define SYSROOT_SUFFIX_SPEC \"$spec\""
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/abi/
H A Dvbase15.C20 __attribute__((noinline)) void foo(D3_Spec* spec) argument
22 spec->id();
27 D3_Spec spec; local
28 foo(&spec);
/haiku-buildtools/jam/
H A Dfilemac.c67 FSSpec spec; local
97 if( FSMakeFSSpec( vol.ioWDVRefNum, vol.ioWDDirID, fullPath, &spec ) )
100 lastInfo.dirInfo.ioVRefNum = spec.vRefNum;
101 lastInfo.dirInfo.ioDrDirID = spec.parID;
102 lastInfo.dirInfo.ioNamePtr = spec.name;
114 spec.parID = lastInfo.dirInfo.ioDrDirID;
118 lastInfo.dirInfo.ioVRefNum = spec.vRefNum;
119 lastInfo.dirInfo.ioDrDirID = spec.parID;
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug299.go10 // legal according to spec
15 // not legal according to spec
21 // legal according to spec
24 // now legal according to spec
H A Dbug140.go24 These should be legal according to the spec.
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dinitlist87.C31 L spec; local
32 spec.dim = { };
/haiku-buildtools/legacy/binutils/gprof/
H A Dsym_ids.c35 char *spec; /* Parsing modifies this. */
88 sym_id_add (const char *spec, Table_Id which_table)
91 int len = strlen (spec);
96 id->spec = (char *) id + sizeof (*id);
97 strcpy (id->spec, spec);
105 /* A spec has the syntax FILENAME:(FUNCNAME|LINENUM). As a convenience
106 to the user, a spec without a colon is interpreted as:
116 parse_spec (char *spec, Sym *sym)
121 colon = strrchr (spec, '
34 char *spec; /* Parsing modifies this. */ member in struct:sym_id
87 sym_id_add(const char *spec, Table_Id which_table) argument
115 parse_spec(char *spec, Sym *sym) argument
[all...]
/haiku-buildtools/binutils/gprof/
H A Dsym_ids.c44 char *spec; /* Parsing modifies this. */
91 sym_id_add (const char *spec, Table_Id which_table)
94 int len = strlen (spec);
99 id->spec = (char *) id + sizeof (*id);
100 strcpy (id->spec, spec);
108 /* A spec has the syntax FILENAME:(FUNCNAME|LINENUM). As a convenience
109 to the user, a spec without a colon is interpreted as:
119 parse_spec (char *spec, Sym *sym)
124 colon = strrchr (spec, '
43 char *spec; /* Parsing modifies this. */ member in struct:sym_id
90 sym_id_add(const char *spec, Table_Id which_table) argument
118 parse_spec(char *spec, Sym *sym) argument
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20041214-1.c13 char spec; local
24 spec = (*++f);
31 spec = *f;
/haiku-buildtools/gcc/libmpx/
H A DMakefile.am8 nodist_toolexeclib_HEADERS = libmpx.spec
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dmemset-inline-10.c14 wchar_t spec; member in struct:printf_info
41 wchar_t *spec);
57 wchar_t spec; local
60 &is_short, &is_long, &width, &prec, &use_outdigits, &pad, &spec);
76 info.spec = spec;
/haiku-buildtools/gcc/libquadmath/printf/
H A Dprintf_fphex.c174 if (isupper (info->spec))
189 if (isupper (info->spec))
248 info->spec == 'A');
251 16, info->spec == 'A');
256 info->spec == 'A');
259 16, info->spec == 'A');
270 numstr = _itoa_word (num0, numstr, 16, info->spec == 'A');
271 wnumstr = _itowa_word (num0, wnumstr, 16, info->spec == 'A');
275 numstr = _itoa (num0, numstr, 16, info->spec == 'A');
276 wnumstr = _itowa (num0, wnumstr, 16, info->spec
[all...]
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dintrin.h103 ffeinfoBasictype ffeintrin_basictype (ffeintrinSpec spec);
104 ffeintrinFamily ffeintrin_family (ffeintrinSpec spec);
117 bool ffeintrin_is_actualarg (ffeintrinSpec spec);
119 ffeintrinGen *gen, ffeintrinSpec *spec,
121 bool ffeintrin_is_standard (ffeintrinGen gen, ffeintrinSpec spec);
122 ffeinfoKindtype ffeintrin_kindtype (ffeintrinSpec spec);
125 const char *ffeintrin_name_specific (ffeintrinSpec spec);
H A Dintrin.c269 /* Break out of this loop only when current arg spec completely
298 /* See how well the arg matches up to the spec. */
843 /* Break out of this loop only when current arg spec completely
887 /* Again, match arg up to the spec. We go through all of
1188 ffeintrin_basictype (ffeintrinSpec spec)
1193 assert (spec < FFEINTRIN_spec);
1194 imp = ffeintrin_specs_[spec].implementation;
1210 ffeintrin_family (ffeintrinSpec spec)
1212 if (spec >= FFEINTRIN_spec)
1214 return ffeintrin_specs_[spec]
1187 ffeintrin_basictype(ffeintrinSpec spec) argument
1209 ffeintrin_family(ffeintrinSpec spec) argument
1233 ffeintrinSpec spec = FFEINTRIN_specNONE; local
1424 ffeintrinSpec spec; local
1755 ffeintrin_is_actualarg(ffeintrinSpec spec) argument
1796 ffeintrinSpec spec; local
1955 ffeintrin_is_standard(ffeintrinGen gen, ffeintrinSpec spec) argument
1980 ffeintrin_kindtype(ffeintrinSpec spec) argument
2020 ffeintrin_name_specific(ffeintrinSpec spec) argument
[all...]
H A Dintdoc.c57 ffeintrinSpec spec);
59 ffeintrinImp imp, ffeintrinSpec spec);
343 ffeintrinSpec spec; local
346 if ((spec = gens[gen].specs[i]) == FFEINTRIN_specNONE)
349 dumpif (specs[spec].family);
350 dumpimp (menu, name, name_uc, i, specs[spec].family, specs[spec].implementation,
351 spec);
368 if ((spec = gens[gen].specs[j]) == FFEINTRIN_specNONE)
371 name, specs[spec]
380 dumpspec(int menu, const char *name, const char *name_uc, ffeintrinSpec spec) argument
389 dumpimp(int menu, const char *name, const char *name_uc, size_t genno, ffeintrinFamily family, ffeintrinImp imp, ffeintrinSpec spec) argument
[all...]
/haiku-buildtools/legacy/gcc/gcc/java/
H A Djvspec.c32 /* Name of spec file. */
33 #define SPEC_FILE "libgcj.spec"
67 /* Return full path name of spec file if it is in DIR, or NULL if
73 char *spec; local
77 spec = (char *) xmalloc (strlen (dir) + sizeof (SPEC_FILE)
79 strcpy (spec, "-specs=");
80 x = strlen (spec);
81 strcat (spec, dir);
82 strcat (spec, "/");
83 strcat (spec, SPEC_FIL
[all...]
/haiku-buildtools/gcc/gcc/
H A Dattribs.c77 attribute_hasher::hash (const value_type *spec) argument
79 const int l = strlen (spec->name);
80 return substring_hash (spec->name, l);
84 attribute_hasher::equal (const value_type *spec, const compare_type *str) argument
86 return (strncmp (spec->name, str->str, str->length) == 0
87 && !spec->name[str->length]);
308 /* Return the spec for the scoped attribute with namespace NS and
332 /* Return the spec for the attribute named NAME. If NAME is a TREE_LIST,
444 const struct attribute_spec *spec = local
450 if (spec
[all...]
/haiku-buildtools/gcc/libsanitizer/
H A DMakefile.am69 nodist_toolexeclib_HEADERS = libsanitizer.spec
/haiku-buildtools/binutils/ld/
H A Dmri.c216 tmp->spec.name = p->name;
217 tmp->spec.exclude_name_list = NULL;
218 tmp->spec.sorted = none;
219 tmp->spec.section_flag_list = NULL;
228 tmp->spec.name = aptr->name;
229 tmp->spec.exclude_name_list = NULL;
230 tmp->spec.sorted = none;
231 tmp->spec.section_flag_list = NULL;
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dexception.cc268 If an exception is thrown, we check it against the spec. If it doesn't
270 exception against the spec. If it doesn't match, if the spec allows
273 The compiler treats an exception spec as a try block with a generic
280 __check_eh_spec (int n, const void **spec) argument
286 if (__throw_type_match_rtti (spec[i], p->type, p->value))
302 if (__throw_type_match_rtti (spec[i], p->type, p->value))
310 if (__throw_type_match_rtti (spec[i], &bad_exc, p->value))

Completed in 137 milliseconds

12345