Searched refs:flags (Results 1 - 25 of 1957) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20031002-1.c4 char flags; variable
8 flags &= ~(1 << (t + 4));
H A Dpr55273.c3 void my_waitpid (int flags, int wnohang) argument
7 if (flags & 0x80000000)
15 flags ^= 0x80000000;
H A D991229-1.c9 static int parse(int state, int flags) argument
16 state = parseStmt(state, flags);
20 static int parseStmt(int state, int flags) argument
22 parse (2, flags);
H A Dpr39614-1.c2 unsigned long flags; member in struct:page
6 page->flags &= ~(~0UL << (64 - 8));
H A D20140528-1.c1 unsigned f(unsigned flags, unsigned capabilities) argument
5 gfp_mask = flags & ((1 << 25) - 1);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Dgcse-1.c9 extern const char flags [256];
12 while (flags[*++s]);
13 while (!flags[*++s]);
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D960608-1.c10 foo (flags)
11 a_struct *flags;
13 return (flags->c != 0
14 || flags->d != 1
15 || flags->e != 1
16 || flags->a != 2
17 || flags->b != 3);
22 a_struct flags; local
24 flags.c = 0;
25 flags
[all...]
H A D20090527-1.c14 new_unit (unit_flags * flags) argument
16 if (flags->status == STATUS_UNSPECIFIED)
17 flags->status = STATUS_UNKNOWN;
19 if (flags->position == POSITION_UNSPECIFIED)
20 flags->position = POSITION_ASIS;
22 switch (flags->status)
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/sparc/
H A Dsparc-trap-1.c11 int page_mapping (unsigned flags) argument
13 if (1u & (flags >> 16))
17 void install_page (unsigned flags) argument
19 if (__builtin_expect (!page_mapping (flags), 0))
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dwriteeflags-1.c15 EFLAGS_TYPE flags = 0xD7; /* 111010111b */ local
17 __writeeflags (flags);
19 flags = __readeflags ();
21 if ((flags & 0xFF) != 0xD7)
H A Dreadeflags-1.c23 EFLAGS_TYPE flags; local
25 flags = readeflags_test (100, 100);
27 if ((flags & 1) != 0) /* Read CF */
30 flags = readeflags_test (100, 101);
32 if ((flags & 1) == 0) /* Read CF */
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/expr/
H A Dincomplete1.C7 int flags; member in struct:_smtp_account
12 if (smtp_accounts[0].flags & 0x01)
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Ddefault1.C7 const unsigned char flags=(void*)0); // { dg-error "" } invalid default arg
10 const unsigned char flags=0);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr32061.c7 int func (int resp, int flags) argument
9 return (resp && (FORCE || (FLAG & flags)));
/haiku-buildtools/gcc/gcc/
H A Dopt-functions.awk30 function flag_set_p(regex, flags)
32 # Ignore the arguments of flags with arguments.
33 gsub ("\\([^)]+\\)", "", flags);
34 return (" " flags " ") ~ (" " regex " ")
39 function test_flag(regex, flags, string)
41 if (flag_set_p(regex, flags))
48 function flag_init(regex, flags)
50 if (flag_set_p(regex, flags))
58 function opt_args(name, flags)
60 flags
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/s390/
H A D20030129-1.c11 unsigned int flags = 0; local
17 flags |= 0x80000000;
26 flags |= 0x20000000|0x80000000;
29 flags &= ~0x80000000;
32 f (flags);
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/ieee/
H A Dieee_6.f9012 logical :: flags(5), halt(5) variable
25 call ieee_get_flag(ieee_all, flags)
26 if (any(flags)) call abort
41 call ieee_get_flag(ieee_all, flags)
42 if (.not. (all(flags .eqv. [.false.,.false.,.true.,.true.,.false.]) &
43 .or. all(flags .eqv. [.false.,.false.,.true.,.true.,.true.]) &
44 .or. all(flags .eqv. [.false.,.false.,.true.,.false.,.false.]) &
45 .or. all(flags .eqv. [.false.,.false.,.true.,.false.,.true.]))) call abort
53 call ieee_get_flag(ieee_all, flags)
54 if (.not. (all(flags
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dfold3.C15 int flags = (four & 4L) ? (32L | 128L) : 0; local
16 flags &= 32L;
18 if (flags == 0)
/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_activation.cc33 asan_deactivated_flags.quarantine_size = flags()->quarantine_size;
34 asan_deactivated_flags.max_redzone = flags()->max_redzone;
35 asan_deactivated_flags.poison_heap = flags()->poison_heap;
39 flags()->quarantine_size = 0;
40 flags()->max_redzone = 16;
41 flags()->poison_heap = false;
53 flags()->quarantine_size = asan_deactivated_flags.quarantine_size;
54 flags()->max_redzone = asan_deactivated_flags.max_redzone;
55 flags()->poison_heap = asan_deactivated_flags.poison_heap;
68 flags()
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/other/
H A Dpr43116.C2 extern "C" int rpl_open (const char *filename, int flags, ...) __attribute__
7 int (*const open) (const char *filename, int flags, ...) __attribute__
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A D20031031-1.c8 int flags, track; member in struct:floppy_raw_cmd
16 raw_cmd->flags = 0;
/haiku-buildtools/gcc/libdecnumber/
H A DdecExcept.c35 /* Clear the dummy exception flags. */
42 /* Return the dummy exception flags corresponding to the mask. */
49 /* Set dummy exception flags. */
51 __dfp_raise_except (int flags) argument
53 __dfp_except_flags |= flags;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Derr-msg3.C12 int flags; member in class:test
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr51071.c7 static void kmalloc_large (int size, int flags) argument
10 (void) flags;
15 static void kmalloc (int size, int flags) argument
20 kmalloc_large (size, flags);
22 if (flags)
/haiku-buildtools/gcc/libgcc/config/libbid/
H A Dbid_decimal_globals.c56 int flags = 0; local
59 flags |= mask & FE_INEXACT;
61 flags |= mask & FE_UNDERFLOW;
63 flags |= mask & FE_OVERFLOW;
65 flags |= mask & FE_DIVBYZERO;
67 flags |= mask & FE_INVALID;
69 return flags;
74 _IDEC_flags flags = 0; local
77 flags |= INEXACT_EXCEPTION;
79 flags |
[all...]

Completed in 107 milliseconds

1234567891011>>