Searched refs:diag (Results 1 - 18 of 18) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/format/
H A Dgcc_diag-1.c23 extern int diag (const char *, ...) ATTRIBUTE_DIAG(__gcc_diag__);
38 diag ("%%");
42 diag ("%d%i%o%u%x%c%s%p%%", i, i, u, u, u, i, s, p);
46 diag ("%qd%qi%qo%qu%qx%qc%qs%qp%<%%%'%>", i, i, u, u, u, i, s, p);
50 diag ("%ld%li%lo%lu%lx", l, l, ul, ul, ul);
54 diag ("%lld%lli%llo%llu%llx", ll, ll, ull, ull, ull);
58 diag ("%wd%wi%wo%wu%wx", ll, ll, ull, ull, ull);
62 diag ("%.*s", i, s);
68 diag ("%m");
94 diag ("
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/sparc/
H A Dcbcond-diag.l1 .*cbcond-diag.s: Assembler messages:
2 .*cbcond-diag.s:3: Error: .*Immediate value in cbcond is out of range\.
3 .*cbcond-diag.s:4: Error: .*Immediate value in cbcond is out of range\.
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dnested_modules_6.f903 ! in function diag caused a segfault in module.c.
15 function diag (a) result (d) function in module:linalg
22 end function diag
33 print *, diag (x)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dpr70098.C70 Matrix < double, 2, 2 > diag = Matrix < double, 2, 2 >::Zero; local
78 diag = alpha;
83 return diag;
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/i386/
H A Dintelbad.s105 mov eax, [eax]1[ecx] # ugly diag
106 mov eax, [eax][ecx]1 # ugly diag
107 mov eax, eax[ecx] # ugly diag
152 mov eax, offset x[eax] # ugly diag
153 mov eax, offset [x][eax] # ugly diag
/haiku-buildtools/gcc/gcc/cp/
H A Dmethod.c1123 bool diag, tree arg, bool dtor_from_ctor = false)
1144 if (diag)
1152 if (diag)
1177 bool diag, int flags, tsubst_flags_t complain,
1195 if (diag)
1201 if (diag)
1217 if (diag && DECL_INITIAL (field) == error_mark_node)
1237 if (diag)
1248 if (diag)
1268 if (diag)
1119 process_subob_fn(tree fn, tree *spec_p, bool *trivial_p, bool *deleted_p, bool *constexpr_p, bool diag, tree arg, bool dtor_from_ctor = false) argument
1171 walk_field_subobs(tree fields, tree fnname, special_function_kind sfk, int quals, bool copy_arg_p, bool move_p, bool assign_p, tree *spec_p, bool *trivial_p, bool *deleted_p, bool *constexpr_p, bool diag, int flags, tsubst_flags_t complain, bool dtor_from_ctor) argument
1293 diag, flags, complain, dtor_from_ctor); local
1322 synthesized_method_walk(tree ctype, special_function_kind sfk, bool const_p, tree *spec_p, bool *trivial_p, bool *deleted_p, bool *constexpr_p, bool diag, tree inherited_base, tree inherited_parms) argument
1558 diag, flags, complain, /*dtor_from_ctor*/false); local
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/i386/
H A Dintelbad.s107 mov eax, [eax]1[ecx] # ugly diag
108 mov eax, [eax][ecx]1 # ugly diag
109 mov eax, eax[ecx] # ugly diag
/haiku-buildtools/gcc/gmp/mpn/x86/
H A Dsqr_basecase.asm316 L(diag):
335 jnz L(diag)
/haiku-buildtools/gcc/gmp/mpn/x86/pentium/
H A Dsqr_basecase.asm474 L(diag):
500 jnz L(diag)
/haiku-buildtools/gcc/gmp/mpn/x86/pentium4/sse2/
H A Dsqr_basecase.asm626 C *** diag stuff, use elementary code for now
650 L(diag):
674 jnz L(diag)
/haiku-buildtools/gcc/gmp/mpn/x86/k7/
H A Dsqr_basecase.asm591 L(diag):
610 jnz L(diag)
/haiku-buildtools/gcc/gmp/mpn/x86/p6/
H A Dsqr_basecase.asm594 L(diag):
613 jnz L(diag)
/haiku-buildtools/gcc/gmp/mpn/x86/k6/
H A Dsqr_basecase.asm624 L(diag):
643 jnz L(diag)
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/s390/
H A Desa-g5.s140 diag %r6,%r9,4095(%r5)
H A Desa-g5.d146 .*: 83 69 5f ff [ ]*diag %r6,%r9,4095\(%r5\)
/haiku-buildtools/binutils/gas/testsuite/gas/s390/
H A Desa-g5.s143 diag %r6,%r9,4095(%r5)
H A Desa-g5.d149 .*: 83 69 5f ff [ ]*diag %r6,%r9,4095\(%r5\)
/haiku-buildtools/isl/
H A Disl_polynomial.c4062 isl_mat *mat, *diag; local
4092 diag = isl_mat_diag(ctx, 1, morph->inv->row[0][0]);
4093 mat = isl_mat_diagonal(diag, isl_mat_copy(morph->inv));
4094 diag = isl_mat_diag(ctx, qp->div->n_row, morph->inv->row[0][0]);
4095 mat = isl_mat_diagonal(mat, diag);

Completed in 119 milliseconds