Searched refs:okay (Results 1 - 17 of 17) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dstatic28.C7 static bool const okay = true; member in struct:N
9 t = sizeof( assertion_failed<okay>( 0))
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-63265.C15 static constexpr bool okay = lshift < LSHIFT;
16 static constexpr unsigned int v = okay ? 1U << lshift : 0;
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dno_arg_check_3.f9052 subroutine okay(x)
55 end subroutine okay
H A Dassumed_type_3.f9049 subroutine okay(x)
51 end subroutine okay
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dintrin.c274 bool okay;
303 okay = (ffeinfo_basictype (i) == FFEINFO_basictypeCHARACTER)
309 okay = anynum
315 okay = anynum
321 okay = anynum
327 okay = anynum
333 okay = anynum
339 okay = anynum
345 okay = anynum
352 okay
273 bool okay; local
634 bool okay = TRUE; local
847 bool okay; local
[all...]
H A Dstd.c678 bool okay = (TREE_CODE (current_function_decl) != ERROR_MARK);
681 if ((ffestd_2pass_entrypoints_ != 0) && okay)
735 if (okay)
742 if (okay)
747 if (okay)
752 if (okay)
758 if (okay)
765 if (okay)
772 if (okay)
779 if (okay)
677 bool okay = (TREE_CODE (current_function_decl) != ERROR_MARK); local
[all...]
H A Dsymbol.c948 bool okay;
992 okay = ffeglobal_ref_blockdata (s, t);
996 okay = ffeglobal_ref_subroutine (s, t);
1000 okay = ffeglobal_ref_function (s, t);
1004 okay = ffeglobal_ref_external (s, t);
1012 if (! okay)
947 bool okay; local
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dreturn.go26 // return is okay
32 // goto is okay
39 // panic is okay
52 // block ending in terminating statement is okay
60 // block ending in terminating statement is okay
69 // block ending in terminating statement is okay
220 // if-else chain with final else and all terminating is okay
255 // if-else chain missing final else is not okay, even if the
286 // for { loops that never break are okay.
310 // for { loops that break are not okay
[all...]
H A Dgoto.go24 // goto after declaration okay
32 // goto before declaration okay
40 // goto across declaration not okay
48 // goto across declaration in inner scope okay
58 // goto across declaration after inner scope not okay
70 // goto across declaration in reverse okay
88 // goto not okay even if code path is dead
99 // goto into outer block okay
107 // goto backward into outer block okay
115 // goto into inner block not okay
[all...]
H A Dconvlit.go33 // but these implicit conversions are okay
39 // explicit conversion of string is okay
47 // named string is okay
H A Dcomplit1.go25 // these are okay because they are slicing a pointer to an array
H A Dcmp.go61 // these comparisons are okay because
62 // string compare is okay and the others
80 // these are not okay, because there is no comparison on slices or maps.
/haiku-buildtools/binutils/gas/testsuite/gas/epiphany/
H A Dbadpostmod.s6 strb r12,[r12],r3 ; stores are okay
/haiku-buildtools/binutils/gas/testsuite/gas/elf/
H A Dbss.s21 .ifndef okay
H A Dbss.d2 #as: --defsym okay=1
/haiku-buildtools/binutils/bfd/
H A Ddwarf2.c3318 bfd_boolean okay = TRUE; local
3334 each_func && okay;
3342 okay = insert_info_hash_table (funcinfo_hash_table, each_func->name,
3346 if (!okay)
3352 each_var && okay;
3362 okay = insert_info_hash_table (varinfo_hash_table, each_var->name,
3368 return okay;
/haiku-buildtools/gcc/gcc/cp/
H A Dparser.c17790 bool okay = false;
17795 okay = !cp_parser_error_occurred (parser);
17804 okay = cp_parser_parse_definitely (parser);
17806 if (!okay)
17788 bool okay = false; local

Completed in 301 milliseconds