Searched refs:builtin (Results 1 - 25 of 45) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dabs-1.x1 set additional_flags -fno-builtin-abs
/haiku-buildtools/binutils/gas/testsuite/gas/cris/
H A Dpushpopv32.s1 ; Check that push and pop builtin "macros" aren't recognized for
H A Dpushpop.s1 ; Check the push and pop builtin "macros".
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/cris/
H A Dpushpopv32.s1 ; Check that push and pop builtin "macros" aren't recognized for
H A Dpushpop.s1 ; Check the push and pop builtin "macros".
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/issue4252.dir/
H A Da.go5 // A package that redeclares common builtin names.
22 panic("unexpected builtin true instead of redeclared one")
25 panic("unexpected builtin false instead of redeclared one")
29 panic("unexpected call of builtin len")
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/arm/
H A Dreq.s5 # Check that builtin register alias 'r0' works.
20 # Attempt to remove the builtin alias for r0.
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dvarerr.go15 new = 1 // ERROR "use of builtin new not in function call|invalid left hand side"
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/goacc/
H A Dacc_on_device-1.f9519 ! Unsuitable to be handled as a builtin, so we're expecting four calls.
H A Dacc_on_device-2.f9536 ! With -fopenacc, we're expecting the builtin to be expanded, so no calls.
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dreq.s5 # Check that builtin register alias 'r0' works.
20 # Attempt to remove the builtin alias for r0.
/haiku-buildtools/binutils/gas/testsuite/gas/mmix/
H A Derr-builtin.s7 % the construct being valid without the -no-builtin-syms option.
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mmix/
H A Derr-builtin.s7 % the construct being valid without the -no-builtin-syms option.
/haiku-buildtools/legacy/binutils/bfd/
H A Di386linux.c129 address at the location pointed to by the pointer. A builtin fixup
133 __GOT__ symbols for the same variable. The builtin fixup will copy
146 char builtin;
168 /* Number of builtin fixups. */
274 new_fixup (info, h, value, builtin)
278 int builtin;
290 f->builtin = builtin;
425 have already been caught and added as "builtin" fixups. If we find
505 /* See if there is a "builtin" fixu
145 char builtin; member in struct:fixup
[all...]
H A Dm68klinux.c130 address at the location pointed to by the pointer. A builtin fixup
134 __GOT__ symbols for the same variable. The builtin fixup will copy
147 char builtin;
169 /* Number of builtin fixups. */
278 new_fixup (info, h, value, builtin)
282 int builtin;
294 f->builtin = builtin;
429 have already been caught and added as "builtin" fixups. If we find
509 /* See if there is a "builtin" fixu
146 char builtin; member in struct:fixup
[all...]
H A Dsparclinux.c129 address at the location pointed to by the pointer. A builtin fixup
133 __GOT__ symbols for the same variable. The builtin fixup will copy
146 char builtin; member in struct:fixup
168 /* Number of builtin fixups. */
274 new_fixup (info, h, value, builtin)
278 int builtin;
290 f->builtin = builtin;
425 have already been caught and added as "builtin" fixups. If we find
506 /* See if there is a "builtin" fixu
[all...]
/haiku-buildtools/binutils/bfd/
H A Di386linux.c123 address at the location pointed to by the pointer. A builtin fixup
127 __GOT__ symbols for the same variable. The builtin fixup will copy
140 char builtin;
162 /* Number of builtin fixups. */
246 int builtin)
258 f->builtin = builtin;
389 have already been caught and added as "builtin" fixups. If we find
463 /* See if there is a "builtin" fixup already present
473 || (! f1->builtin
139 char builtin; member in struct:fixup
242 new_fixup(struct bfd_link_info *info, struct linux_link_hash_entry *h, bfd_vma value, int builtin) argument
[all...]
H A Dm68klinux.c122 address at the location pointed to by the pointer. A builtin fixup
126 __GOT__ symbols for the same variable. The builtin fixup will copy
139 char builtin;
161 /* Number of builtin fixups. */
248 int builtin)
260 f->builtin = builtin;
391 have already been caught and added as "builtin" fixups. If we find
467 /* See if there is a "builtin" fixup already present
477 || (! f1->builtin
138 char builtin; member in struct:fixup
244 new_fixup(struct bfd_link_info *info, struct linux_link_hash_entry *h, bfd_vma value, int builtin) argument
[all...]
H A Dsparclinux.c117 address at the location pointed to by the pointer. A builtin fixup
121 __GOT__ symbols for the same variable. The builtin fixup will copy
134 char builtin; member in struct:fixup
156 /* Number of builtin fixups. */
241 int builtin)
253 f->builtin = builtin;
384 have already been caught and added as "builtin" fixups. If we find
460 /* See if there is a "builtin" fixup already present
470 || (! f1->builtin
238 new_fixup(struct bfd_link_info *info, struct linux_link_hash_entry *h, bfd_vma value, int builtin) argument
[all...]
/haiku-buildtools/gcc/gcc/config/aarch64/
H A Daarch64-builtins.c316 #include "aarch64-builtin-iterators.h"
385 /* Internal scalar builtin types. These types are used to support
414 #include "aarch64-simd-builtin-types.def"
452 #include "aarch64-simd-builtin-types.def"
710 /* Strong-typing hasn't been implemented for all AdvSIMD builtin intrinsics.
755 builtin. The build_function_type () function takes care of
1001 /* Expand an AArch64 AdvSIMD builtin(intrinsic). */
1245 enum aarch64_builtins builtin; local
1247 builtin = AARCH64_SIMD_BUILTIN_UNOP_lfloorv2dfv2di;
1249 builtin
1262 enum aarch64_builtins builtin; local
1277 enum aarch64_builtins builtin; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.misc-tests/
H A Ddectest.exp234 proc isnan-builtin-name { } {
239 proc isinf-builtin-name { } {
305 puts $outfd " return ![isnan-builtin-name] (u.d);"
307 puts $outfd " return ![isinf-builtin-name] (u.d);"
/haiku-buildtools/gcc/gcc/config/avr/
H A Davr-log.c314 SET_DUMP_DETAIL (builtin);
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue4463.go7 // Issue 4463: test builtin functions in statement context and in
/haiku-buildtools/gcc/gcc/java/
H A Dbuiltins.c104 /* Used to hold a single builtin record. */
176 /* Internal functions which implement various builtin conversions. */
251 /* Provide builtin support for atomic operations. These are
400 enum built_in_function builtin;
403 builtin = (POINTER_SIZE == 32
408 stmt = build_call_expr (builtin_decl_explicit (builtin),
486 /* Define a single builtin. */
622 /* If the call matches a builtin, return the
623 appropriate builtin expression instead. */
397 enum built_in_function builtin; local
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-cppbuiltin.c1 /* Define builtin-in macros for the C family front ends.
78 /* Return true if MODE provides a fast multiply/add (FMA) builtin function.
1413 if (node->value.builtin < BT_FIRST_USER
1414 || (int) node->value.builtin >= BT_FIRST_USER + lazy_hex_fp_value_count)
1417 idx = node->value.builtin - BT_FIRST_USER;
1466 node->value.builtin

Completed in 442 milliseconds

12