HomeSort by: relevance | last modified time | path
    Searched defs:complain (Results 1 - 24 of 24) sorted by relevancy

  /src/games/hunt/huntd/
support.c 42 complain(int level, const char *fmt, ...) function
  /src/usr.bin/checknr/
checknr.c 147 * Used so we can complain about unrecognized commands.
207 static void complain(int);
406 * matched yet! Complain, complain.
409 complain(i);
414 complain(int i) function
493 * complain.
511 complain(i);
  /src/external/bsd/tradcpp/dist/
place.c 151 complain(place, "Maximum include nesting depth exceeded");
203 /* overflow (use the old place to complain) */
204 complain(p, "Column numbering overflow");
217 /* overflow (use the old place to complain) */
218 complain(p, "Line numbering overflow");
288 complain(const struct place *p, const char *fmt, ...) function
326 complain(p, "%s: %s", file, strerror(errno));
  /src/external/gpl2/gmake/dist/
remake.c 349 complain (const struct file *file)
397 complain (file);
1119 complain (file);
346 complain (const struct file *file) function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
method.cc 947 tsubst_flags_t complain = tf_warning_or_error)
953 if (complain & tf_error)
971 tsubst_flags_t complain = tf_warning_or_error)
980 if (complain & tf_error)
998 if (lookup_comparison_result (type, p, complain)
1009 tsubst_flags_t complain = tf_warning_or_error)
1011 tree type = lookup_comparison_category (tag, complain);
1012 return lookup_comparison_result (type, name_str, complain);
1070 spaceship_type (tree optype, tsubst_flags_t complain)
1073 return lookup_comparison_category (tag, complain);
2644 tsubst_flags_t complain = diag ? tf_warning_or_error : tf_none; local
2719 diag, flags, complain, \/*dtor_from_ctor*\/false); local
2724 false, flags, complain, \/*dtor_from_ctor*\/true); local
    [all...]
constraint.cc 82 : complain (cmp), in_decl (in)
88 return complain == tf_none;
97 tsubst_flags_t complain; member in struct:subst_info
457 finish_type_constraints (tree spec, tree args, tsubst_flags_t complain)
462 tree check = build_type_constraint (spec, args, complain);
629 norm_info (tree in_decl, tsubst_flags_t complain)
630 : subst_info (tf_warning_or_error | complain, in_decl)
644 return complain & tf_norm;
720 targs = tsubst_template_args (targs, args, info.complain, info.in_decl);
1332 build_function_check (tree tmpl, tree args, tsubst_flags_t /*complain*/)
    [all...]
constexpr.cc 102 /* Don't complain here, we'll complain about incompleteness
186 constexpr function, and complain if COMPLAIN. */
189 is_valid_constexpr_fn (tree fun, bool complain)
197 if (complain)
208 if (complain)
221 if (complain)
230 if (complain)
242 if (complain)
2085 tsubst_flags_t complain = ctx->quiet ? tf_none : tf_warning_or_error; local
4881 tsubst_flags_t complain = ctx->quiet ? tf_none : tf_warning_or_error; local
5034 tsubst_flags_t complain = ctx->quiet ? tf_none : tf_warning_or_error; local
    [all...]
pt.cc 2338 tsubst_flags_t complain = tf_none; local
2339 freq = tsubst_constraint_info (freq, fargs, complain, fn);
3030 /*complain*/true));
3821 expand_integer_pack (tree call, tree args, tsubst_flags_t complain,
3825 tree hi = tsubst_copy_and_build (ohi, args, complain, in_decl,
3835 tree ex = make_pack_expansion (call, complain);
3842 hi = instantiate_non_dependent_expr_sfinae (hi, complain);
3853 if ((complain & tf_error)
3873 expand_builtin_pack_call (tree call, tree args, tsubst_flags_t complain,
3882 return expand_integer_pack (call, args, complain, in_decl)
    [all...]
semantics.cc 333 tsubst_flags_t complain, access_failure_info *afi = NULL)
345 ba_any, NULL, complain);
384 if (complain & tf_error)
430 tsubst_flags_t complain)
443 ok &= enforce_access (chk->binfo, chk->decl, chk->diag_decl, complain);
447 return (complain & tf_error) ? true : ok;
467 perform_deferred_access_checks (tsubst_flags_t complain)
469 return perform_access_checks (get_deferred_access_checks (), complain);
479 tsubst_flags_t complain,
497 bool ok = enforce_access (binfo, decl, diag_decl, complain, afi)
11192 tsubst_flags_t complain = tf_warning_or_error; local
    [all...]
call.cc 269 build_addr_func (tree function, tsubst_flags_t complain)
282 complain);
290 function = decay_conversion (function, complain, /*reject_builtin=*/false);
827 build_list_conv (tree type, tree ctor, int flags, tsubst_flags_t complain)
852 false, flags, complain);
908 can_convert_array (tree atype, tree from, int flags, tsubst_flags_t complain)
920 ok = can_convert_array (elttype, val, flags, complain);
923 complain);
964 build_aggr_conv (tree type, tree ctor, int flags, tsubst_flags_t complain)
993 ok = can_convert_array (ftype, val, flags, complain);
4282 flags, &candidates, complain); local
4470 tsubst_flags_t complain = tf_warning_or_error; local
5058 LOOKUP_NORMAL, &candidates, complain); local
7024 LOOKUP_NORMAL, &candidates, complain); local
7475 complain); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
cp-gimplify.cc 1215 const tsubst_flags_t complain = (data->flags & ff_mce_false local
1296 else if (complain & tf_error)
1305 *stmt_p = cxx_constant_value (stmt, complain);
constraint.cc 82 : complain (cmp), in_decl (in)
88 return !(complain & tf_warning_or_error);
97 tsubst_flags_t complain; member in struct:subst_info
459 finish_type_constraints (tree spec, tree args, tsubst_flags_t complain)
464 tree check = build_type_constraint (spec, args, complain);
631 norm_info (tree in_decl, tsubst_flags_t complain)
632 : subst_info (tf_warning_or_error | complain, in_decl)
646 return complain & tf_norm;
761 targs = tsubst_template_args (targs, args, info.complain, info.in_decl);
1404 build_function_check (tree tmpl, tree args, tsubst_flags_t /*complain*/)
    [all...]
semantics.cc 332 tsubst_flags_t complain, access_failure_info *afi = NULL)
344 ba_any, NULL, complain);
383 if (complain & tf_error)
429 tsubst_flags_t complain)
442 ok &= enforce_access (chk->binfo, chk->decl, chk->diag_decl, complain);
446 return (complain & tf_error) ? true : ok;
466 perform_deferred_access_checks (tsubst_flags_t complain)
468 return perform_access_checks (get_deferred_access_checks (), complain);
478 tsubst_flags_t complain,
496 bool ok = enforce_access (binfo, decl, diag_decl, complain, afi)
11657 tsubst_flags_t complain = tf_warning_or_error; local
    [all...]
call.cc 278 build_addr_func (tree function, tsubst_flags_t complain)
291 complain);
299 function = decay_conversion (function, complain, /*reject_builtin=*/false);
847 build_list_conv (tree type, tree ctor, int flags, tsubst_flags_t complain)
872 false, flags, complain);
928 can_convert_array (tree atype, tree from, int flags, tsubst_flags_t complain)
940 ok = can_convert_array (elttype, val, flags, complain);
943 complain);
984 build_aggr_conv (tree type, tree ctor, int flags, tsubst_flags_t complain)
1015 ok = can_convert_array (ftype, val, flags, complain);
4567 flags, &candidates, complain); local
4760 tsubst_flags_t complain = tf_warning_or_error; local
5366 LOOKUP_NORMAL, &candidates, complain); local
6953 flags, candidates, complain); local
6969 flags, candidates, complain); local
7617 LOOKUP_NORMAL, &candidates, complain); local
8070 complain); local
    [all...]
pt.cc 2319 tsubst_flags_t complain = tf_none; local
2320 freq = tsubst_constraint_info (freq, fargs, complain, fn);
3011 /*complain*/true));
3785 expand_integer_pack (tree call, tree args, tsubst_flags_t complain,
3789 tree hi = tsubst_expr (ohi, args, complain, in_decl);
3798 tree ex = make_pack_expansion (call, complain);
3805 hi = instantiate_non_dependent_expr (hi, complain);
3806 hi = cxx_constant_value (hi, complain);
3816 if ((complain & tf_error)
3836 expand_builtin_pack_call (tree call, tree args, tsubst_flags_t complain,
13347 tsubst_flags_t complain; member in class:el_data
13361 tsubst_flags_t complain = data.complain; local
17707 complain, in_decl); local
19538 complain)); local
19806 complain); local
21834 tsubst_stmt (STMT_EXPR_STMT (t), args, complain, in_decl); local
22524 tsubst_flags_t complain = (explain_p ? tf_warning_or_error : tf_none); local
23548 tsubst_flags_t complain = (explain_p local
24665 tsubst_flags_t complain = (explain_p local
30329 tsubst_flags_t complain = tf_none; local
30463 tsubst_flags_t complain = tf_none; local
    [all...]
  /src/external/zlib/pigz/dist/
pigz.c 73 Don't complain when decompressing empty file
152 2.3 3 Mar 2013 Don't complain about missing suffix on stdout
510 local int complain(char *fmt, ...) function
531 complain("abort: %s%s", why, what);
776 complain("memory leak: %lu allocs of %lu bytes total",
832 complain("write error code %d", errno);
2672 complain("%s not a compressed file -- skipping", g.inf);
2723 complain("%s not a valid gzip file -- skipping", g.inf);
2742 complain("%s not a valid gzip file -- skipping", g.inf);
2756 complain("%s not a valid gzip file -- skipping", g.inf)
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elf32-ppc.c 205 complain, special_func) \
207 complain_overflow_ ## complain, special_func, \
8152 relocations is going to complain about
9060 enum complain_overflow complain = complain_overflow_signed;
9068 complain = complain_overflow_bitfield;
9072 complain = complain_overflow_unsigned;
9074 if (howto->complain_on_overflow != complain)
9077 alt_howto.complain_on_overflow = complain;
9044 enum complain_overflow complain = complain_overflow_signed; local
elf64-ppc.c 315 complain, special_func) \
317 complain_overflow_ ## complain, special_func, \
17964 enum complain_overflow complain = complain_overflow_signed;
17968 complain = complain_overflow_bitfield;
17976 complain = complain_overflow_unsigned;
17977 if (howto->complain_on_overflow != complain)
17980 alt_howto.complain_on_overflow = complain;
17960 enum complain_overflow complain = complain_overflow_signed; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-ppc.c 201 complain, special_func) \
203 complain_overflow_ ## complain, special_func, \
8168 relocations is going to complain about
9076 enum complain_overflow complain = complain_overflow_signed;
9084 complain = complain_overflow_bitfield;
9088 complain = complain_overflow_unsigned;
9090 if (howto->complain_on_overflow != complain)
9093 alt_howto.complain_on_overflow = complain;
9060 enum complain_overflow complain = complain_overflow_signed; local
elf64-ppc.c 315 complain, special_func) \
317 complain_overflow_ ## complain, special_func, \
17952 enum complain_overflow complain = complain_overflow_signed;
17956 complain = complain_overflow_bitfield;
17964 complain = complain_overflow_unsigned;
17965 if (howto->complain_on_overflow != complain)
17968 alt_howto.complain_on_overflow = complain;
17948 enum complain_overflow complain = complain_overflow_signed; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-ppc.c 201 complain, special_func) \
203 complain_overflow_ ## complain, special_func, \
8177 relocations is going to complain about
9085 enum complain_overflow complain = complain_overflow_signed;
9093 complain = complain_overflow_bitfield;
9097 complain = complain_overflow_unsigned;
9099 if (howto->complain_on_overflow != complain)
9102 alt_howto.complain_on_overflow = complain;
9069 enum complain_overflow complain = complain_overflow_signed; local
elf64-ppc.c 315 complain, special_func) \
317 complain_overflow_ ## complain, special_func, \
17922 enum complain_overflow complain = complain_overflow_signed;
17926 complain = complain_overflow_bitfield;
17934 complain = complain_overflow_unsigned;
17935 if (howto->complain_on_overflow != complain)
17938 alt_howto.complain_on_overflow = complain;
17918 enum complain_overflow complain = complain_overflow_signed; local
  /src/external/gpl3/gdb/dist/bfd/
elf32-ppc.c 205 complain, special_func) \
207 complain_overflow_ ## complain, special_func, \
8154 relocations is going to complain about
9062 enum complain_overflow complain = complain_overflow_signed;
9070 complain = complain_overflow_bitfield;
9074 complain = complain_overflow_unsigned;
9076 if (howto->complain_on_overflow != complain)
9079 alt_howto.complain_on_overflow = complain;
9046 enum complain_overflow complain = complain_overflow_signed; local
elf64-ppc.c 315 complain, special_func) \
317 complain_overflow_ ## complain, special_func, \
17942 enum complain_overflow complain = complain_overflow_signed;
17946 complain = complain_overflow_bitfield;
17954 complain = complain_overflow_unsigned;
17955 if (howto->complain_on_overflow != complain)
17958 alt_howto.complain_on_overflow = complain;
17938 enum complain_overflow complain = complain_overflow_signed; local

Completed in 155 milliseconds