Searched refs:flag (Results 1 - 25 of 510) sorted by relevance

1234567891011>>

/haiku-buildtools/binutils/gas/testsuite/gas/arc/
H A Dflag.s0 # flag test
3 flag r0
5 flag 1
6 flag 2
7 flag 4
8 flag 8
9 flag 16
10 flag 32
11 flag 64
12 flag 12
[all...]
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/arc/
H A Dflag.s0 # flag test
3 flag r0
5 flag 1
6 flag 2
7 flag 4
8 flag 8
9 flag 16
10 flag 32
11 flag 64
12 flag 12
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr15245.c7 char *f(char *x, int flag) argument
16 if( flag & 1 )
18 flag |= 2;
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/rx/
H A Dinterrupts.c10 int flag = 0; variable
18 flag = 1;
27 switch (flag)
30 flag = -1;
35 flag = flag - 2;
40 flag ^= 3;
43 naked (flag * 2);
54 flag = arg;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dmisc10.C5 enum flag { OFF, ON }; enum
6 enum BOOL { FALSE = (enum flag) 0, TRUE };
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Doverload34.C5 int & flag; member in class:X
7 void f(){ flag++ ; }
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr36978.c5 void foo (const _Bool flag) argument
9 while (status != 2 && (status != 7 || !flag))
/haiku-buildtools/legacy/gcc/libf2c/libU77/
H A Dirand_.c35 integer G77_irand_0 (flag)
36 integer *flag;
38 integer G77_irand_0 (integer *flag)
41 switch (*flag) {
48 srand (*flag);
H A Drand_.c38 double G77_rand_0 (flag)
39 integer *flag;
41 double G77_rand_0 (integer *flag)
44 switch (*flag) {
51 srand (*flag);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dssa-pre-29.c5 int flag, hoist, y, z; variable
10 if (flag)
13 flag = 888;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lto/
H A D20080917_0.C4 foo (char *s, int flag) argument
9 if (flag)
18 baz (const char *s, int flag) argument
23 if (flag)
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deh990323-3.C16 int flag; local
18 flag = 0;
23 flag = 1;
26 if (!flag)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/lto/
H A D20080917_0.c4 foo (char *s, int flag) argument
9 if (flag)
18 baz (const char *s, int flag) argument
23 if (flag)
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D991227-1.c1 char* doit(int flag) argument
3 return 1 + (flag ? "\0wrong\n" : "\0right\n");
H A D20000224-1.c3 int flag = 0; variable
11 if (flag & 1) {
16 flag++;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A D20061124-1.c9 int flag = 1; variable
19 if (!flag)
H A Duninit-pred-4_a.c9 int flag = 0; local
17 flag = 1;
25 if (flag) /* properly guarded */
31 flag = 2;
39 if (flag) /* properly guarded */
H A Duninit-pred-2_a.c10 int flag = 0; local
16 flag = 1;
24 if (flag)
H A Duninit-pred-2_b.c10 int flag = 0; local
16 flag = 1;
25 if (!flag)
H A Duninit-pred-3_a.c10 int flag = 0; local
16 flag = 1;
25 if (flag)
H A Duninit-pred-3_c.c10 int flag = 0; local
16 flag = -1;
25 if (flag < 0)
H A Duninit-pred-3_d.c10 int flag = 0; local
16 flag = -1;
25 if (flag == -1)
H A Duninit-pred-3_e.c10 int flag = 0; local
16 flag = -1;
25 if (flag <= 0 )
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/constants/
H A Dmatch_flag_type.cc33 std::regex_constants::match_flag_type flag = std::regex_constants::match_default; local
35 flag |= std::regex_constants::match_not_bol;
36 flag |= std::regex_constants::match_not_eol;
37 flag |= std::regex_constants::match_not_bow;
38 flag |= std::regex_constants::match_not_eow;
39 flag |= std::regex_constants::match_any;
40 flag |= std::regex_constants::match_not_null;
41 flag |= std::regex_constants::match_continuous;
42 flag |= std::regex_constants::match_prev_avail;
43 flag |
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr53315.c12 int flag = -1; local
17 flag = _xtest ();
23 if (flag != 1)

Completed in 103 milliseconds

1234567891011>>