Searched refs:style (Results 1 - 25 of 1110) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/init/
H A Dctor5.C8 struct style { struct
10 style (color);
13 style::style(color c) function in class:style
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dautomatic_char_len_2.f9012 subroutine print_a_number(style)
13 character(len=*) :: style local in subroutine:print_a_number
14 write(*, style) cmplx(42.0, 99.0) ! { dg-output "99.00000" }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/conversion/
H A Dbitfield5.C9 enum EBorderStyle style:8; member in struct:BorderValue
13 return border ? border->style : BNATIVE;
/haiku-buildtools/binutils/ld/
H A Dldbuildid.c36 validate_build_id_style (const char *style) argument
38 if ((streq (style, "md5")) || (streq (style, "sha1"))
39 || (streq (style, "uuid")) || (strneq (style, "0x", 2)))
46 compute_build_id_size (const char *style) argument
48 if (streq (style, "md5") || streq (style, "uuid"))
51 if (streq (style, "sha1"))
54 if (strneq (style, "
98 generate_build_id(bfd *abfd, const char *style, checksum_fn checksum_contents, unsigned char *id_bits, int size ATTRIBUTE_UNUSED) argument
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/mri/
H A Dchar.s1 ; Test MRI style character constants.
H A Dlabel.s1 ; Test using an MRI style label
2 * Also test MRI style comments
H A Dlabel.d5 # Test using an MRI style label
/haiku-buildtools/binutils/ld/testsuite/ld-mips-elf/
H A Dhash1a.d2 #ld: -shared --hash-style=sysv
H A Dhash1b.d2 #ld: -shared --hash-style=both
H A Dhash1c.d2 #ld: -shared --hash-style=gnu
/haiku-buildtools/binutils/ld/testsuite/ld-spu/
H A Dear.s6 #test old-style toe _EAR_ syms
14 #test new-style _EAR_ syms
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mri/
H A Dchar.s1 ; Test MRI style character constants.
H A Dlabel.s1 ; Test using an MRI style label
2 * Also test MRI style comments
H A Dlabel.d5 # Test using an MRI style label
/haiku-buildtools/legacy/gcc/gcc/
H A Dc-aux-info.c166 source code version of a formal parameter list (of some given style) for
168 a pair of surrounding parens) as a string. Note that if the style
173 gen_formal_list_for_type (fntype, style)
175 formals_style style;
180 if (style != ansi)
200 /* If we got to here, then we are trying to generate an ANSI style formal
203 New style prototyped ANSI formal parameter lists should in theory always
218 K&R empty parameter lists and new-style prototyped parameter lists
273 /* Generate a parameter list for a function definition (in some given style).
293 gen_formal_list_for_func_def (fndecl, style)
[all...]
/haiku-buildtools/gcc/gcc/c/
H A Dc-aux-info.c110 source code version of a formal parameter list (of some given style) for
112 a pair of surrounding parens) as a string. Note that if the style
117 gen_formal_list_for_type (tree fntype, formals_style style)
122 if (style != ansi)
142 /* If we got to here, then we are trying to generate an ANSI style formal
145 New style prototyped ANSI formal parameter lists should in theory always
160 K&R empty parameter lists and new-style prototyped parameter lists
192 /* Generate a parameter list for a function definition (in some given style).
212 gen_formal_list_for_func_def (tree fndecl, formals_style style)
222 if (*formal_list && ((style
116 gen_formal_list_for_type(tree fntype, formals_style style) argument
211 gen_formal_list_for_func_def(tree fndecl, formals_style style) argument
284 gen_type(const char *ret_val, tree t, formals_style style) argument
461 gen_decl(tree decl, int is_func_definition, formals_style style) argument
[all...]
/haiku-buildtools/binutils/ld/testsuite/ld-powerpc/
H A Dtlsopt2_32.s2 # this section should not be optimised since we have old-style
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/bug083.dir/
H A Dbug0.go2 // Use of this source code is governed by a BSD-style
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/bug088.dir/
H A Dbug0.go2 // Use of this source code is governed by a BSD-style
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/bug106.dir/
H A Dbug0.go2 // Use of this source code is governed by a BSD-style
H A Dbug1.go2 // Use of this source code is governed by a BSD-style
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/bug133.dir/
H A Dbug0.go2 // Use of this source code is governed by a BSD-style
H A Dbug1.go2 // Use of this source code is governed by a BSD-style
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/bug160.dir/
H A Dx.go2 // Use of this source code is governed by a BSD-style
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/bug282.dir/
H A Dp1.go2 // Use of this source code is governed by a BSD-style

Completed in 195 milliseconds

1234567891011>>